From fa452d80abc769ca0e0c576fdab28bf9150a33b2 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Sat, 28 Sep 2024 18:36:46 +0200 Subject: [PATCH] Increment version [build] [publish] --- changelog.md | 18 ++++++++++++++++-- gradle.properties | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 3fd370d..1e52e25 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,16 @@ -* Add Simplified Chinese courtesy of Kasualix on Github -* Fix links on the fabric version \ No newline at end of file +## The UI update (Backported to 1.18.2) +* The Armor Poser GUI has undergone an update. +* The semi-transparent gray background has been removed. UI text is now white with a drop shadow, ensuring visibility on white surfaces. +* Added rotated text saying "Click and scroll" next to position/rotation fields. This hints at the ability to scroll and adjust values when number fields are focused. + +### Poses Overhaul +* The Poses screen has been overhauled to make it easier for new poses to be added and user poses can now be added!
+* The main Armor Poser screen now has a Save button next to the copy and paste button, clicking it will open a screen that allows you to name the pose and save it to the User Poses.
+* If you added a pose and want to remove it, you can now do so by clicking the pose and clicking the delete button. (This only works on user added poses) + +### New Features +* 3 new buttons have been added to the main Armor Poser gui, pressing them does the following: + * Block - Align held block, so it appears on the surface + * Item: Aligns the held item, with the option to hold Shift for upright alignment. + * Tool - Align held tool, so it appears flat on the surface +* Add a button that shows a list of nearby armor stands, allowing you select armor stands that are inside walls / hidden \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0a16c31..9a14841 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=1.0.5 +version=1.1.0 group=com.mrbysco.armorposer # Common