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 Jul 9, 2020
1 parent 88d8ee4 commit 027114e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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://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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 027114e

Please sign in to comment.