diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba74f7c..792a459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Aperture's change log. +## Aperture 1.3.1 + +Unfortunately, before I released Aperture 1.3, I made a couple of bug fixes. I haven't test it properly and haven't let anyone test it either. However, Agirres spotted my stupidity, and aw shit, here we go again. + +* Fixed double clicking not working due to another bug fix +* Fixed path fixture go void on first tick when velocity control is enabled +* Fixed velocity control issue where it lags toward the end (reported by Agirres) + ## Aperture 1.3 This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced! diff --git a/version.json b/version.json index d6de9b2a..37a2bd89 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage":"https://minecraft.curseforge.com/projects/aperture", "1.10.2":{ + "1.3.1": "Unfortunately, before I released Aperture 1.3, I made a couple of bug fixes. I haven't test it properly and haven't let anyone test it either. However, Agirres spotted my stupidity, and aw shit, here we go again.", "1.3":"This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced!", "1.2":"This is a major update which features a new camera fixture called keyframe fixture and complete rewrite of GUI code (which allows Blockbuster to more control over integration).", "1.1.1":"This is a minor update which fixes some stuff and adds some random stuff regarding the camera. The highlight of this update is the outside mode, which can be used to playback camera while also body acting (detaching yourself from the camera). In some situations it might be glitchy, causing a chunk freeze, but this can be easily fixed by changing render distance.", @@ -9,6 +10,7 @@ "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." }, "1.11.2":{ + "1.3.1": "Unfortunately, before I released Aperture 1.3, I made a couple of bug fixes. I haven't test it properly and haven't let anyone test it either. However, Agirres spotted my stupidity, and aw shit, here we go again.", "1.3":"This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced!", "1.2":"This is a major update which features a new camera fixture called keyframe fixture and complete rewrite of GUI code (which allows Blockbuster to more control over integration).", "1.1.1":"This is a minor update which fixes some stuff and adds some random stuff regarding the camera. The highlight of this update is the outside mode, which can be used to playback camera while also body acting (detaching yourself from the camera). In some situations it might be glitchy, causing a chunk freeze, but this can be easily fixed by changing render distance.", @@ -17,6 +19,7 @@ "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." }, "1.12.2":{ + "1.3.1": "Unfortunately, before I released Aperture 1.3, I made a couple of bug fixes. I haven't test it properly and haven't let anyone test it either. However, Agirres spotted my stupidity, and aw shit, here we go again.", "1.3":"This is a massive update which adds a lot of advanced camera features which would make new camera moves possible. Beside that, many bugs were fixed, and several features of camera editor were greatly enhanced!", "1.2":"This is a major update which features a new camera fixture called keyframe fixture and complete rewrite of GUI code (which allows Blockbuster to more control over integration).", "1.1.1":"This is a minor update which fixes some stuff and adds some random stuff regarding the camera. The highlight of this update is the outside mode, which can be used to playback camera while also body acting (detaching yourself from the camera). In some situations it might be glitchy, causing a chunk freeze, but this can be easily fixed by changing render distance.", @@ -25,11 +28,11 @@ "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.10.2-latest":"1.3", - "1.10.2-recommended":"1.3", - "1.11.2-latest":"1.3", - "1.11.2-recommended":"1.3", - "1.12.2-latest":"1.3", - "1.12.2-recommended":"1.3" + "1.10.2-latest":"1.3.1", + "1.10.2-recommended":"1.3.1", + "1.11.2-latest":"1.3.1", + "1.11.2-recommended":"1.3.1", + "1.12.2-latest":"1.3.1", + "1.12.2-recommended":"1.3.1" } } \ No newline at end of file