diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b104ae5..2f8de15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index b73e64e1..1fa9d8c1 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +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! \ No newline at end of file diff --git a/version.json b/version.json index b0ab9180..8c294a1a 100644 --- a/version.json +++ b/version.json @@ -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.", @@ -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",