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
BackgroundWorkerwhen targeting HashLink before Haxe 4. - Fixed errors compiling
ThreadPoolfor HashLink with Haxe 4.0 and 4.1. - Fixed
Font.renderGlyphto support 32-bit colors, including alpha. - Fixed OpenFL line height issues by rolling back FreeType submodule to version 2.9.1.
