From f9389d9542a04cf1a191835a3baa070292a36179 Mon Sep 17 00:00:00 2001 From: McHorse Date: Sun, 18 Oct 2020 13:46:10 +0100 Subject: [PATCH] Update change log, read me and version.json --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 2 +- version.json | 5 +++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d423c60..1b104ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## Aperture 1.5 + +This update adds a couple of QoL tweaks and two new awesome features involving keyframes and modifiers. + +**Compatible** with McLib `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. + + + +* Added `remapper` modifier +* Added reverse button to `dolly` fixture +* Added orbital flight mode (switch to orbital mode by pressing `V`, and alt + mouse scroll to change the distance) +* Added a keyframe option to modifier envelopes +* Added a context menu (right click) to look modifier which allow to set the look at block coordinates by looking at block or entity +* Changed dolly distance from `1.0` to `0.1` +* Changed toggle `V` keybind to switch between flight modes +* Fixed changing color of a fixture doesn't marking the camera profile +* Fixed crash with converting one point path to keyframe +* Fixed fixtures having `0` duration upon loading +* Fixed `[]` couldn't be used in the filename (reported by Ethobot) +* Fixed flight mode is interrupting when editing keyframes (reported by Chunk7) +* Fixed custom fixture colors not being used in camera profile renderer +* Fixed manual fixture not playing the scene when starting recording (reported by Herr Bergmann) + ## Aperture 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. diff --git a/README.md b/README.md index 38774774..b73e64e1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This playlist is a **tutorial series**. It should teach you how to use Aperture Meanwhile, this playlist contains a list of videos about **Aperture's updates**. These are so-called **change log** videos, which showcase new changes added to Aperture mod. - + ## Install diff --git a/version.json b/version.json index 4ec232c8..b0ab9180 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": "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.", "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.", @@ -46,8 +47,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.2", - "1.12.2-recommended": "1.4.2", + "1.12.2-latest": "1.5", + "1.12.2-recommended": "1.5", "1.11.2-latest": "1.3.6", "1.11.2-recommended": "1.3.6", "1.10.2-latest": "1.3.6",