From 2aa46ab4ced746e8f69778f5bd5fa0b19c5f38bd Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:59:27 +0300 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9259803df..3552c7df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Geode Changelog +## v2.0.0-beta.5 + * Android 2.205 support, both 32 and 64 bit! + * Fix Android 32 bit TulipHook relocation of branching (98e1519) + * Fix logcat adding all crashlogs if it can't strip (d7ed016) + * Readd the text input box fix from 2.1 (316e652) + * Fix resource hash mismatches for good (4916669) + ## v2.0.0-beta.4 * Show which DLL is needed to remove on Windows installer (d323f0e) * Optimize unzipping of index (b22ed7d) diff --git a/VERSION b/VERSION index c9be7a584..16539782e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.4 \ No newline at end of file +2.0.0-beta.5 \ No newline at end of file