File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616}
1717
1818group = " dev.isxander"
19- version = " 1.3.0 +1.20"
19+ version = " 1.3.1 +1.20"
2020val isBeta = " beta" in version.toString()
2121if (isBeta) println (" Beta version detected." )
2222
Original file line number Diff line number Diff line change 1+ # Controlify 1.3.1 for 1.20
2+
3+ ## Additions
4+
5+ - Added new setting to have a custom scale for the in-game button guide hud. This is relative to the Minecraft
6+ gui scale setting.
7+ - Better Steam Deck handling, allowing simultaneous use of Steam Input features like mouse gyro emulation
8+ and touchpads. This is temporary until the Steam Deck driver is finished.
9+
10+ ## Changes
11+
12+ - Reimplement immediately-fast compatibility that was temporarily removed in 1.20 betas. Your button guides should
13+ be a little more performant now.
You canβt perform that action at this time.
0 commit comments