From 027114e1bb1407d07558390829a0bdedf3e01b39 Mon Sep 17 00:00:00 2001 From: McHorse Date: Thu, 9 Jul 2020 12:17:33 +0100 Subject: [PATCH] Update change log and version.json --- CHANGELOG.md | 14 ++++++++++++++ version.json | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ed55cc9..f613b1cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Blockbuster's change log. +## Version 2.0.1 + +This is a quick patch that fixes a couple of GUI issues and adds pick texture and skin keybinds. + +**Compatible** with McLib `2.0.1`, Metamorph `1.2` and Aperture `1.4`. It doesn't mean that future versions of Metamorph and Aperture would be incompatible, but older versions are most likely incompatible. + +* Added back Steve/Alex sequencer morph +* Added player recording's filename label in player recording editor +* Added keybinds to pick texture in image and custom model morph pickers (Shift + P) +* Added copies of `item` and `label` morphs (suggested by Andruxioid) +* Fixed duplication modal of model editor not working correctly with nested model names +* Fixed equip action panel's slot field not being filled correctly +* Updated Chinese strings for 2.0 (thanks to Chunk7, KuenYo_ and H2SO4GepaoAX) + ## Version 2.0 This huge update adds a couple of awesome major feature, but mostly focuses on GUI improvements and quality of life features. This update also fixes dozens of bugs. diff --git a/version.json b/version.json index 97dc565b3..900f2c8d4 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://curseforge.com/minecraft/mc-mods/blockbuster/", "1.12.2": { + "2.0.1": "This is a quick patch that fixes a couple of GUI issues and adds pick texture and skin keybinds.", "2.0": "This huge update adds a couple of awesome major feature, but mostly focuses on GUI improvements and quality of life features. This update also fixes dozens of bugs.", "1.6.6": "This is another patch update which fixes lots of bugs. Beside bug fixes, there are also new BB gun options which allows for a better projectile configuration. Andruxioid also introduces Ukranian translation in this update!", "1.6.5": "This is a little update features two neat features, and mostly bug fixes.", @@ -44,8 +45,8 @@ "1.4.10": "Patch 1.4.10 adds few nice misc. features (model block and OBJ loading without JSON model) which generally should improve UX a bit and simplify decorating set with Blockbuster models/Metamorph morphs, and lay down a foundation for future new features (which involves removing old useless code)." }, "promos": { - "1.12.2-latest": "2.0", - "1.12.2-recommended": "2.0", + "1.12.2-latest": "2.0.1", + "1.12.2-recommended": "2.0.1", "1.11.2-latest": "1.6.6", "1.11.2-recommended": "1.6.6", "1.10.2-latest": "1.6.6",