diff --git a/CHANGELOG.md b/CHANGELOG.md index 7951dbae..bb90cd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Aperture's change log. +## Aperture 1.4.1 + +This is a small quick patch which fixes a couple of minor issues with camera editor GUI. + +**Compatible** with McLib `2.0` and Minema `3.5` (optionally). It doesn't mean that future versions of McLib (or Minema) would be incompatible, but older versions are most likely incompatible. + +* Fixed crash with toggle interpolation keybind +* Fixed fixture panel's keybinds working through flight mode +* Optimized keyframe graph +* Updated Chinese strings for 1.4 (thanks to Chunk7, KuenYo_ and H2SO4GepaoAX) + ## Aperture 1.4 This big update features lots of new quality of life features which should help increase productivity of camera creation, and two features that extend camera capabilities. diff --git a/version.json b/version.json index 3e472a00..2d6ed0a1 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage":"https://www.curseforge.com/minecraft/mc-mods/aperture", "1.12.2": { + "1.4.1": "This is a small quick patch which fixes a couple of minor issues with camera editor GUI.", "1.4": "This big update features lots of new quality of life features which should help increase productivity of camera creation, and two features that extend camera capabilities.", "1.3.6": "This tiny patch offers a couple of bugs and crashes fixes as well as some of my stupidity fixes.", "1.3.5": "This tiny patch offers a couple of important bugs, crashes and optimizes performance of path preview when used with velocity control.", @@ -44,8 +45,8 @@ "1.0": "First release of Aperture mod. This release has everything Blockbuster cameras had but more. It includes its own camera editor, and stuff that other camera mods has. Its all features are frame based, meaning this camera mod would work perfectly with Minema mod and without it." }, "promos": { - "1.12.2-latest": "1.4", - "1.12.2-recommended": "1.4", + "1.12.2-latest": "1.4.1", + "1.12.2-recommended": "1.4.1", "1.11.2-latest": "1.3.6", "1.11.2-recommended": "1.3.6", "1.10.2-latest": "1.3.6",