Skip to content

Commit

Permalink
Update CHANGELOG.md and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Feb 7, 2021
1 parent 545cb4f commit e608184
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Aperture 1.5.2

This patch update fixes a couple of bugs.

**Compatible** with McLib `2.2.1` 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.

* Fix tick markers looking chaotic upon first load (reported by Ник)
* Fix duration of playback defined upon start of playback, which disallows resizing last fixture during playback (reported by Ник and Andruxioid)

## Aperture 1.5.1

This decent patch update adds a couple of neat quality of life camera tweaks.
Expand All @@ -16,7 +25,7 @@ This decent patch update adds a couple of neat quality of life camera tweaks.
* Fixed playback scrub event not getting fired upon selecting the fixture during sync mode
* Fixed `follow` modifier's XYZ offset options not being synced
* Fixed stuttering of `manual` fixture's recording code (reported by fad)
* Fixed double moidifiers when converting `path` fixture to `keyframe` fixture
* Fixed double modifiers when converting `path` fixture to `keyframe` fixture

## Aperture 1.5

Expand Down
5 changes: 3 additions & 2 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/aperture",
"1.12.2": {
"1.5.2": "This patch update fixes a couple of bugs.",
"1.5.1": "This decent patch update adds a couple of neat quality of life camera tweaks.",
"1.5": "This update adds a couple of QoL tweaks and two new awesome features involving keyframes and modifiers.",
"1.4.2": "This is a neat update which fixes a couple of bugs, adds Dolly fixture and brightness animation (which can be used for manual focus via shader packs), giving fixtures colors, drastically improved keyframe editing (see McLib's change log) and removed a couple of outdated features.",
Expand Down Expand Up @@ -48,8 +49,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.5.1",
"1.12.2-recommended": "1.5.1",
"1.12.2-latest": "1.5.2",
"1.12.2-recommended": "1.5.2",
"1.11.2-latest": "1.3.6",
"1.11.2-recommended": "1.3.6",
"1.10.2-latest": "1.3.6",
Expand Down

0 comments on commit e608184

Please sign in to comment.