1
0
forked from Clones/Controlify

📜 Changelog + bump version (1.3.1)

This commit is contained in:
isXander
2023-06-21 19:10:08 +01:00
parent 1e6db9d83b
commit ced6a13dd0
2 changed files with 14 additions and 1 deletions

View File

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