From 2857ecf0c969ffef46545385415ff0fbdd8e6840 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 9 May 2024 17:43:18 +0300 Subject: [PATCH] update changelog & bump version --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9243fc1a..e559a5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Geode Changelog +## v2.0.0-beta.26 + * Bring in several UI helpers from the `new-index-but-better` branch: `ListBorders`, `addSideArt`, `AxisLayout` improvements, ... (26729c3, 7ff257c) + * Make it possible to compile mods in Debug mode (517ad45) + * Add `GJDifficultyName` and `GJFeatureState` (#706) + * Add `geode::cocos::isSpriteName` and `geode::cocos::getChildBySpriteName` (#725) + * Add some Android keycodes (4fa8098) + * Update FMOD on Mac (c4a682b) + * Bump JSON version (5cc23e7) + * Fixes to `InputNode` touches (29b4732) + * Fix `file::readFromJson` (77e0f2e) + * Fix issues with TulipHook (f2ce7d0) + ## v2.0.0-beta.25 * Fix updater sometimes skipping releases (18dd0b7) * Fix resources getting downloaded every time (5f571d9) diff --git a/VERSION b/VERSION index d093a126..e555e41e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.25 \ No newline at end of file +2.0.0-beta.26 \ No newline at end of file