File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414}
1515
1616group = " dev.isxander"
17- version = " 2.0.0-alpha .1+1.20.4"
17+ version = " 2.0.0-beta .1+1.20.4"
1818val isAlpha = " alpha" in version.toString()
1919val isBeta = " beta" in version.toString()
2020if (isAlpha) println (" Controlify alpha version detected." )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments