Skip to content

Commit

Permalink
Update the change log and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Oct 18, 2020
1 parent 31ac34c commit cf42106
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## Version 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!

* Added multi-skin editor, which includes new options:
* Scale - scales up and down a skin
* Shift - moves around a skin on the canvas
* Scale to largest - allows easily to scale to the largest multi-skin in the list
* Color - allows to multiply every pixel by this color, allowing hue shifting grayscale textures
* Pixelate - filter that allows to pixelate a texture
* Erase - option that allows to erase everything below using the current skin's opaque pixels as erase mask
* Added list sorting to multi-skin
* Added an option to asynchronously load multi-skin skins (enabled by default)
* Added WAV parsing and waveform rendering
* Added favorite and recent color palette GUI elements to color picker
* Added arrow up and down keystrokes to increment and decrement, respectively, a value in trackpad fields (shift, ctrl and alt affect the value that is getting added or subtracted, suggested by Joziah2)
* Added an option to disable increment button on trackpad fields
* Fixed relative value editing of keyframes having horrible results
* Fixed crash when emptying the text field in texture picker (reported by Tossler)
* Fixed trackpad fields not indicating that value wasn't accepted after manually inputting out of range (reported by Tossler)
* Fixed alpha colors not showing transparency when borders are enabled
* Fixed dashboard not closing properly panels after switching to another GUI (instead of closing through Escape key) causing some panels to bug (reported by Chunk7)

## Version 2.0.3

This minor patch features enormous improvements to keyframe editing GUIs.
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.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!",
"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.",
Expand All @@ -27,8 +28,8 @@
},

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

Please sign in to comment.