Skip to content

Commit

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

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

* 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.
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/6eil_zvv1KI?list=PL6UPd2Tj65nFLGMBqKaeKOPNp2HOO86Uw"><img src="https://img.youtube.com/vi/6eil_zvv1KI/0.jpg"></a>
<a href="https://youtu.be/nitZlB_kG2w?list=PL6UPd2Tj65nFLGMBqKaeKOPNp2HOO86Uw"><img src="https://img.youtube.com/vi/nitZlB_kG2w/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.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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f9389d9

Please sign in to comment.