Skip to content

Commit f52b8a4

Browse files
committed
Update ChangeLog and readme files
1 parent ce063c5 commit f52b8a4

File tree

3 files changed

+43
-6
lines changed

3 files changed

+43
-6
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
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+
139
## axmol-2.4.0 Feb.23 2025
240

341
### Bug fixes
@@ -154,7 +192,6 @@
154192
- astcenc: 4.8.0 ==> 5.1.0
155193
- c-ares: 1.34.1 ==> 1.34.4
156194
- curl: 8.10.1 ==> 8.11.1
157-
- flatbuffers: 24.3.25 ==> 1.1.0-815e6e7
158195
- fmt: 11.0.1 ==> 11.1.1
159196
- oboe: 1.9.0 ==> 1.9.3
160197
- webp: 1.4.0 ==> 1.5.0
@@ -769,7 +806,7 @@
769806
- ntcvt: 1.0.0 ==> 1.0.1
770807
- oboe: 1.7.0 ==> 1.8.0
771808
- 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
773810
- simdjson(NEW): 3.6.3
774811
- webp: 1.3.1 ==> 1.3.2
775812
- yasio: 4.1.0 ==> 4.1.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Axmol Engine has iterated and improved over the Cocos2d-x v4.0 base. Now is fast
7878

7979
**Supported 2D physics engines** ([more info here](https://github.com/axmolengine/axmol/wiki/2D-Physics-Engines-Information)):
8080
* Box2D
81-
* Chipmunk2D
81+
* Chipmunk2D (Will be removed in axmol-v3)
8282

8383
**Supported 3D physics engines**:
8484
* Bullet Physics SDK
@@ -142,7 +142,7 @@ If you find **Axmol Engine** helpful, please consider donating in [https://axmol
142142

143143
## Sponsors
144144

145-
#### Diamond Sponsors
145+
#### Platinum Sponsors
146146

147147
<p align="left">
148148
<a href="https://scorewarrior.com/?ad=axmol" target=_blank><img

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Axmol 引擎在 Cocos2d-x v4.0 的基础上进行迭代和改进。现在速度
8383
**支持2D物理引擎** ([更多相关信息](https://github.com/axmolengine/axmol/wiki/2D-Physics-Engines-informations)):
8484

8585
* Box2D
86-
* Chipmunk2D
86+
* Chipmunk2D (将从 axmol-v3 版本移除)
8787

8888
**支持3D物理引擎**:
8989

@@ -143,7 +143,7 @@ Axmol 引擎在 Cocos2d-x v4.0 的基础上进行迭代和改进。现在速度
143143

144144
## Sponsors
145145

146-
#### Diamond Sponsors
146+
#### Platinum Sponsors
147147
<p align="left">
148148
<a href="https://scorewarrior.com/?ad=axmol" target=_blank><img
149149
src="https://cdn.prod.website-files.com/633da33305ac754156026dd8/63566f1edf5f0712f94f7f1b_sw-triangle-821890.svg" height="120"

0 commit comments

Comments
 (0)