diff --git a/build.gradle.kts b/build.gradle.kts index 9792377..bd432dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "dev.isxander" -version = "1.4.4+1.20" +version = "1.4.5+1.20" val isAlpha = "alpha" in version.toString() val isBeta = "beta" in version.toString() if (isAlpha) println("Alpha version detected.") diff --git a/changelogs/1.4.5+1.20.md b/changelogs/1.4.5+1.20.md new file mode 100644 index 0000000..ad689da --- /dev/null +++ b/changelogs/1.4.5+1.20.md @@ -0,0 +1,9 @@ +# Controlify 1.4.5 for 1.20 + +## Bug Fixes + +- Fix some movement input not working after hotplugging a controller until you switch worlds +- Improve the feel of keyboard-like movement input +- Use SDL when a controller isn't detected with hid4java +- Fix crash on servers due to loading sounds +- Resolve incompatibility with Fabric Item Group API where custom creative tabs would be cycled through in a random order