nostalgia/release-notes.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2025-01-21 22:45:55 -06:00
# d2025.02
* 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.
2025-01-26 20:58:22 -06:00
* Add ability to move subsheets in the subsheet tree.
2025-02-08 18:10:49 -06:00
* 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.
2025-01-21 22:45:55 -06:00
* Add ability to create directories.
2025-01-21 22:56:59 -06:00
* Add ability to add files to specific directories.
2025-01-21 22:45:55 -06:00
* Add ability to delete files from the project explorer.
* Ctrl-<num key> 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.
2025-01-26 22:16:04 -06:00
* Add ability to reorder Palette pages.
2025-02-08 18:10:49 -06:00
* Add warning for closing a tab with unsaved changes.
* Add ability to close a tab with Ctrl/Cmd-W