From 551b9045d3c319d82cc4e6b00dd59a75105b975b Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:03:14 -0300 Subject: [PATCH] bump to 3.1.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7d2f9e..55168c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index a0cd9f0c..50e47c89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.1.1 \ No newline at end of file