Skip to main content

Release 51.3.1.2

· 2 min read
Michael
Developer at distriqt

New AIR SDK Release 51.3.1.2

Download

Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started

info

For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files.

Bug Fixes

  • AIR-7924: AIR files need to have the correct CRC for the hash file
  • AIR-7949: macOS WebView causes a crash on a certificate error
  • AIR-7950: Direct mode glitching caused by fix for ANGLE rendering
  • github-3716: ANGLE on Windows was flipped and unstable when rendering display list content
  • github-3799: Rounding down font scaling to improve line-clipping outcomes
  • github-4157: Adding Android camera2 support for YUV
  • github-4162: Ensuring Angle DLLs are only loaded if useAngle is set to true
  • github-4166: Ensuring Linux symlinks are fully updated by configure script
  • github-4169: Ensuring 'float' is a type of Number and is sent to the Debugger as such
  • github-4170: Ensuring float typeof/instanceof matches int/number behaviour