Releases: CrafOps/EasyAPP
Releases · CrafOps/EasyAPP
Release list
1.0.4-fix
1.0.3
Add Image→Item generator feature Add an Image→Item generator for creating Minecraft item models, textures, language entries and helper code. Introduces a new main module src/main/image-to-item/image-to-item.ts (generateItemFiles) that writes model JSON, copies textures, generates en_us.json, code.txt, names.json and pOutput.txt and returns summary info. Wire up an IPC handler (generate-items) in src/main/index.ts that supports folder or multi-file input and streams log messages via 'item-log'. Expose generateItems and onItemLog in the preload (src/preload/index.ts). Add a new React page component (src/renderer/src/components/layouts/ImageToItemPage.tsx), integrate it into the app UI and BottomNav, and adjust App layout to accommodate scrolling. Also bump package version to 1.0.3 and simplify autoUpdater invocation.