bump to 3.1.1

This commit is contained in:
mat 2024-06-25 12:03:14 -03:00 committed by GitHub
parent 5df359b33b
commit 551b9045d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Geode Changelog
## v3.1.1
* Update Windows installer translations (ae589d2, dca28db, d12fb37, 08d8af3, f52cf02, 3fa1d9b)
* Add safe mode by holding shift on MacOS (e4905a0)
* Fix bug on android where `FileOperation::getFilePath` was not actually hooked (9885212)
* This was a problem with our bindings, there the return type was TodoReturn instead of gd::string causing the hook to silently fail, leaving only the launcher hook (which is prone to failing) as a fallback.
## v3.1.0
* Implement LoaderImpl::getGameVersion on android, requires 1.4.0 launcher (00799b6)
* Better compression for windows installer, saves 6mb (54da3b0)

View file

@ -1 +1 @@
3.1.0
3.1.1