0de428a2 [studio/applib] Cleanup 8a52df4f [nostalgia/gfx] More cleanup efec6eb3 [nostalgia/gfx/studio/palette] Add RGB key shortcuts for focusing color channels 56eeb249 [nostalgia/gfx/opengl] More cleanup ae81f6b3 [ox/std] Make Span::operator[] const c1108301 [nostalgia/gfx] Cleanup 83fbe6ac [keel,turbine,studio] Fix some install mistakes 80b45283 [nostalgia/gfx] Cleanup 0fa39433 [nostalgia] Add release note about Mac menubar using Cmd cae75350 [nostalgia] Fix typos in release notes df878323 [studio] Add build date to About d585794c [nostalgia/gfx/studio/tilesheet] Fix Insert tile command 20965854 [nostalgia/gfx/studio/tilesheet] Cleanup 02383a4a [ox/std] Cleanup 185a7628 [nostalgia] Make pkg-dmg delete bundle after archive created b722b4f7 [nostalgia] Update release notes 459ab5aa [studio] Remove ability to re-order Editor tabs 565f621c [nostalgia/gfx/studio/tilesheet] Fix Delete Tile functionality 9589ca91 [keel] Cleanup 164db500 [keel] Cleanup cbfb167d [nostalgia] Remove unused project directory e7b83be8 [nostalgia] Update release notes 649da5fc [nostalgia/sample_project] Delete Scenes directory aa095f76 [studio] Make Delete key initiate deletion of selected directory bb99c99f [studio] Make deleting a directory close files in that directory 7f0dcdd2 [nostalgia/gfx/studio/tilesheet] Cleanup 6029ad5d [nostalgia/studio] Add command for bundling Mac app git-subtree-dir: deps/nostalgia git-subtree-split: 0de428a2e588d3360b98aa7e00c2498d5a54019b
2.2 KiB
2.2 KiB
d2025.06.0
- PaletteEditor: Add RGB key shortcuts for focusing color channels
d2025.05.0
- Add app icon for both window and file
- Change application font to Roboto Medium
- Closing application will now confirm with user if any files have unsaved changes.
- UUID duplicates will now be reported when opening a project.
- Deleting a directory now closes files in that directory.
- Delete key now initiates deletion of selected directory.
- Remove ability to re-order tabs. There were bugs associated with that.
- Mac: Menu bar shortcuts now say Cmd instead of Ctrl.
- TileSheetEditor: Fix selection clearing to work when clicking outside image.
- TileSheetEditor: Fix Delete Tile functionality, which was completely broken
- TileSheetEditor: Fix Insert Tile functionality, which was completely broken
- PaletteEditor: Fix color number key range. Previously, pressing A caused the editor to jump to the last color.
- PaletteEditor: Page rename will now take effect upon pressing enter if the text input has focus
d2025.02.1
- Fix closing tab with unsaved changes (a44c5acc4b)
d2025.02.0
- Rename core namespace to gfx.
- Add PaletteV5 to accommodate namespace change.
- Add TileSheetV5. TileSheetV5 retains the bpp field for the sake of CompactTileSheet, but always store it pixel as 8 bpp for itself.
- Add ability to move subsheets in the subsheet tree.
- Add Flip X and Flip Y functionality to TileSheet Editor.
- Add rotate functionality to TileSheet Editor.
- Add draw line tool to TileSheet editor
- Replace file picker combo boxes with a browse button and file picker, and support for dragging files from the project explorer.
- Add ability to jump to a color in a Palette by double clicking on the color from the TileSheet editor
- Add ability to create directories.
- Add ability to add files to specific directories.
- Add ability to delete files from the project explorer.
- Ctrl- keyboard shortcuts for jumping between tabs.
- Fix Palette Editor to ignore keyboard input when popups are open.
- Palette Editor move color mechanism now uses drag and drop.
- Add ability to reorder Palette pages.
- Add warning for closing a tab with unsaved changes.
- Add ability to close a tab with Ctrl/Cmd-W