|
| 1 | +## axmol-2.6.0 ?? 2025 |
| 2 | + |
| 3 | +### Bug fixes |
| 4 | + |
| 5 | +- Fix https://github.com/axmolengine/axmol/issues/2545 install pwsh fail on ubuntu-25.04 |
| 6 | +- Fix wasm build fail on windows host by @halx99 in https://github.com/axmolengine/axmol/pull/2511 |
| 7 | +- Fix PNG_ARM_NEON_OPT flag by @halx99 in https://github.com/axmolengine/axmol/pull/2512 |
| 8 | +- Fix #2504 play opus audio fail when build with Apple OpenAL.framework by @halx99 in https://github.com/axmolengine/axmol/pull/2506 |
| 9 | +- Fix typo in pkg_check_modules for GTK3. by @j-jorge in https://github.com/axmolengine/axmol/pull/2534 |
| 10 | +- Fix character, underline and strikethrough drawing over label boundary for Overflow::CLAMP mode by @rh101 in https://github.com/axmolengine/axmol/pull/2515 |
| 11 | +- Fix for clamped and left-aligned text with certain character sets by @rh101 in https://github.com/axmolengine/axmol/pull/2518 |
| 12 | +- Fix wasm raise runtime error due to HEAPU8 was not exported by @halx99 |
| 13 | + |
| 14 | +### Improvements |
| 15 | + |
| 16 | +- Improve ZipUtils::decompressGZ by @halx99 in https://github.com/axmolengine/axmol/pull/2544 |
| 17 | + - Fix decompressGZ inf-loop when input data invalid |
| 18 | + - Parsing uncompress size and reserve exactly avoid waste memory |
| 19 | + - Valid input size |
| 20 | +- Improve ogg audio files, detect codec via file header by @halx99 in https://github.com/axmolengine/axmol/pull/2500 |
| 21 | +- Clarify required execution policy settings in PowerShell for IDE builds by @rh101 in https://github.com/axmolengine/axmol/pull/2505 |
| 22 | +- Enable verbose logging for android projects by @sarooptech in https://github.com/axmolengine/axmol/pull/2509 |
| 23 | +- Link prebuilt opus by @halx99 in https://github.com/axmolengine/axmol/pull/2514 |
| 24 | +- DevSetup, added mention of NDK r26+ for C++20 support under Android Studio by @danialias in https://github.com/axmolengine/axmol/pull/2524 |
| 25 | +- Update 3rd libs by @halx99 in https://github.com/axmolengine/axmol/pull/2527 |
| 26 | +- [FairyGUI] Add support for blending by @rh101 in https://github.com/axmolengine/axmol/pull/2532 |
| 27 | +- Committing luabindings for commit 8dab60e by @axmol-bot in https://github.com/axmolengine/axmol/pull/2533 |
| 28 | +- Undef the pre-processor definitions to stay unity build friendly by @j-jorge in https://github.com/axmolengine/axmol/pull/2535 |
| 29 | +- Rename ccBezierConfig as BezierConfig. by @j-jorge in https://github.com/axmolengine/axmol/pull/2536 |
| 30 | +- Committing luabindings for commit 876b5e4 by @axmol-bot in https://github.com/axmolengine/axmol/pull/2537 |
| 31 | +- Clipper2 1.5.3 by @aismann in https://github.com/axmolengine/axmol/pull/2541 |
| 32 | +- Set preferred emsdk version to 3.1.73 for chrome can debug axmol wasm app properly by @halx99 |
| 33 | +- Improve android sdk root lookup prompt, refer https://github.com/axmolengine/axmol/discussions/2494, https://github.com/axmolengine/axmol/discussions/2493 by @halx99 |
| 34 | +- Fix gradle lint warnings by @halx99 |
| 35 | +- Improve utils::computeDigest to support base64 digest present by @halx99 |
| 36 | +- Improve linux android studio support by @halx99 |
| 37 | +- Improve Improve linux env setup by @halx99 |
| 38 | +- Improve isolate project axslcc find prompt by @halx99 |
| 39 | +- Move simd intrinsics detection from 3rd into core by @halx99 |
| 40 | +- Add minimum version to build docs support by @halx99, now the ci will only build & deploy axmol-2.3+ docs |
| 41 | + |
| 42 | +### 3rdparty updates |
| 43 | + |
| 44 | +- cares: 1.34.4 => 1.34.5 |
| 45 | +- Clipper2: 1.5.2 => 1.5.3 |
| 46 | +- doctest: 2.4.11 => 2.4.12 |
| 47 | +- fmtlib: 11.1.4 => 11.2.0 |
| 48 | +- llhttp: 9.2.1 => 9.3.0 |
| 49 | +- luajit: 2.1-a4f56a4 => 2.1-eec7a80 |
| 50 | +- libpng: 1.6.47 => 1.6.48 |
| 51 | +- openssl: 3.0.16 => 3.5.0 |
| 52 | + |
1 | 53 | ## axmol-2.5.0 Apr.5 2025
|
2 | 54 |
|
3 | 55 | ### Bug fixes
|
|
111 | 163 | - clipper2: 1.4.0 ==> 1.5.2
|
112 | 164 | - curl: 8.11.1 ==> 8.12.1
|
113 | 165 | - libpng: 1.6.45 ==> 1.6.47
|
114 |
| -- fmt: 11.1.2 ==> 11.1.3 |
| 166 | +- fmtlib: 11.1.2 ==> 11.1.3 |
115 | 167 | - openssl: 3.0.15 ==> 3.0.16
|
116 | 168 |
|
117 | 169 | ## axmol-2.3.2 Jan.21 2025
|
|
141 | 193 | ### 3rdparty updates
|
142 | 194 |
|
143 | 195 | - libpng: 1.6.44 ==> 1.6.45
|
144 |
| -- fmt: 11.1.1 ==> 11.1.2 |
| 196 | +- fmtlib: 11.1.1 ==> 11.1.2 |
145 | 197 | - luajit: 2.1-f73e649 ==> 2.1-a4f56a4
|
146 | 198 |
|
147 | 199 | ## axmol-2.3.1 Jan.5 2025
|
|
211 | 263 | - astcenc: 4.8.0 ==> 5.1.0
|
212 | 264 | - c-ares: 1.34.1 ==> 1.34.4
|
213 | 265 | - curl: 8.10.1 ==> 8.11.1
|
214 |
| -- fmt: 11.0.1 ==> 11.1.1 |
| 266 | +- fmtlib: 11.0.1 ==> 11.1.1 |
215 | 267 | - oboe: 1.9.0 ==> 1.9.3
|
216 | 268 | - webp: 1.4.0 ==> 1.5.0
|
217 | 269 | - jpeg-turbo: 3.0.4 ==> 3.1.0
|
|
829 | 881 | - simdjson(NEW): 3.6.3
|
830 | 882 | - webp: 1.3.1 ==> 1.3.2
|
831 | 883 | - yasio: 4.1.0 ==> 4.1.4
|
832 |
| -- fmt: 10.1.1 ==> 10.2.1 |
| 884 | +- fmtlib: 10.1.1 ==> 10.2.1 |
833 | 885 | - imgui: 1.89.8 ==> 1.90.1
|
834 | 886 |
|
835 | 887 | Notes:
|
|
0 commit comments