Skip to content

1.10.0.6 "Strawberry Jam Highlighter"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 30 Aug 21:33
· 940 commits to master since this release

This release updates to the latest Gradle (7.2), updates quite a few third-party extensions, and (partly) fixes a selection bug on the SETUP COMPLETE window. The last bug has been really a pain for a while, because it would crash gdx-liftoff after you selected too much text on that window (the project would still be created fully). Now, the selection looks extremely buggy, but it doesn't crash at least; Liftoff also attempts to copy the selection to the clipboard (because it's not easy to copy when the selection is flashing in and out), but this doesn't seem to work reliably. All of this happens because of a long-standing bug in libGDX with color markup in selectable TextAreas; this may be getting resolved in the next libGDX release.

This also includes a PR by @Frosty-J that should really help with CPU usage when Liftoff is in the background, so thanks!

The reason for the name of this release should be obvious if you encounter the partial fix to the selection bug.