From e60818495065756690029581c6fbe7aeab3f8ae8 Mon Sep 17 00:00:00 2001 From: McHorse Date: Sun, 7 Feb 2021 16:02:11 +0000 Subject: [PATCH] Update CHANGELOG.md and version.json --- CHANGELOG.md | 11 ++++++++++- version.json | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8de15d..731072b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/version.json b/version.json index 8c294a1a..71d51412 100644 --- a/version.json +++ b/version.json @@ -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.", @@ -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",