From 50cdc3f77d096fee3e46eb96a48a938434b33970 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:13:10 +0300 Subject: [PATCH] changelog + bump to v4.0.6 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70cdac3..8a1f6e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Geode Changelog +## v0.4.6 + - Automatically checks & downloads loader resources if they are missing / corrupt on startup + - CMake rework; `GeodeFile.cmake` now checks and verifies CLI version + - Add optional `DONT_INSTALL` parameter to `create_geode_file` + - Test mods are now no longer automatically installed + - Add `package_geode_resources_now` command for packaging resources at configure time and creating a header with their calculated hashes + - Fix `getSceneDelegate` + - Change `CCArrayExt` to use `Ref` + ## v0.4.5 - Rework bindings and codegen to improve compile times, now individual bindings can be included with `` diff --git a/VERSION b/VERSION index c8a5397f..c0a1ac19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.5 \ No newline at end of file +0.4.6 \ No newline at end of file