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 Jan 30, 2021
1 parent cbd105d commit a9a10db
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,24 @@
## Metamorph 1.2.5

This patch update adds a keybind field to creative morph menu, added animation of body part transfromations based on parent animated morph, and improved performance in the creative morph list.

**Compatible** with McLib `2.2`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

* Added **Copy /morph command** context menu to creative morphs menu (suggested by Centryfuga)
* Added confirmation to remove all morphs context menu item
* Added keybind field to morph panel in morph editor
* Added custom hitbox options to all morphs
* Added an option (enabled by default) to animate body part's transformations based on parent morph's animation progress
* Fixed some (like copy to recent) context menus not appearing in creative morphs menu
* Fixed morphs not updating after server updated the blacklist

## Metamorph 1.2.4

This patch fix features some bug fixes that are required for the release of my new Chameleon mod.

**Compatible** with McLib `2.1`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible.

* Changed the scrolling speed of morph panels from `35` to `45` pixels per mouse wheel scroll
* Changed the scrolling speed of morph panels from `35` to `45` pixels per mouse wheel scroll
* Fixed morph settings parsing to be more lenient to the provided data types

## Metamorph 1.2.3
Expand Down
19 changes: 10 additions & 9 deletions version.json
@@ -1,6 +1,7 @@
{
"homepage":"https://www.curseforge.com/minecraft/mc-mods/metamorph",
"1.12.2":{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/metamorph",
"1.12.2": {
"1.2.5": "This patch update adds a keybind field to creative morph menu, added animation of body part transfromations based on parent animated morph, and improved performance in the creative morph list.",
"1.2.4": "This patch fix features some bug fixes that are required for the release of my new Chameleon mod.",
"1.2.3": "This small update mostly needed for Blockbuster update.",
"1.2.2": "This is a small patch that features a couple of tweaks.",
Expand All @@ -12,26 +13,26 @@
"1.1.7": "This is a small patch update which is mostly oriented toward Blockbuster's compatibility.",
"1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)."
},
"1.11.2":{
"1.11.2": {
"1.1.10": "This is a small patch update with a couple of bug fixes (mainly by asanetargoss).",
"1.1.9": "This is a small patch update with lots of awesome bug fixes pull requests from asanetargoss and Johni0702!",
"1.1.8": "This is a small patch update which is mostly oriented toward Blockbuster's compatibility, but also h as some internal changes and few bug fixes.",
"1.1.7": "This is a small patch update which is mostly oriented toward Blockbuster's compatibility.",
"1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)."
},
"1.10.2":{
"1.10.2": {
"1.1.10": "This is a small patch update with a couple of bug fixes (mainly by asanetargoss).",
"1.1.9": "This is a small patch update with lots of awesome bug fixes pull requests from asanetargoss and Johni0702!",
"1.1.8": "This is a small patch update which is mostly oriented toward Blockbuster's compatibility, but also has some internal changes and few bug fixes.",
"1.1.7": "This is a small patch update which is mostly oriented toward Blockbuster's compatibility.",
"1.1.5": "This is a small, quick and dirty patch that provides several bugfixes (mainly for Blockbuster's update)."
},
"promos":{
"1.12.2-latest":"1.2.4",
"1.12.2-recommended":"1.2.4",
"promos": {
"1.12.2-latest":"1.2.5",
"1.12.2-recommended":"1.2.5",
"1.11.2-latest":"1.1.10",
"1.11.2-recommended":"1.1.10",
"1.10.2-latest":"1.1.10",
"1.10.2-recommended":"1.1.10"
}
}
}
}

0 comments on commit a9a10db

Please sign in to comment.