1
0
forked from Clones/Controlify

📜 Changelog + bump version to 1.4.5

This commit is contained in:
isXander
2023-07-24 22:49:42 +01:00
parent 42d251ea6d
commit 934dbf6b6e
2 changed files with 10 additions and 1 deletions

View File

@ -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.")

9
changelogs/1.4.5+1.20.md Normal file
View File

@ -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