From c4805f1012cbbd1495743a93b88b2c2c8b263bda Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 21 Jan 2025 22:45:55 -0600 Subject: [PATCH] [nostalgia] Add release notes document --- deps/nostalgia/release-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 deps/nostalgia/release-notes.md diff --git a/deps/nostalgia/release-notes.md b/deps/nostalgia/release-notes.md new file mode 100644 index 0000000..4c4358f --- /dev/null +++ b/deps/nostalgia/release-notes.md @@ -0,0 +1,12 @@ +# 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. +* Replace file picker combo boxes with support for dragging files from the + project explorer. +* Add ability to create 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.