Skip to content

Commit 21107fa

Browse files
committed
Update CHANGELOG.md
1 parent c5b88f0 commit 21107fa

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# axmol-2.7.1 Jul.? 2025
2+
3+
## Bug fixes
4+
5+
- Fix .axproj not load on non windows platforms by @halx99
6+
- Fix missing extensions spine,fairygui preprocessors for axlua by @halx99
7+
8+
## Improvements
9+
10+
- Improve plainlua CMakeLists.txt, make it compatibile with lua-5.1~5.5 by @halx99
11+
- Remove unnecessary preprocessor: `AX_ENABLE_BULLET_INTEGRATION` by @halx99
12+
- Ensure package name consistent for `axmol new -r` by @halx99
13+
- Add parameter `-r` for `axmol new` command to regenerates the missing common and platform spec files by @halx99 in https://github.com/axmolengine/axmol/pull/2590
14+
- Remove redundant `cc` prefix by @halx99 in https://github.com/axmolengine/axmol/pull/2587
15+
- Improve android sdk root selection strategy by @halx99
16+
- Improve android sdk setup by @halx99 in https://github.com/axmolengine/axmol/pull/2588, load `sdk.dir` from `proj.android/local.properties` as preferred android sdk root if it's present
17+
- Improve lua bindings generator, make it can works with ndk versions: r23~latest by @halx99 in https://github.com/axmolengine/axmol/pull/2592
18+
- Update imgui to 1.92.1 & tidy sources structure by @halx99 in https://github.com/axmolengine/axmol/pull/2593
19+
20+
## 3rdparty updates
21+
22+
- webp: 1.5.0 => 1.6.0
23+
124
# axmol-2.7.0 Jul.6 2025
225

326
## Significant changes relative to 2.6.x

0 commit comments

Comments
 (0)