Skip to content

Commit d03c823

Browse files
committed
Update ChangeLog
1 parent 3de47cd commit d03c823

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@
3232
- Fix typo: BLEND_CLOLOR ==> BLEND_COLOR
3333
- Fix typo: RESERVE_SUBTRACT ==> REVERSE_SUBTRACT
3434
- Fix video player crash on apple platforms, reported by @asnagni in https://github.com/axmolengine/axmol/issues/1815
35+
- Fix an issue where ProgressTimer didn't properly set or cascade its opacity by @TyelorD in https://github.com/axmolengine/axmol/pull/1830
36+
- Fix ClippingNode stencil needing global z set manually by @TyelorD in https://github.com/axmolengine/axmol/pull/1831
37+
- Fix FileUtilsApple::getPathForDirectory() checking wrong path by smilediver in https://github.com/axmolengine/axmol/pull/1828
38+
- Fix issue where UIWidget couldn't be reselected by @TyelorD in https://github.com/axmolengine/axmol/pull/1827
3539

3640
### Improvements
3741

42+
- Improve MediaPlayer: handle video rotation properly
3843
- Disable c++20 char8_t
3944
- Improve build system, set rpath properly for platforms: linux, apple
4045
- HttpClient: add support for PATCH method by @smilediver in https://github.com/axmolengine/axmol/pull/1722
@@ -54,6 +59,9 @@
5459
- Add ttf fallback render support
5560
- Add cmake option: `AX_EXT_HINT` to set default extensions state
5661
- Add axmol cmdline option `-dm` to dump compiler preprocessors before build
62+
- Display cmake command used by build script in console by @rh101 in https://github.com/axmolengine/axmol/pull/1834
63+
- Add Borderless Windowed Mode by @TyelorD in https://github.com/axmolengine/axmol/pull/1826
64+
- Add CC_USE_CULLING Alias to cocos2d.h by @TyelorD in https://github.com/axmolengine/axmol/pull/1825
5765

5866
### Break Changes
5967

@@ -64,6 +72,7 @@
6472

6573
- emsdk: 3.1.53 ==> 3.1.57
6674
- AGP: 8.2.1 ==> 8.2.2
75+
- androidx.media3: 1.0.2 ==> 1.2.1
6776

6877
### 3rdparty updates
6978

0 commit comments

Comments
 (0)