diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a17646..684a0046 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/version.json b/version.json index d0af4cee..beda3baf 100644 --- a/version.json +++ b/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.", @@ -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" - } -} + } +} \ No newline at end of file