forked from Clones/Controlify
📜 Changelog + bump version (1.3.1)
This commit is contained in:
@ -16,7 +16,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "dev.isxander"
|
||||
version = "1.3.0+1.20"
|
||||
version = "1.3.1+1.20"
|
||||
val isBeta = "beta" in version.toString()
|
||||
if (isBeta) println("Beta version detected.")
|
||||
|
||||
|
13
changelogs/1.3.1+1.20.md
Normal file
13
changelogs/1.3.1+1.20.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Controlify 1.3.1 for 1.20
|
||||
|
||||
## Additions
|
||||
|
||||
- Added new setting to have a custom scale for the in-game button guide hud. This is relative to the Minecraft
|
||||
gui scale setting.
|
||||
- Better Steam Deck handling, allowing simultaneous use of Steam Input features like mouse gyro emulation
|
||||
and touchpads. This is temporary until the Steam Deck driver is finished.
|
||||
|
||||
## Changes
|
||||
|
||||
- Reimplement immediately-fast compatibility that was temporarily removed in 1.20 betas. Your button guides should
|
||||
be a little more performant now.
|
Reference in New Issue
Block a user