From d3c89d6b7afa67f85fe9557655a5593e128a26d3 Mon Sep 17 00:00:00 2001 From: Chryfi <71967555+Chryfi@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:46:16 +0200 Subject: [PATCH] Update changelog and versions.json --- CHANGELOG.md | 9 +++++++++ version.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9002f330..f7dd8f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Aperture 1.8.2 + +This update was made by Chryfi. + +**Compatible** with McLib `2.4.2` and Minema `3.7` (optionally). It doesn't mean that future versions of McLib (or Minema) would be incompatible, but older versions are most likely incompatible. + +* Added right click context menu to tracking relative origin coordinates. It allows to copy, paste and reset transformations and geenerate the coordinates from the current camera position. +* Fixed a crash on server side because of manual camera fixture + ## Aperture 1.8.1 This update was made by Chryfi. diff --git a/version.json b/version.json index 8a3d950c..82e4d8c9 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/aperture", "1.12.2": { - "1.8.2": "Minor code refactor.", + "1.8.2": "Minor code refactor and some QoL updates by Chryfi.", "1.8.1": "This update was made by Chryfi and it fixes some issues.", "1.8": "This huge update was made by MiaoNLI, exceptions are mentioned at the respective items. It features groundbreaking things like the ability to animate any shader variable and more.", "1.7": "This update was made by Chryfi, and it features a groundbreaking feature which would allow combining CGI and Minecraft footage much much easier using Minema mod and Blender, by exporting tracking data in an importable format.",