diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8e4d4a..7aa6b4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## Metamorph 1.2.9 + +This is patch fixes a couple of bugs. + +**Compatible** with McLib `2.3.1`. It doesn't mean that future versions of McLib would be incompatible, but older versions are most likely incompatible. + +* Added confirmation modal when removing individual morphs (added by Chryfi) +* Fixed acquired morphs being cleared +* Fixed entity selector's matching NBT field not resetting the value +* Fixed entity selectors not updating when entity's data was changed +* Fixed entity's hitbox remained same from past entity selectors +* Fixed crash when using arrow keys navigation when Chameleon with no models installed + ## Metamorph 1.2.8 This is a hot fix patch that fixes dedicated server crash on start. diff --git a/version.json b/version.json index cb5f036a..7360f62e 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/metamorph", "1.12.2": { + "1.2.9": "This is patch fixes a couple of bugs.", "1.2.8": "This is a hot fix patch that fixes dedicated server crash on start.", "1.2.7": "This patch update adds a lot of random features.", "1.2.6": "This patch update adds context menu to body part list, which allows to copy paste body parts.", @@ -31,8 +32,8 @@ "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.8", - "1.12.2-recommended":"1.2.8", + "1.12.2-latest":"1.2.9", + "1.12.2-recommended":"1.2.9", "1.11.2-latest":"1.1.10", "1.11.2-recommended":"1.1.10", "1.10.2-latest":"1.1.10",