diff --git a/CHANGELOG.md b/CHANGELOG.md index 0939ba9f..0280bcf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## Version 2.4.3 + +This update was made by Chryfi, exceptions are mentioned at the respective items. + +* Added BetterLights helper classes +* Added ValueColor +* Added interpolation methods to Value classes +* Added interpolation method to ValueSerializer +* Added capturing of camera matrix in GuiModelRenderer +* Added new utility method to extract Transformation and directly return Transformation object +* Added rendering utility methods for circles and other cool stuff +* Refactored ValueSerializer (some methods are now marked as deprecated!) +* Fixed resizing of nested collapsed GUI sections +* Fixed number conversion not working in Value classes +* Fixed NPE crash when HotKey is not found (by @MiloTheFox) +* Fixed alwaysWrite feature in ValueSerializer (by @TorayLife) +* Update to Portuguese translations (by @Cristi4n-7) + ## Version 2.4.2 This update was made by Chryfi, exceptions are mentioned at the respective items. diff --git a/version.json b/version.json index 50aec660..c1ccfa34 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/", "1.12.2": { + "2.4.3": "This update was made by Chryfi with some contributions of other developers. It features some fixes and important features for the other mods.", "2.4.2": "This update was made by Chryfi. It features some fixes and a basic permission system.", "2.4.1": "This update was made by Chryfi.", "2.4": "This update was made by MiaoNLI.",