You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments