Skip to content

Commit

Permalink
Update version.json and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Aug 21, 2020
1 parent f874478 commit ff209cf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log

McLib's change log.
## Version 2.0.3

This minor patch features enormous improvements to keyframe editing GUIs.

<a href="https://youtu.be/6eil_zvv1KI"><img src="https://img.youtube.com/vi/6eil_zvv1KI/0.jpg"></a>

* Added value editing through the value field in the dope sheet editor
* Added bezier handles editing in tick and value fields when selecting them (instead of showing tick and value of the keyframe)
* Added multi-selection of keyframes in graph/dope sheet GUI elements:
* You can select them by Shift + Dragging an area in which all the keyframes will be selected
* You can select individual keyframes by Shift + clicking on them to select not selected keyframe or deselect selected keyframe
* You can move multiple-selected keyframes or its handles (depending on selection mode) by editing tick or value fields or dragging
* You can also duplicate multiple selected keyframes using the same old way of holding alt while clicking else where to duplicate
* Added context menu to graph/dope sheet elements to:
* Remove selected keyframes
* Switch selection between keyframe or its handles
* Added new interpolations (with in, out, in/out easings): back, elastic and bounce
* Fixed last keyframe's right bezier handle being editable

## Version 2.0.2

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.0.3": "This minor patch features enormous improvements to keyframe editing GUIs.",
"2.0.2": "This is a small quick patch which features a couple of neat GUI tweaks.",
"2.0.1": "This is a small quick patch.",
"2.0": "This enormous update drastically improves the GUI system that is used in my mods, as well as adding its own configuration system, and different APIs to make it easier to develop GUI stuff. It's also allows you to slightly personalize the GUI.",
Expand All @@ -26,8 +27,8 @@
},

"promos": {
"1.12.2-latest": "2.0.2",
"1.12.2-recommended": "2.0.2",
"1.12.2-latest": "2.0.3",
"1.12.2-recommended": "2.0.3",
"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 ff209cf

Please sign in to comment.