diff --git a/build.gradle.kts b/build.gradle.kts index b52fbca..f72ff59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { } group = "dev.isxander" -version = "1.1.0+1.19.4" +version = "1.1.1+1.19.4" repositories { mavenLocal() diff --git a/changelogs/1.1.1+1.19.4.md b/changelogs/1.1.1+1.19.4.md new file mode 100644 index 0000000..281611e --- /dev/null +++ b/changelogs/1.1.1+1.19.4.md @@ -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.