Skip to content

Commit

Permalink
Increment version [build] [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 9, 2024
1 parent 1a50182 commit 4c3ebc4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
* Fix a crash when clearing the rotation text box
## 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!<br>
* 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.<br>
* 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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=2.1.4
version=2.2.0
group=com.mrbysco.armorposer

# Common
Expand Down

0 comments on commit 4c3ebc4

Please sign in to comment.