Skip to content

Commit b26c3f9

Browse files
committed
Version 2.9.1
1 parent 02a8dec commit b26c3f9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# axmol-2.9.1 Nov.2 2025
2+
3+
## Significant changes relative to 2.9.0:
4+
5+
- Improve SDF text outline rendering by @halx99 in [#2843](https://github.com/axmolengine/axmol/pull/2843)
6+
7+
## Bug fixes
8+
9+
- Fix SDF text rendering issue when both outline and shadow are enabled by @halx99, see issue: [#2844](https://github.com/axmolengine/axmol/issues/2844)
10+
- Fix memory leak in extension::GUI ScrollView by @j-jorge in [#2821](https://github.com/axmolengine/axmol/pull/2821)
11+
- Fix FairyGUI Ellipse/Circle "Line Size" issue by @aismann in [#2825](https://github.com/axmolengine/axmol/pull/2825)
12+
- Fix: `ui::Text` `Overflow::SHRINK` does not restore the original font size when text is shortened by @tkzcfc in [#2831](https://github.com/axmolengine/axmol/pull/2831)
13+
- Fix: `FastTMXLayer::reset` draw counts when layer becomes empty by @lucycycy in [#2839](https://github.com/axmolengine/axmol/pull/2839)
14+
15+
## Improvements
16+
17+
- Improve AutoPolygon::findFirstNoneTransparentPixel() by @aismann in [#2810](https://github.com/axmolengine/axmol/pull/2810)
18+
- Add new test scroll view v2 by @NgVThangBz in [#2820](https://github.com/axmolengine/axmol/pull/2820)
19+
- Add PVRv3 ASTC support and improve PVR format detection by @lucycycy in [#2832](https://github.com/axmolengine/axmol/pull/2832)
20+
- Sync pixel format enums in Constants.lua by @halx99
21+
- Improve distance field outline shader by @halx99
22+
23+
## SDK & Tools updates
24+
25+
- gradle: 9.1.0 => 9.2.0
26+
- webview2: 1.0.3485.44 => 1.0.3537.50
27+
28+
## 3rdparty updates
29+
30+
- oboe: 1.9.3 => 1.10.0
31+
- openssl: 3.0.17 => 3.0.18
32+
- rapidjson: 1.1.0-815e6e7 => 1.1.0-24b5e7a
33+
134
# axmol-2.9.0 Oct.5 2025
235

336
## Significant changes relative to 2.8.x:

0 commit comments

Comments
 (0)