Skip to content

Commit f5740bf

Browse files
committed
Update CHANGELOG.md
1 parent 3a48c88 commit f5740bf

File tree

2 files changed

+58
-6
lines changed

2 files changed

+58
-6
lines changed

.github/workflows/ci.yml renamed to .github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: build
22

33
on:
44
push:
@@ -28,7 +28,7 @@ on:
2828
env:
2929
__1K_CXXSTD: '${{ inputs.cxxstd }}'
3030

31-
run-name: 'ci@c++${{ inputs.cxxstd || 20 }}'
31+
run-name: 'build@c++${{ inputs.cxxstd || 20 }}'
3232

3333
jobs:
3434
win32:

CHANGELOG.md

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
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+
153
## axmol-2.5.0 Apr.5 2025
254

355
### Bug fixes
@@ -111,7 +163,7 @@
111163
- clipper2: 1.4.0 ==> 1.5.2
112164
- curl: 8.11.1 ==> 8.12.1
113165
- libpng: 1.6.45 ==> 1.6.47
114-
- fmt: 11.1.2 ==> 11.1.3
166+
- fmtlib: 11.1.2 ==> 11.1.3
115167
- openssl: 3.0.15 ==> 3.0.16
116168

117169
## axmol-2.3.2 Jan.21 2025
@@ -141,7 +193,7 @@
141193
### 3rdparty updates
142194

143195
- libpng: 1.6.44 ==> 1.6.45
144-
- fmt: 11.1.1 ==> 11.1.2
196+
- fmtlib: 11.1.1 ==> 11.1.2
145197
- luajit: 2.1-f73e649 ==> 2.1-a4f56a4
146198

147199
## axmol-2.3.1 Jan.5 2025
@@ -211,7 +263,7 @@
211263
- astcenc: 4.8.0 ==> 5.1.0
212264
- c-ares: 1.34.1 ==> 1.34.4
213265
- curl: 8.10.1 ==> 8.11.1
214-
- fmt: 11.0.1 ==> 11.1.1
266+
- fmtlib: 11.0.1 ==> 11.1.1
215267
- oboe: 1.9.0 ==> 1.9.3
216268
- webp: 1.4.0 ==> 1.5.0
217269
- jpeg-turbo: 3.0.4 ==> 3.1.0
@@ -829,7 +881,7 @@
829881
- simdjson(NEW): 3.6.3
830882
- webp: 1.3.1 ==> 1.3.2
831883
- yasio: 4.1.0 ==> 4.1.4
832-
- fmt: 10.1.1 ==> 10.2.1
884+
- fmtlib: 10.1.1 ==> 10.2.1
833885
- imgui: 1.89.8 ==> 1.90.1
834886

835887
Notes:

0 commit comments

Comments
 (0)