From 2362839971bd6145847c1f4abe3fef719e17f836 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sun, 26 May 2024 17:04:25 +0300 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e559a5f8..abc48e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Geode Changelog +## v2.0.0-beta.27 + * Implement some `BasedButtonSprite` fixes (edb8e6c) + * Add early version check for MacOS (4083950) + * Move `Enums.hpp` to bindings (23e04a0) + * Add a query selector for query based child selection (c75ec63) + * Add `getDisplayFactor` utility for MacOS Retina (d725126) + * Add `Result::unwrapOrDefault` (1dc9ec4) + ## 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) diff --git a/VERSION b/VERSION index e555e41e..5fe37498 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.26 \ No newline at end of file +2.0.0-beta.27 \ No newline at end of file