forked from Clones/Controlify
📜 1.1.1 changelog
This commit is contained in:
@ -17,7 +17,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.isxander"
|
group = "dev.isxander"
|
||||||
version = "1.1.0+1.19.4"
|
version = "1.1.1+1.19.4"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
20
changelogs/1.1.1+1.19.4.md
Normal file
20
changelogs/1.1.1+1.19.4.md
Normal 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.
|
Reference in New Issue
Block a user