From b8e3dbd31379e37ac5895fd60a04a00a88e85afc Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Mon, 15 Jul 2024 14:08:14 +0200 Subject: [PATCH] Increment version [build] [publish] --- changelog.md | 17 +---------------- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/changelog.md b/changelog.md index 013ef52..8ec6099 100644 --- a/changelog.md +++ b/changelog.md @@ -1,16 +1 @@ -## 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 +* Add `ru_ru` lang file Courtesy of [JustOldSchool](https://github.com/Mrbysco/Armor-Poser/issues/20) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 3abb71f..c1054aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=2.2.0 +version=2.2.1 group=com.mrbysco.armorposer # Common