diff --git a/changelog.md b/changelog.md index 45f7165..0c3f8b6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ -* Adjust scrolling behavior +* Adjust scrolling behavior (Might fix an issue where scrolling doesn't work correctly) * Correct the armor stand size whenever the field is updated in any way -* Remove the `No` from `No Gravity` and `No Base Plate` options (Invert the options to make them less confusing) \ No newline at end of file +* Remove the `No` from `No Gravity` and `No Base Plate` options (Invert the options to make them less confusing) +* Fix the armor stand size when looking for nearby armor stands screen +* Show an underline under the armor stand position if the base plate is visible in the nearby armor stands screen +* Show the actual armor stand size when hovering over the armor stand in the nearby armor stands screen +* Add the ability to rename Armor Stands inside the Armor Poser GUI (costs 1 level) +* Clean up networking code \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b56488b..d525679 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=7.0.0 +version=7.0.1 group=com.mrbysco.armorposer # Common