Skip to content

Commit

Permalink
Update change log and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed May 14, 2019
1 parent f9a12e2 commit d741396
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
15 changes: 9 additions & 6 deletions version.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -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.",
Expand All @@ -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.",
Expand All @@ -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"
}
}

0 comments on commit d741396

Please sign in to comment.