Skip to content

Commit f9d7606

Browse files
committed
More changelogs
1 parent 775c29f commit f9d7606

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "dev.isxander"
17-
version = "2.0.0-alpha.1+1.20.4"
17+
version = "2.0.0-beta.1+1.20.4"
1818
val isAlpha = "alpha" in version.toString()
1919
val isBeta = "beta" in version.toString()
2020
if (isAlpha) println("Controlify alpha version detected.")
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ HD haptics in the vibration group in the settings menu.
5959
- Add deadzone visualizer into the deadzone settings
6060
- Rewrite controller code completely
6161
- Increase unknown controller submission name to 64 chars
62-
- Adjust way controller UIDs are created to prevent same controllers being identified differently
62+
- Adjust way controller UIDs are created to prevent same controllers being identified differently between launches
63+
- Add an option to adjust the radial menu timeout ([#254](https://github.com/isXander/Controlify/pull/254))
64+
- Fix range of chat keyboard height being 800%
65+
- More resilient bind rendering to prevent seeing missing textures

0 commit comments

Comments
 (0)