From f6bc2c8016564749efa84fb2a31d3a05fce1f0d1 Mon Sep 17 00:00:00 2001 From: Relentless Date: Thu, 10 Aug 2023 22:19:14 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- gradle.properties | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5382178..7fca3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [0.6.0] - 2023-08-10 + +### Warning +This update features new config options inside the `unify.json`.
+Since they are top-level options, this won't reset your config and all other options should +be preserved. However, an automatic backup will be created in case something goes wrong. + +### Added +- unify tag validation +- tag inheritance ([#57]) + - a new milestone feature allowing dominant tags to inherit item and block tags of unified items + - you can read more about it in the [wiki][tag-inheritance] +- support for Cyclic ([#54]) + +### Changed +- slightly improved overall performance +- publishing will also support NeoForge now + +### Fixed +- a serious load order issue that caused some features not to work on the initial unification process + - the bug was undiscovered for a long time since most packs force-reloaded after entering the world +- tag ownership log messages showing the wrong owner tag +- wrong Fabric conditions key ([#55]) + + +[#54]: https://github.com/AlmostReliable/almostunified/issues/54 +[#55]: https://github.com/AlmostReliable/almostunified/pull/55 +[#57]: https://github.com/AlmostReliable/almostunified/pull/57 +[tag-inheritance]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#tag-inheritance + ## [0.5.0] - 2023-06-14 ### Added @@ -26,7 +56,7 @@ and this project adheres to [Semantic Versioning]. - Ars Creo - Ars Elemental - Ars Scalaes -- support for the vanilla Smithing Table and smithing-like recipes +- support for the vanilla Smithing Table and smithing-like recipes - Russian translation ([#47]) @@ -118,6 +148,7 @@ Initial 1.19.3 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.6.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.6.0-beta [0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.5.0-beta [0.4.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.4.4-beta [0.4.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.4.3-beta diff --git a/gradle.properties b/gradle.properties index 5fadd55..93dc4b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.19.3 # Mod -modVersion = 0.5.0 +modVersion = 0.6.0 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified