jasper/release-notes.md
Gary Talent 09b4a705a9 Squashed 'deps/nostalgia/' changes from ab11b885..3fe62464
3fe62464 [nostalgia/sample_project] Add NS_Logo32
db55fc72 [nostalgia/player] Cleanup
20944508 [studio] Cleanup
889bec04 [nostalgia/gfx/studio/tilesheet] Cleanup
ac1e34d4 [nostalgia] Update release notes
55ed75f4 [nostalgia/gfx/studio/tilesheet] Fix selection clearing to work when clicking outside image
2751872c [nostalgia] Cleanup file-to-cpp output
2a3cd35c [nostalgia] Fix release notes version, add d2025.02.1
b66f459f [nostalgia] Cleanup icon rsrc generation
3910f4e7 [nostalgia] Fix debug and gba-run commands in Makefile
c0e96216 [turbine] Make accessor functions take const ref to Context
f9512d72 [turbine/glfw] Fix implicit conversion
b7f2c169 [nostalgia/studio/gfx] Fix typo
1e5057d6 [nostalgia] Add app icon note to release notes
c6255e32 [nostalgia/studio] Add icon 16 src
02230ef6 [turbine,studio,nostalgia/studio] Add support for window icon scaling, expand icons sizes for Nostalgia Studio
9b6b60e4 [turbine] Cleanup
b9a26ab6 [turbine] Fix GLFWimage member init order
a521887d [studio,turbine] Add support for window icons
5ca7e2f2 [ox/fs] Cleanup
125a235d [ox/fs] Cleanup
91a7129f [nostalgia/gfx/keel] Cleanup
df48a232 [nostalgia/studio] Add icon to Windows executable

git-subtree-dir: deps/nostalgia
git-subtree-split: 3fe62464c3ee45055e8c732840f949cdf373ae2a
2025-04-16 19:48:37 -05:00

1.3 KiB

d2025.04.0

  • Add app icon for both window and file
  • Fix selection clearing in TileSheet editor to work when clicking outside image.

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