From 1b7e6b65d96c5fc3e4ea76dacb0e9e248629cea0 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:04:41 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2183e51e..31723bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Geode Changelog ## v2.0.0-beta.7 + * MacOS Support! (9869ddc) + * Huge thanks to @dankmeme01 for almost single-handedly making this work! + * Note most mods do not support MacOS at the moment. * Fix exceptions on android32 (9c87d4c) - * Move GD version check to loadBinary (d2a51354) + * Move GD version check to loadBinary (d2a51354, 82808c3a) * Show updates for mods that are disabled (bd9d0635) + * Force geode internal mod to be first on list (c2d1e587) + * Fix geode layer eating inputs if search is selected (18983974) + * Move clipping rect fix, fixes editor particle editor (eeeedbb9) + * Fix force priority fix, fixes editor scale warp lock button (fd8c3630, f1a32b6a) + * Clearer error message when platform binary is missing from mod (dc8cd219) ## v2.0.0-beta.6 * Fix unzipping skipping first entry (2bc0d1a)