Skip to content

v4.3.43

Compare
Choose a tag to compare
@kevingpqi123 kevingpqi123 released this 22 Dec 11:08
· 28 commits to release/4.3 since this release

主要修改内容:
(1)新增支持

  • Android 平台增加 x86_64 架构,增加车机系统的架构支持

(2)包体优化

  • 相对于 4.3.33 版本,Web 平台减少 zip 后大小 65 KB(wasm), iOS 减少 zip 后大小 50 KB(arm64)

(3)稳定性提升

  • 修复移动端 PAGView 切换文件播放且循环次数重新设置无法播放问题
  • web 平台 BMP 预合成素材 seek 播放异常修复
  • 修复微信小程序 createCanvas2D 错误

Main revisions:
(1)New capabilities

  • Added x86_64 architecture for the Android platform, which could be used in the vehicle system.

(2)Size optimization

  • In comparison to version 4.3.33, the library's zipped size has been decreased by 65 KB (wasm) on the web platform and 50 KB (arm64) on the iOS platform.

(3)Stability improvement

  • Fixed an issue that PAGView on mobile devices couldn't play when switching files and resetting loop count.
  • Fixed seek playback issue with BMP pre-composited assets on the web platform.
  • Fixed an error with createCanvas2D in the WeChat Mini Program.