From c0514b191583d6002dbf5c4f387471cff8fa535e Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:37:04 -0300 Subject: [PATCH] bump to beta.2 --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9137aa40..47a61d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Geode Changelog +## v4.0.0-beta.2 + * Add grid view to mod list (7bcf50d, 1ff24f0) + * Add safe mode tip to windows crashlog window (38f3385) + * Disable enabled button on outdated mods (302eea1) + * Add a button to copy list of mods to clipboard (#1039) + * Fix VersionInfo toJson (f6c2322) + * Add `GEODE_DESKTOP(...)` and `GEODE_MOBILE(...)` macros (d6f0c59) + * Fix CCCallFuncExt (b9fb2f6) + * Fix `utils::string::replaceIP` when filter is empty (4d5e465) + * Fix more log nesting issues (2221095) + * Fix new before/after priority system (17bf772) + * Added European Portuguese translation (#1160) + * Add missing CCHttpRequest methods and members (#1161) + * Fix downloading many mods at once causing the UI to lag (c94a533) + * Fix vv version (6e86b38) + ## v4.0.0-beta.1 * Button to manually install mods from files (e881dc5) * Add `ModRequestedAction::Update` (e881dc5) diff --git a/VERSION b/VERSION index a35737f9..2f9037bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-beta.1 +4.0.0-beta.2