Skip to content

Commit 74e33ee

Browse files
committed
update changelog
1 parent e63374c commit 74e33ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@
44
* Event export macro (#1243)
55
* See [the docs](https://docs.geode-sdk.org/mods/dependencies#event-macro) for more info
66
* Fix settings `enable-if` parsing (315bf46, 1542e29)
7+
* Add `SimpleAxisLayout` (#1223)
8+
* A simpler and faster alternative to `AxisLayout`. Some features may be missing
79
* Add environment variable for forcing terminal colors (39b1bef)
810
* Fix crashlog PDB search paths (#1222)
11+
* Add support for missing keys and mouse buttons (#1258)
912
* Add utils::string::trim* overloads for specific charset (0d4dcb3, 17faf36)
1013
* Round number settings to 5 decimal places (c9dbc4b)
1114
* Allow number inputs to be invalid while typing and active (6c6215b)
15+
* Optimize m_fields access to perform no allocations (7548421)
1216
* Allow `Task<void>`, useful for coroutines (2bfff1a, 463ea22)
1317
* Add some coroutine utils (99cefab)
18+
* Fix culling on ScrollLayer (b136e3b, b733c36)
19+
* Fix `WeakRef` behavior with nullptr (9a8939f)
1420
* Remove handler from function if no hooks are active (dc14d4c)
1521
* Fix some bugs in `geode::utils::ranges` methods (#1236, #1239)
1622
* Add patch for `CCGLProgram::compileShader` on remaining platforms (#1241)
1723
* Update the pugixml headers to be v1.15 compatible (#1247)
1824
* Allow auto update across major versions if running in forward compat mode (4bb17a9)
25+
* Re-add console log level to android (b1dc29a)
1926

2027
## v4.2.0
2128
* Implement gd::set for android (#1197, #1207)

0 commit comments

Comments
 (0)