Skip to content

11.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 19:07
· 164 commits to master since this release

Fixes

This release includes 3 important fixes for the Android runtime:

  1. Properly handle the loss of OpenGL context, restoring it after loss with automatic recovery.
  2. Fixed a race condition during tear down if the surface was simultaneously being resized.
  3. Fixed a linking error on older ARMv7 devices that did not support thread local storage (TLS) relocations
    • Manifested as java.lang.UnsatisfiedLinkError: dlopen failed: unknown reloc type 17.
    • Introduced by libsodium used for cryptographic random number generation (RNG) for scripting.
    • Solved by forcing emulated TLS at build time.

  • fix(Android): Context and surface loss fixes (flush crash) (#11726) d9776b5c2e 7350069
  • fix(Android): Race condition between resize and renderer deletion (#11831) 086750cc4a c1317cb
  • fix(Android): Fix linking issues on ARMv7 devices due to TLS relocations (#12175) a921b11eb8 4b3c801
  • chore(runtime): Remove tess renderer (#12207) 862f1ff44c ef4a55c
  • feature(scripting): add support for remove and removeAt (#12201) 0015c1d29e bfb459a
  • fix(editor): track orphan ScriptedProperty on ScriptingContext (WITH_… (#12195) 0475399dc5 bfdee65
  • fix(webgl): Update to latest PLS api (#12192) c8d7c868ca bf210eb
  • fix: include BlobAsset in File::read() asset import switches (#12191) a8142e0e4f d43efe4
  • fix: create new render path if a path is used multiple times in the s… (#12182) 85a72f0ffd 905a915
  • fix(wgpu): honor offscreen render target in testing_window_wgpu (#12174) f129648151 7a23d19
  • Handle linebreaks in single/multiline TextInput (#12154) dab97cd7b1 f70c981
  • Feat: Rive Renderer in Recorder (#12113) 7adf1e50c8 f258936
  • fix(editor): Fix Viewmodel duplicate naming & databind preview toggle stuck after undo (#12132) 223c4c3721 a7dfd12
  • fix(runtime): advance view models from bindable artboards (#12135) f1f9769606 9c7ec5f
  • fix: look for view model properties by name and type (#12133) 51992ddcda 5adc873