mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
bump version and changelog
Some checks are pending
Build Binaries / Build Windows (push) Waiting to run
Build Binaries / Build macOS (push) Waiting to run
Build Binaries / Build Android (64-bit) (push) Waiting to run
Build Binaries / Build Android (32-bit) (push) Waiting to run
Build Binaries / Publish (push) Blocked by required conditions
Check CHANGELOG.md / Check CHANGELOG.md (push) Waiting to run
Some checks are pending
Build Binaries / Build Windows (push) Waiting to run
Build Binaries / Build macOS (push) Waiting to run
Build Binaries / Build Android (64-bit) (push) Waiting to run
Build Binaries / Build Android (32-bit) (push) Waiting to run
Build Binaries / Publish (push) Blocked by required conditions
Check CHANGELOG.md / Check CHANGELOG.md (push) Waiting to run
This commit is contained in:
parent
145adb2e1f
commit
d82a3443c7
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Geode Changelog
|
||||
|
||||
## v3.7.1
|
||||
* Fix crash with saving older custom settings (c3e7f23)
|
||||
* Add missing CCDrawNode::drawRect overload (145adb2)
|
||||
|
||||
## v3.7.0
|
||||
* Add persistent directory for mods to save data that won't be deleted when the mod/Geode is uninstalled (68ab475)
|
||||
* Fix touch priority issues in the settings popup (b3d5474)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.7.0
|
||||
3.7.1
|
||||
|
|
Loading…
Reference in a new issue