|
| 1 | +## axmo-2.5.0 ?? 2025 |
| 2 | + |
| 3 | +### Bug fixes |
| 4 | + |
| 5 | +- Fix for invalid event listener ID lookup by @rh101 in https://github.com/axmolengine/axmol/pull/2445 |
| 6 | +- Fix #2415 c++23 compile error by @halx99 |
| 7 | + |
| 8 | +### Improvements |
| 9 | + |
| 10 | +- Improve RichText XML parsing by @rh101 in https://github.com/axmolengine/axmol/pull/2420 |
| 11 | +- Renamed forgotten ccConfig.h to Config.h by @aismann in https://github.com/axmolengine/axmol/pull/2422 |
| 12 | +- Allow the use of em and % units for font size in RichText XML by @rh101 in https://github.com/axmolengine/axmol/pull/2421 |
| 13 | +- Add production ready wasm page by @paulocoutinhox in https://github.com/axmolengine/axmol/pull/2428 |
| 14 | +- [Template] Add missing override specifier to destructor by @rh101 in https://github.com/axmolengine/axmol/pull/2433 |
| 15 | +- [Android] Ensure c++ object model consistency by @halx99 in https://github.com/axmolengine/axmol/pull/2434 |
| 16 | +- Update spine runtime to 4.2 by @halx99 in https://github.com/axmolengine/axmol/pull/2435 |
| 17 | +- Committing luabindings for commit fe9d98c by @axmol-bot in https://github.com/axmolengine/axmol/pull/2439 |
| 18 | +- Simplify project CMakeLists.txt by moving code sections to cmake modules by @rh101 in https://github.com/axmolengine/axmol/pull/2426 |
| 19 | +- Ensure custom button label is released correctly by @rh101 in https://github.com/axmolengine/axmol/pull/2446 |
| 20 | +- Refactor SpriteFrameCache to use uint64_t as map key by @halx99 in https://github.com/axmolengine/axmol/pull/2444 |
| 21 | +- Committing luabindings for commit 7f669db by @axmol-bot in https://github.com/axmolengine/axmol/pull/2449 |
| 22 | +- Log frame names instead of hash values in the call to removeUnusedSpriteFrames() by @rh101 in https://github.com/axmolengine/axmol/pull/2450 |
| 23 | +- Improve setup.ps1: traits undetermined shell as bash by @halx99 |
| 24 | +- Add ci `verify.yml` to verify axmol cmdline commands: `axmol new`, `axmol build` by @halx99 |
| 25 | +- Allow trigger build ci to build with specified c++ standard manually by @halx99 |
| 26 | +- [CI] Make run name dynamic with c++ standard mark |
| 27 | +- [CI] Improve sites build |
| 28 | + |
| 29 | +### SDKs & Tools updates |
| 30 | + |
| 31 | +- gradle: 8.11.1 ==> 8.13 |
| 32 | + |
| 33 | +### 3rdparty updates |
| 34 | + |
| 35 | +- yasio: 4.3.1 ==> 4.3.2 |
| 36 | +- fmtlib: 11.1.3 ==> 11.1.4 |
| 37 | +- flatbuffers: 24.3.25 ==> 25.2.10 |
| 38 | + |
1 | 39 | ## axmol-2.4.0 Feb.23 2025
|
2 | 40 |
|
3 | 41 | ### Bug fixes
|
|
154 | 192 | - astcenc: 4.8.0 ==> 5.1.0
|
155 | 193 | - c-ares: 1.34.1 ==> 1.34.4
|
156 | 194 | - curl: 8.10.1 ==> 8.11.1
|
157 |
| -- flatbuffers: 24.3.25 ==> 1.1.0-815e6e7 |
158 | 195 | - fmt: 11.0.1 ==> 11.1.1
|
159 | 196 | - oboe: 1.9.0 ==> 1.9.3
|
160 | 197 | - webp: 1.4.0 ==> 1.5.0
|
|
769 | 806 | - ntcvt: 1.0.0 ==> 1.0.1
|
770 | 807 | - oboe: 1.7.0 ==> 1.8.0
|
771 | 808 | - openssl: 3.0.10 ==> 3.0.12
|
772 |
| -- rapidjson: 1.0.0 ==> 1.0.0-b4a6da3 |
| 809 | +- rapidjson: 1.1.0 ==> 1.1.0-b4a6da3 |
773 | 810 | - simdjson(NEW): 3.6.3
|
774 | 811 | - webp: 1.3.1 ==> 1.3.2
|
775 | 812 | - yasio: 4.1.0 ==> 4.1.4
|
|
0 commit comments