Compare commits

..

1 Commits

Author SHA1 Message Date
f5573e06da [nostalgia/studio] Set version to d2025.05.0
All checks were successful
Build / build (push) Successful in 1m13s
2025-05-10 00:23:30 -05:00
3 changed files with 10 additions and 11 deletions

View File

@ -4,17 +4,16 @@
* Change application font to Roboto Medium * Change application font to Roboto Medium
* Closing application will now confirm with user if any files have unsaved * Closing application will now confirm with user if any files have unsaved
changes. changes.
* UUID duplicates will now be reported when opening a project. * UUID duplicates will now be reported when opening a project
* Deleting a directory now closes files in that directory. * Deleting a directory now closes files in that directory
* Delete key now initiates deletion of selected directory. * Delete key now initiates deletion of selected directory
* Remove ability to re-order tabs. There were bugs associated with that. * 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 in to work when clicking outside
* TileSheetEditor: Fix selection clearing to work when clicking outside image. image.
* TileSheetEditor: Fix Delete Tile functionality, which was completely broken * TileSheetEditor: Fix Delete Tile functionality, which was completely broken
* TileSheetEditor: Fix Insert Tile functionality, which was completely broken * PaletteEditor: Fix color number key range in. Previously, pressing A caused
* PaletteEditor: Fix color number key range. Previously, pressing A caused the the editor to jump to the last color.
editor to jump to the last color. * PaletteEditor: page rename will now take effect upon pressing enter if the
* PaletteEditor: Page rename will now take effect upon pressing enter if the
text input has focus text input has focus
# d2025.02.1 # d2025.02.1

View File

@ -15,7 +15,7 @@ target_link_libraries(
target_compile_definitions( target_compile_definitions(
NostalgiaStudio PUBLIC NostalgiaStudio PUBLIC
OLYMPIC_APP_VERSION="dev build" OLYMPIC_APP_VERSION="d2025.05.0"
) )
install( install(

View File

@ -18,7 +18,7 @@
<string>APPL</string> <string>APPL</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>dev build</string> <string>d2025.05.0</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>12.0.0</string> <string>12.0.0</string>