Skip to content

Commit f186489

Browse files
committed
Update change log, README and version.json
1 parent 5cada4b commit f186489

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## Aperture 1.5.1
2+
3+
This decent patch update adds a couple of neat quality of life camera tweaks.
4+
5+
**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.
6+
7+
* Added an ability to convert `manual` fixture to `keyframe` fixture
8+
* Added `v` (camera's velocity) variable to `math` modifier
9+
* Added XYZ offset options to look modifier
10+
* Added generation of second keyframe (`1.0` value) to `remapper` modifier and keyframe based envelopes
11+
* Added **Hide the chat** mod option (suggested by Jvonlins)
12+
* Added tick markers to playback timeline
13+
* Changed behavior upon switching between camera profiles, the playback scrub won't get rewind to tick `0`
14+
* Changed timeline to use same code from keyframe elements
15+
* Changed letterbox to be drawn outside of camera editor (suggested by The Darvin Studio)
16+
* Fixed playback scrub event not getting fired upon selecting the fixture during sync mode
17+
* Fixed `follow` modifier's XYZ offset options not being synced
18+
* Fixed stuttering of `manual` fixture's recording code (reported by fad)
19+
* Fixed double moidifiers when converting `path` fixture to `keyframe` fixture
20+
121
## Aperture 1.5
222

323
This update adds a couple of QoL tweaks and two new awesome features involving keyframes and modifiers.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@ Also, I would really appreciate if you will support me on Patreon!
4949

5050
## Bug reports
5151

52-
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!
52+
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.
53+
54+
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!

version.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"homepage":"https://www.curseforge.com/minecraft/mc-mods/aperture",
2+
"homepage": "https://www.curseforge.com/minecraft/mc-mods/aperture",
33
"1.12.2": {
4+
"1.5.1": "This decent patch update adds a couple of neat quality of life camera tweaks.",
45
"1.5": "This update adds a couple of QoL tweaks and two new awesome features involving keyframes and modifiers.",
56
"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.",
67
"1.4.1": "This is a small quick patch which fixes a couple of minor issues with camera editor GUI.",
@@ -47,8 +48,8 @@
4748
"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."
4849
},
4950
"promos": {
50-
"1.12.2-latest": "1.5",
51-
"1.12.2-recommended": "1.5",
51+
"1.12.2-latest": "1.5.1",
52+
"1.12.2-recommended": "1.5.1",
5253
"1.11.2-latest": "1.3.6",
5354
"1.11.2-recommended": "1.3.6",
5455
"1.10.2-latest": "1.3.6",

0 commit comments

Comments
 (0)