From 4c3ebc4b2121ff3d9f458e9fd6a4bd184939a631 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Sun, 9 Jun 2024 23:11:36 +0200 Subject: [PATCH] Increment version [build] [publish] --- changelog.md | 17 ++++++++++++++++- gradle.properties | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 19121ef..013ef52 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,16 @@ -* Fix a crash when clearing the rotation text box \ No newline at end of file +## The UI update (Backported to 1.20.1) +* 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 863a411..3abb71f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=2.1.4 +version=2.2.0 group=com.mrbysco.armorposer # Common