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 30, 2021
1 parent dac379a commit 521f4a3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions 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.
Expand Down
5 changes: 3 additions & 2 deletions 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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 521f4a3

Please sign in to comment.