1
0
forked from Clones/Controlify

📜 1.1.1 changelog

This commit is contained in:
isXander
2023-05-05 19:57:43 +01:00
parent a76a120412
commit ede64f471f
2 changed files with 21 additions and 1 deletions

View File

@ -17,7 +17,7 @@ plugins {
}
group = "dev.isxander"
version = "1.1.0+1.19.4"
version = "1.1.1+1.19.4"
repositories {
mavenLocal()

View File

@ -0,0 +1,20 @@
# Controlify 1.1.1
## Additions
- Binds can now be unbound by pressing the right stick down (configurable bind).
## Changes
- Vibration natives are now onboarded on-demand (when a controller is connected), rather than on startup.
- Add extra details to controller construction crash report.
- Update toasts to be more clear. ([#64](https://github.com/isXander/Controlify/issues/64) by madis0)
- Update vibration onboarding message to be more generic, including Gyro.
## Bug Fixes
- Fix reconnected controllers being unidentified.
- Fix some mod keybindings failing to register as controller binds.
- Fix 'Out Of Focus Input' option not working properly.
- Fix crash with some unmapped joysticks.
- Fix 'GUI Abstract Action 2' bind not saving properly.