Compare commits
2 Commits
32b154e99c
...
f5611b9d01
Author | SHA1 | Date | |
---|---|---|---|
f5611b9d01 | |||
5476417be2 |
@@ -1,3 +1,9 @@
|
|||||||
|
# d2025.07.0
|
||||||
|
|
||||||
|
* Add sub-command for exporting TileSheets as PNG files.
|
||||||
|
* Add 'Reload Project' menu item under File.
|
||||||
|
* Fix opening a project to mark an unopenable file as closed in the config file on startup.
|
||||||
|
|
||||||
# d2025.06.0
|
# d2025.06.0
|
||||||
|
|
||||||
* Add ability to remember recent projects in config
|
* Add ability to remember recent projects in config
|
||||||
|
@@ -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.07.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
|
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>dev build</string>
|
<string>d2025.07.0</string>
|
||||||
|
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>12.0.0</string>
|
<string>12.0.0</string>
|
||||||
|
Reference in New Issue
Block a user