Skip to content

Commit

Permalink
Update change log, README and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Jan 30, 2021
1 parent 5cada4b commit f186489
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Aperture 1.5.1

This decent patch update adds a couple of neat quality of life camera tweaks.

**Compatible** with McLib `2.2` 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 an ability to convert `manual` fixture to `keyframe` fixture
* Added `v` (camera's velocity) variable to `math` modifier
* Added XYZ offset options to look modifier
* Added generation of second keyframe (`1.0` value) to `remapper` modifier and keyframe based envelopes
* Added **Hide the chat** mod option (suggested by Jvonlins)
* Added tick markers to playback timeline
* Changed behavior upon switching between camera profiles, the playback scrub won't get rewind to tick `0`
* Changed timeline to use same code from keyframe elements
* Changed letterbox to be drawn outside of camera editor (suggested by The Darvin Studio)
* 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

## Aperture 1.5

This update adds a couple of QoL tweaks and two new awesome features involving keyframes and modifiers.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ Also, I would really appreciate if you will support me on Patreon!

## Bug reports

If you found a bug, or this mod crashed your game. I'll appreciate if you could report a bug or a crash to me either on [issue tracker](https://github.com/mchorse/aperture/issues/), on PM or on [Twitter](https://twitter.com/McHorsy). Please, make sure to attach a crash log ([pastebin](http://pastebin.com) please) and description of a bug or crash and the way to reproduce it. Thanks!
If you found a bug, or this mod crashed your game, make sure to check this [compatibility table and incompatible mod list](https://github.com/mchorse/mclib/wiki/Compatibility-table-of-McHorse%27s-mods) page. The most frequent issue people encounter is that they didn't install the compatible versions of my mods. Or updated only one mod while using older version of my other mods.

If the versions of the mod are correct, then you can report a bug or a crash to me either on [issue tracker](https://github.com/mchorse/aperture/issues/), or on my [Discord server](https://discord.gg/qfxrqUF). Please, make sure to attach a crash log ([pastebin](http://pastebin.com) please) and description of a bug or crash and the way to reproduce it. Thanks!
7 changes: 4 additions & 3 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",
"homepage": "https://www.curseforge.com/minecraft/mc-mods/aperture",
"1.12.2": {
"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.",
"1.4.1": "This is a small quick patch which fixes a couple of minor issues with camera editor GUI.",
Expand Down Expand Up @@ -47,8 +48,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.12.2-recommended": "1.5",
"1.12.2-latest": "1.5.1",
"1.12.2-recommended": "1.5.1",
"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 f186489

Please sign in to comment.