Skip to content

Commit db6a247

Browse files
committed
4.10.0 changelog
1 parent 5cb624c commit db6a247

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Geode Changelog
22

3+
## v4.10.0
4+
* Add `$on_game` macro for `GameEvent` events (679678f)
5+
* Add progress bar helper class (#1467)
6+
* Add more hook priority utilities (#1510)
7+
* Add label size utilities (#1536)
8+
* Add no result version of dispatch event macros (5a2055f)
9+
* Add 'Download Mods Here' message (#1512)
10+
* Add option to show milliseconds in logs (5ec4ba3)
11+
* Make `typeinfo_cast<ModifyClass>` error (5cb624c)
12+
* Allow changing library link type in `setup_geode_mod` (9fdc5b5)
13+
* Allow using `string_view` and `const char*` as `CCDictionaryExt` key (c14d02c)
14+
* Rename async.hpp to coro.hpp, and geode::utils::coro namespace (7a2dc8d, 3b94915)
15+
* Remove `CoTask`, add `coro::spawner` and other utilities (671d321)
16+
* Fix clearing the developer filter on `ModList::init` (#1509)
17+
* Fix `CCDictionaryExt` iterator types (2f7c126)
18+
* Fix `TextInput` crashing on destruction (#1507)
19+
* Fix main thread not being called main in android logs (2658941)
20+
321
## v4.9.0
422
* Add Modtober 2025 content (#1501)
523
* Add `geode::cocos::getObjectName` for getting demangled type names (c734b29)

0 commit comments

Comments
 (0)