From ebd65caa2b9ac586b1dbc310c4428ea28da883aa Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:26:07 -0300 Subject: [PATCH] 3.5.0 and changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5118ed95..dc997bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Geode Changelog +## v3.5.0 + * Move CCLighting to cocos headers (#1036) + * Add new `gd::string` constructor (bae22b4) + * Use `getChildren` instead of member in `getChildByID` (fe730ed) + * Fix sprite order in `CCMenuItemExt::createToggler` (d729a12, 59a0ade) + * Add restart button to windows's crashlog window (#1025) + * Update FMOD headers (63b82f9) + * Change SwelvyBG sprites to be 2048x512 (#1029) + * Fix missing `GEODE_DLL` (e4054d4) + * Add code of conduct (80693c1, ab8ace0, ca3a2a3) + * Add ID system to Geode's web requests (#1040, 1f2aa2c, 1b5ae86) + * Add `Notification::cancel` (cd5a66c) + * Update matjson (e5dd2c9) + * Update TulipHook (a31c68f) + * Fix a bug where only 1 word wrap variant can exist (#1058) + * Fix ScrollLayer when anchor point is not ignored (d95a43b) + * Move macOS builds to using apple clang, fixing issues on older macOS versions (#1030) + * Allow dashes when searching for developers (#1023) + * Split update checks into multiple batches (#1066) + * Show invalid mods on mod search (#1065) + ## v3.4.0 * Add an API for modifying the Geode UI via events; see [the corresponding docs page](https://docs.geode-sdk.org/tutorials/modify-geode) (2a3c35f) * Add `openInfoPopup` overload that accepts a mod ID and can open both an installed mod page or a server page (028bbf9) diff --git a/VERSION b/VERSION index fbcbf738..1545d966 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.0 \ No newline at end of file +3.5.0