From b4eee0dd2389702c29a55a9b4d4fcdea199d9874 Mon Sep 17 00:00:00 2001 From: McHorse Date: Tue, 17 Aug 2021 16:19:00 +0100 Subject: [PATCH] Update change log and version.json --- CHANGELOG.md | 15 +++++++++++++++ version.json | 6 ++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857c242d..cfe29d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## Version 2.3.3 + +This patch complements release of Mappet `0.1-rc4`. + +* Added background options (to hide background) to `GuiTextElement` and `GuiButtonElement` +* Added `ITextColoring` support for `GuiTextElement` +* Added tracking of last picked slot in `GuiSlotElement` + +## Version 2.3.2 + +This patch complements release of Mappet `0.1-rc3`. + +* Added Server-Client confirmation API (developed by Chryfi) +* Added IconRegistry which allows to query the key set of all possible UI icons + ## Version 2.3.1 This patch complements release of Blockbuster 2.3.1 and Metamorph 1.2.9. diff --git a/version.json b/version.json index 58bd5186..b1581c8a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,8 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/", "1.12.2": { + "2.3.3": "This patch complements release of Mappet 0.1-rc4.", + "2.3.2": "This patch complements release of Mappet 0.1-rc3.", "2.3.1": "This patch complements release of Blockbuster 2.3.1 and Metamorph 1.2.9.", "2.3": "This update complements release of Blockbuster 2.3, Aperture 1.6, Metamorph 1.2.7, Emoticons 1.0, Chameleon 1.0.3, Commander 1.1 and Extended Reach 1.1.", "2.2.2": "This patch updated needed for Blockbuster 2.2.2.", @@ -35,8 +37,8 @@ }, "promos": { - "1.12.2-latest": "2.3.1", - "1.12.2-recommended": "2.3.1", + "1.12.2-latest": "2.3.3", + "1.12.2-recommended": "2.3.3", "1.10.2-latest": "1.0.4", "1.10.2-recommended": "1.0.4", "1.11.2-latest": "1.0.4",