1
0
forked from Clones/Controlify

📜 Bump version + changelog

This commit is contained in:
isXander
2023-07-10 18:18:53 +01:00
parent 01a0ce9b2f
commit 1ab42afdbb
2 changed files with 18 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
}
group = "dev.isxander"
version = "1.4.1+1.20"
version = "1.4.2+1.20"
val isBeta = "beta" in version.toString()
if (isBeta) println("Beta version detected.")

17
changelogs/1.4.2+1.20.md Normal file
View File

@ -0,0 +1,17 @@
# Controlify 1.4.2 for 1.20
## New Features
- Added a 'Maybe Later' button to the calibration screen, which will close the screen and not calibrate the controller.
- Added a 'Mixed Input' option which allows you to make any controller behave like the Steam Deck.
- Implement SDL controller identification when `hid4java` is unavailable (on macOS ARM).
## Changes
- Controller rumble is silenced whilst the window is out of focus, rather than the previous behaviour where all
rumble effects were cancelled.
- Optimize rumble driver calls to not send every tick if unnecessary.
## Bug Fixes
- Fix the controller default config syncing with the normal config after a serialization failure.