Skip to content

Commit

Permalink
Update change log and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jan 30, 2021
1 parent f51216d commit ff76f36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Version 2.2

This update features a couple of cool quality of life tweaks to different GUI elements, as well as GUI rendering optimization.

* Added an ability to use right counterpart keys for Shift, Ctrl and Alt (suggested by Silverx)
* Added separate mod option for mouse button presses
* Added mouse wheel display option to mouse button presses display option
* Added **View all keyframes** and **Select all keyframes** context menu options to keyframe elements
* Added **View all keyframes** (`Home` key) and **Select all keyframes** (`Ctrl + A` key combo, suggested by Chunk7) to keyframe elements
* Added **Drop the item down** and **Clear the item** context menu options to item slot element
* Added viewport culling to GUI system which prevents rendering of elements which are not seen on the screen
* Added **Copy transformations** and multiple paste contet menu options to GUI transformation editor element (3x3 grid with Translate, Scale, Rotate labels)
* Changed min and max zoom levels for keyframe elements
* Fixed (or rather reduced) multi-skin collision with other skins
* Fixed keyboard input in texture picker always selecting the last element
* Fixed texture picker resetting skin upon closing

## Version 2.1.2

This patch fix features some bug fixes that are required for the release of my new Chameleon mod.
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/",
"1.12.2": {
"2.2": "This update features a couple of cool quality of life tweaks to different GUI elements, as well as GUI rendering optimization.",
"2.1.2": "This patch fix features some bug fixes that are required for the release of my new Chameleon mod.",
"2.1.1": "This tiny update that provides some changes for Blockbuster.",
"2.1": "This big update adds a lot of useful code (including WAV file parsing, loading and rendering), a handful of GUI element tweaks and new multi-skin features!",
Expand Down Expand Up @@ -30,8 +31,8 @@
},

"promos": {
"1.12.2-latest": "2.1.2",
"1.12.2-recommended": "2.1.2",
"1.12.2-latest": "2.2",
"1.12.2-recommended": "2.2",
"1.10.2-latest": "1.0.4",
"1.10.2-recommended": "1.0.4",
"1.11.2-latest": "1.0.4",
Expand Down

0 comments on commit ff76f36

Please sign in to comment.