From 1ab42afdbbf4b8cf95c1ab94a516bb3f46de4153 Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 10 Jul 2023 18:18:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Bump=20version=20+=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- changelogs/1.4.2+1.20.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 changelogs/1.4.2+1.20.md diff --git a/build.gradle.kts b/build.gradle.kts index ada0bc5..67247a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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.") diff --git a/changelogs/1.4.2+1.20.md b/changelogs/1.4.2+1.20.md new file mode 100644 index 0000000..68b27be --- /dev/null +++ b/changelogs/1.4.2+1.20.md @@ -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.