Skip to content

0.13.0-4.4.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 16:12
d93c76f

New minor update for Godot Kotlin

Changes:

  • The bootstrap.jar is gone, the editor can now run by itself !
  • Many API methods taking a StringName as parameter can now accept a regular String instead. It's automatically transformed into a StringName and cached for efficiency.
  • Most Godot Enum values are now shorter, removing redundant words from the encapsulating Enum.
    Error.ERR_PARAMETER_RANGE_ERROR -> Error.PARAMETER_RANGE
  • The DocString documentation formatting has been improved.
  • Mutation helpers for PackedArrays have been added to the API.
  • Added a Gradle task to generate the embedded JVM

Fixes:

  • JVM modules like java.sql can now be used by your Godot projects.
  • The IDE plugin templates use the correct version.
  • Non-ascii characters are properly displayed when printing to Godot.
  • Reloading the project no longer crashes if you have several registered scripts in the same file.
  • Android exports should work again.

Don't forget to change your build.gradle configuration with the following line.

plugins {
    id("com.utopia-rise.godot-kotlin-jvm") version "0.13.0-4.4.1"
}

What's Changed

Full Changelog: 0.12.3-4.4.1...0.13.0-4.4.1