From ced6a13dd0733309edfde1b88fb6e6fd99e90837 Mon Sep 17 00:00:00 2001 From: isXander Date: Wed, 21 Jun 2023 19:10:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Changelog=20+=20bump=20version?= =?UTF-8?q?=20(1.3.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- changelogs/1.3.1+1.20.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 changelogs/1.3.1+1.20.md diff --git a/build.gradle.kts b/build.gradle.kts index 4406746..74c82ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } group = "dev.isxander" -version = "1.3.0+1.20" +version = "1.3.1+1.20" val isBeta = "beta" in version.toString() if (isBeta) println("Beta version detected.") diff --git a/changelogs/1.3.1+1.20.md b/changelogs/1.3.1+1.20.md new file mode 100644 index 0000000..594274f --- /dev/null +++ b/changelogs/1.3.1+1.20.md @@ -0,0 +1,13 @@ +# Controlify 1.3.1 for 1.20 + +## Additions + +- Added new setting to have a custom scale for the in-game button guide hud. This is relative to the Minecraft + gui scale setting. +- Better Steam Deck handling, allowing simultaneous use of Steam Input features like mouse gyro emulation + and touchpads. This is temporary until the Steam Deck driver is finished. + +## Changes + +- Reimplement immediately-fast compatibility that was temporarily removed in 1.20 betas. Your button guides should + be a little more performant now.