Skip to content

Commit

Permalink
Update Changelog and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chryfi committed Jun 13, 2024
1 parent f660d9a commit 4c310d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 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/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.",
Expand Down

0 comments on commit 4c310d1

Please sign in to comment.