From a7ee511159a7f759842516e15c143c9f690e6d49 Mon Sep 17 00:00:00 2001 From: Stereowalker Date: Fri, 30 Aug 2024 00:33:58 +0100 Subject: [PATCH] Release v10.0.0 --- changelog.md | 6 +----- full-changelog.txt | 3 +++ gradle.properties | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 8e168a5..cdc53f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1 @@ -- Updated to UnionLib 10.2.3 -- Added a debug option to show what buttons are being held -- Combo bindings now disable the bindings of the buttons that make up the combo -- Added a 1 second delay when trying to bind so that combos can easily be bound -- Passed gui grapgics posestack to paperdoll \ No newline at end of file +- Ported to 1.21.1 and NeoForge \ No newline at end of file diff --git a/full-changelog.txt b/full-changelog.txt index 3050419..8a60a0d 100644 --- a/full-changelog.txt +++ b/full-changelog.txt @@ -1,3 +1,6 @@ +[10.0.0] +- Ported to 1.21.1 and NeoForge + [9.0.3] - Updated to UnionLib 10.2.3 - Added a debug option to show what buttons are being held diff --git a/gradle.properties b/gradle.properties index 643b601..e1b698b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ _unionlib_version_max = 12.1.0 ## Mod Properties _mod_name = Controller Support _mod_id = controllermod -_mod_version = 9.0.3 +_mod_version = 10.0.0 _mod_release = release _mod_environment = client _mod_license = All Rights Reserved