forked from Clones/Controlify
📜 Changelog + bump version to 1.4.5
This commit is contained in:
@ -12,7 +12,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.isxander"
|
group = "dev.isxander"
|
||||||
version = "1.4.4+1.20"
|
version = "1.4.5+1.20"
|
||||||
val isAlpha = "alpha" in version.toString()
|
val isAlpha = "alpha" in version.toString()
|
||||||
val isBeta = "beta" in version.toString()
|
val isBeta = "beta" in version.toString()
|
||||||
if (isAlpha) println("Alpha version detected.")
|
if (isAlpha) println("Alpha version detected.")
|
||||||
|
9
changelogs/1.4.5+1.20.md
Normal file
9
changelogs/1.4.5+1.20.md
Normal 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
|
Reference in New Issue
Block a user