From cf42106f146bc764dcc7e88073ba2677c823b881 Mon Sep 17 00:00:00 2001 From: McHorse Date: Sun, 18 Oct 2020 13:36:04 +0100 Subject: [PATCH] Update the change log and version.json --- CHANGELOG.md | 23 +++++++++++++++++++++++ version.json | 5 +++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6560fed6..5e80e120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/version.json b/version.json index 595a9ea5..efd5a96c 100644 --- a/version.json +++ b/version.json @@ -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.", @@ -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",