Skip to content

1.11.0.4 "Nimbly Mobile"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 28 Sep 00:01
· 622 commits to master since this release

This release is small, but has various improvements and fixes from a few different contributors. There's a basic .gitattributes file now that can be customized if you want; this should help smooth out line-ending problems in at least some projects. There's improvements to the .gitignore file thanks to @Berstanio , helping MOE keep getting the right things ignored. There's some important fixes to MacOS packaging with jpackage thanks to @mudlee , and the jpackageimage command should just work on MacOS. There's also a possibly-very-important fix to how Liftoff determines if a directory has an Android SDK in it -- prior to this release, a brand-new installation of Android Studio would install a correct SDK, but Liftoff wouldn't identify it as such which prevented creating an Android project. Now a new SDK installation should be picked up just fine.

There's also several versions updated across the project, such as Kotlin and Gretty getting updates. Switching to this release is recommended if you've experienced any of the listed issues that were fixed.