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 3aa446a commit e8ae1c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Version 1.0.2

This is a small patch that is required for new versions of McLib.

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

* Fixed configuration ID (due to mod ID change in previous patch) being broken
* Fixed multi-part not updating when closing morph editor with texture picker opened
* Fixed animations were not updating on present morphs (reported by Silverx)
* Fixed dedicated server crashing (reported by Nazzy)

## Version 1.0.1

Quick hotfix to fix Chameleon mod to work with another more popular Chameleon mod.
Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/chameleon-morph/",
"1.12.2": {
"1.0.2": "This is a small patch that is required for new versions of McLib.",
"1.0.1": "Quick hotfix to fix Chameleon mod to work with another more popular Chameleon mod.",
"1.0": "First version of Chameleon mod. This version provides essential tools to work with Chameleon animated morphs."
},
"promos": {
"1.12.2-latest": "1.0.1",
"1.12.2-recommended": "1.0.1"
"1.12.2-latest": "1.0.2",
"1.12.2-recommended": "1.0.2"
}
}

0 comments on commit e8ae1c3

Please sign in to comment.