Skip to content

Commit

Permalink
Update CHANGELOG.md and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Dec 15, 2020
1 parent 4e6e8c7 commit 59dc6c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## 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
* Fixed morph settings parsing to be more lenient to the provided data types

## Metamorph 1.2.3

This is small update mostly needed for Blockbuster update.
This small update mostly needed for Blockbuster update.

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

Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"homepage":"https://www.curseforge.com/minecraft/mc-mods/metamorph",
"1.12.2":{
"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.",
"1.2.1": "This is a small patch that fixes some mob morph behavior (all of these fixes and tweaks were made by IndeanaJones).",
Expand All @@ -26,8 +27,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.3",
"1.12.2-recommended":"1.2.3",
"1.12.2-latest":"1.2.4",
"1.12.2-recommended":"1.2.4",
"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 59dc6c0

Please sign in to comment.