From a2810f40c2fac45089952b246ee2e2ca8d7dff87 Mon Sep 17 00:00:00 2001 From: McHorse Date: Sat, 1 Jun 2019 10:03:03 +0100 Subject: [PATCH] Update documents --- CHANGELOG.md | 9 +++++++++ version.json | 15 +++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82267df..3e30b0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ McLib's change log. +## Version 1.0.2 + +A small patch update that features a couple of fixes, and one small feature. + +* Add `random([range/min], [max], [seed])` function to math expression builder +* Change clicking on `+` in multi-skin menu to select the added resource location +* Fix multiple `../` in the texture picker (reported by mr wolf) +* Fix crash with registering texture when a multi-skin child returns a `null` + ## Version 1.0.1 Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph. diff --git a/version.json b/version.json index 8d8691d5..4796d179 100644 --- a/version.json +++ b/version.json @@ -1,23 +1,26 @@ { "homepage": "https://minecraft.curseforge.com/projects/mchorses-mclib", "1.10.2": { + "1.0.2": "A small patch update that features a couple of fixes, and one small feature.", "1.0.1": "Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.", "1.0": "Initial release. This bad boy contains so much useful code." }, "1.11.2": { + "1.0.2": "A small patch update that features a couple of fixes, and one small feature.", "1.0.1": "Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.", "1.0": "Initial release. This bad boy contains so much useful code." }, "1.12.2": { + "1.0.2": "A small patch update that features a couple of fixes, and one small feature.", "1.0.1": "Second update. Mostly provides new code for Blockbuster, Aperture and Metamorph.", "1.0": "Initial release. This bad boy contains so much useful code." }, "promos": { - "1.10.2-latest": "1.0.1", - "1.10.2-recommended": "1.0.1", - "1.11.2-latest": "1.0.1", - "1.11.2-recommended": "1.0.1", - "1.12.2-latest": "1.0.1", - "1.12.2-recommended": "1.0.1" + "1.10.2-latest": "1.0.2", + "1.10.2-recommended": "1.0.2", + "1.11.2-latest": "1.0.2", + "1.11.2-recommended": "1.0.2", + "1.12.2-latest": "1.0.2", + "1.12.2-recommended": "1.0.2" } } \ No newline at end of file