|
4 | 4 | * Event export macro (#1243)
|
5 | 5 | * See [the docs](https://docs.geode-sdk.org/mods/dependencies#event-macro) for more info
|
6 | 6 | * Fix settings `enable-if` parsing (315bf46, 1542e29)
|
| 7 | + * Add `SimpleAxisLayout` (#1223) |
| 8 | + * A simpler and faster alternative to `AxisLayout`. Some features may be missing |
7 | 9 | * Add environment variable for forcing terminal colors (39b1bef)
|
8 | 10 | * Fix crashlog PDB search paths (#1222)
|
| 11 | + * Add support for missing keys and mouse buttons (#1258) |
9 | 12 | * Add utils::string::trim* overloads for specific charset (0d4dcb3, 17faf36)
|
10 | 13 | * Round number settings to 5 decimal places (c9dbc4b)
|
11 | 14 | * Allow number inputs to be invalid while typing and active (6c6215b)
|
| 15 | + * Optimize m_fields access to perform no allocations (7548421) |
12 | 16 | * Allow `Task<void>`, useful for coroutines (2bfff1a, 463ea22)
|
13 | 17 | * Add some coroutine utils (99cefab)
|
| 18 | + * Fix culling on ScrollLayer (b136e3b, b733c36) |
| 19 | + * Fix `WeakRef` behavior with nullptr (9a8939f) |
14 | 20 | * Remove handler from function if no hooks are active (dc14d4c)
|
15 | 21 | * Fix some bugs in `geode::utils::ranges` methods (#1236, #1239)
|
16 | 22 | * Add patch for `CCGLProgram::compileShader` on remaining platforms (#1241)
|
17 | 23 | * Update the pugixml headers to be v1.15 compatible (#1247)
|
18 | 24 | * Allow auto update across major versions if running in forward compat mode (4bb17a9)
|
| 25 | + * Re-add console log level to android (b1dc29a) |
19 | 26 |
|
20 | 27 | ## v4.2.0
|
21 | 28 | * Implement gd::set for android (#1197, #1207)
|
|
0 commit comments