Skip to content

Commit

Permalink
3.5.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Sep 9, 2024
1 parent 18cf751 commit ebd65ca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

This comment has been minimized.

Copy link
@masterthegf50

masterthegf50 Sep 9, 2024

This is ultra update

This comment has been minimized.

Copy link
@FireMario211

FireMario211 Sep 9, 2024

Contributor

this is not better than sapphiresdk

* 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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.5.0

0 comments on commit ebd65ca

Please sign in to comment.