From af17213798283b097cae4bac218de883ac928cd6 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:56:54 -0300 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d43dcf..7ff3966a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Geode Changelog +## v3.3.0 + * Update network libraries, fixing problems with old Wine versions (e26fe95) + * Fix scale on mod logos for low quality (ba7b0fa) + * Fix platform-specific dependencies by using CLI 3.2.0 (98f82ff) + * Add `GEODE_DONT_USE_CCACHE` CMake option (2edfb71) + * Remove now useless `std::hash` impl for `std::filesystem::path` on android (2b35e0e) + * Implement custom window for showing crashlog on windows (4f32197) + * Update docs version to show v3.0.0 (f86d4db) + * Update chinese installer translation (#995, #997) + * Update polish installer translation (#998) + ## v3.2.0 * Fix auto-updater on MacOS (d752bc2) * Use tasks for `FileSettingNode` (f94e95e) diff --git a/VERSION b/VERSION index a4f52a5d..0fa4ae48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0 \ No newline at end of file +3.3.0 \ No newline at end of file