From af3d001d2c11a9da5b3f84a43959b063d8703172 Mon Sep 17 00:00:00 2001 From: McHorse Date: Fri, 21 Aug 2020 09:11:20 +0100 Subject: [PATCH] Update version.json, change log and read me files --- CHANGELOG.md | 26 +++++++++++++++++++++++--- README.md | 2 +- version.json | 5 +++-- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb90cd6c..5d423c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ -# Change Log - -Aperture's change log. +## 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. + +**Compatible** with McLib `2.0.3` 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 keyframes tab to profile manager where you can keyframe brightness (gamma setting), it can be used with shaders to animate some properties +* Added an ability to specify color of the fixture, for organization purposes +* Added Dolly fixture, it's a convenience fixture which allows setting up a simple forward/backward path for given distance and angle +* Added manual fixture's path rendering +* Added McLib's new interpolations to work with path/dolly fixtures (back, elastic and bounce) +* Added converter feature to replace fixture feature, which converts one fixture to another, without losing all of its data. Currently available proper conversion are: `Dolly` to `Path`, `Dolly` to `Keyframe`, `Path` to `Dolly`, and `Path` to `Keyframe` +* Fixed fixture looping feature never stopped recording with Minema panel +* Fixed margin of keyframe channel and display position labels +* Fixed minor typo "Switch to specator" (reported by Lycoon) +* Fixed flight mode being "sticky" sometimes +* Fixed not reset partial ticks shifting keyframe editing at 0th tick +* Moved keyframe code to McLib +* Removed per point duration option from path fixture (per-point duration paths will be converted to keyframe fixtures) +* Removed all channel from dope sheet editor, due to ability to multi-select in McLib **2.0.3** +* Removed **Generate keyframe** button (in favor of replace converter feature) ## Aperture 1.4.1 diff --git a/README.md b/README.md index aac92323..38774774 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 2d6ed0a1..4ec232c8 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage":"https://www.curseforge.com/minecraft/mc-mods/aperture", "1.12.2": { + "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.", "1.3.6": "This tiny patch offers a couple of bugs and crashes fixes as well as some of my stupidity fixes.", @@ -45,8 +46,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.1", - "1.12.2-recommended": "1.4.1", + "1.12.2-latest": "1.4.2", + "1.12.2-recommended": "1.4.2", "1.11.2-latest": "1.3.6", "1.11.2-recommended": "1.3.6", "1.10.2-latest": "1.3.6",