Skip to content

Commit

Permalink
Update version.json, change log and read me files
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Aug 21, 2020
1 parent 31abe58 commit af3d001
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="https://youtu.be/6eil_zvv1KI"><img src="https://img.youtube.com/vi/6eil_zvv1KI/0.jpg"></a>

* 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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a href="https://youtu.be/2ToSwrFiVOo?list=PL6UPd2Tj65nFLGMBqKaeKOPNp2HOO86Uw"><img src="https://img.youtube.com/vi/2ToSwrFiVOo/0.jpg"></a>
<a href="https://youtu.be/6eil_zvv1KI?list=PL6UPd2Tj65nFLGMBqKaeKOPNp2HOO86Uw"><img src="https://img.youtube.com/vi/6eil_zvv1KI/0.jpg"></a>

## Install

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.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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit af3d001

Please sign in to comment.