🎉 rpgsave-editor v1.1.0
RPGツクールMVのセーブデータを編集できるデスクトップアプリです。
A desktop application to edit save data for RPG Maker MV.
✨ 新機能 / Features
- 登場人物(Actors)の Level と EXP を編集可能に
→ Now supports editing Level and EXP of actors .exeにアプリアイコンを埋め込み(タスクバー・ウィンドウ左上に反映)
→ App icon is now embedded in the.exe(visible in taskbar and window)
🛠 不具合修正 / Bug Fixes
- パラメータ入力欄で、数値以外を入力すると NaN になって操作不能になる不具合を修正
→ Fixed an issue where entering non-numeric values caused NaN in parameter fields
🔁 挙動改善 / Behavior Improvements
- 保存時の挙動を変更し、保存先はセーブファイルのある元のフォルダが指定されるように改善
→ Files are now saved in the same folder as the original .rpgsave, instead of the Downloads folder
📦 その他 / Other
- ビルド出力先を整理(
dist/renderer,release/)
→ Organized build output directories .gitignoreにreleaseを追加し、不要なファイルをGit管理外に
→ Addedrelease/to.gitignoreto exclude build artifacts