diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b50c63a9..a6a4b6ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Version 2.7.1 + +This update was made by Chryfi, exceptions are mentioned at the respective items. + +**Compatible** with McLib `2.4.3`, Metamorph `1.4` and Aperture `1.8.2`. It doesn't mean that future versions of Metamorph and Aperture would be incompatible, but older versions are most likely incompatible. + +* Fixed recording overlay message wrong formatting because of UTF-8 characters +* Fixed BetterLights morph lights sometimes duplicating or staying in the world after rejoining +* Fixed BetterLights morph disappearing with Aperture tracker modifier +* Fixed BetterLights preview cone not taking into account the direction vector +* Fixed Image Morph extrusion rendering not working for some users + ## Version 2.7 This update was made by Chryfi, exceptions are mentioned at the respective items. diff --git a/gradle.properties b/gradle.properties index e1d6874ac..3a2e8a550 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Blockbuster gradle properties -version=2.7 +version=2.7.1 mclib=2.4.3 metamorph=1.4 aperture=1.8.2 diff --git a/version.json b/version.json index 7bac3f609..ccfcddd15 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://curseforge.com/minecraft/mc-mods/blockbuster/", "1.12.2": { + "2.7.1": "This fixes some issues with the BetterLights Morph.", "2.7": "This update was made by Chryfi, which adds the BetterLights Mod integration, dragging of morph action animation in the timeline and many more fixes, features and translation updates also from other contributors.", "2.6.1": "This update was made by Chryfi, which adds some bug fixes and cool features like audio delay.", "2.6": "This update was made by Chryfi, which adds a lot of cool features like the light morph, first person hotbar recording, multi selection in record editor and a lot of fixes and QoL additions.",