Skip to content

KTX 1.11.0-rc4

Compare
Choose a tag to compare
@czyzby czyzby released this 26 Jan 13:17
· 43 commits to master since this release

A maintenance release with support for Kotlin 1.8.0 and notable documentation improvements.


  • [UPDATE] Updated to Kotlin 1.8.0.
  • [UPDATE] Updated to VisUI 1.5.1.
  • [MISC] Project README now includes installation instructions for new projects using gdx-liftoff.
  • [MISC] Sample KTX projects are now generated by gdx-liftoff on every release.
  • [MISC] Removed migration guides from ktx-scene2d and ktx-vis README files. If you are migrating from an old KTX version, please refer to the 1.11.0-rc3 tag.
  • [FEATURE] (ktx-assets-async) AssetStorage.silenceAssetManagerWarnings property was added, allowing to silence logging on non-fatal AssetLoader issues.
  • [FEATURE] (ktx-assets-async) AssetManagerWrapper warnings caused by AssetLoader issues were extended and improved.

Known issues:

  • [BUG] (ktx-assets-async) AssetStorage might work incorrectly on older Android devices due to access to unsupported Java APIs (ConcurrentHashMap.getOrDefault).