Hey, everyone!
Grab the latest bugfix release for Lime from Haxelib. This release fixes some critical issues in Lime 8.2.0. Everyone using Lime 8.2.0 is encouraged to upgrade.
haxelib install lime 8.2.1
After upgrading, if you are still running into issues compared to Lime 8.1, please report them on GitHub. If possible, try to include some sample code that demonstrates the problem. Screenshots can be very helpful too. Thanks so much!
Changelog
Lime 8.2.1
- Fixed
Sys.exit()
causing hang instead of exiting application. - Fixed paths for .ndll files when targeting Raspberry Pi.
- Fixed compiling
BackgroundWorker
when targeting HashLink before Haxe 4. - Fixed errors compiling
ThreadPool
for HashLink with Haxe 4.0 and 4.1. - Fixed
Font.renderGlyph
to support 32-bit colors, including alpha. - Fixed OpenFL line height issues by rolling back FreeType submodule to version 2.9.1.