Skip to content

Commit ced6a13

Browse files
committed
πŸ“œ Changelog + bump version (1.3.1)
1 parent 1e6db9d commit ced6a13

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

β€Žbuild.gradle.ktsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
group = "dev.isxander"
19-
version = "1.3.0+1.20"
19+
version = "1.3.1+1.20"
2020
val isBeta = "beta" in version.toString()
2121
if (isBeta) println("Beta version detected.")
2222

β€Žchangelogs/1.3.1+1.20.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
Β (0)