diff --git a/CHANGELOG.md b/CHANGELOG.md index 865e7eea..16b9da3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ 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]. -## Unreleased +## [0.0.8] - 2022-09-16 ### Added -- more materials and another tag to defaults - - back up your `unify.json` config and let it regenerate to get the new default or add it yourself +- more materials and `storage_blocks/raw_{material}` tag to defaults + - back up your `unify.json` config and let it regenerate to get the new defaults or add them yourself - `fabric:conditions` to default duplicate ignore list ### Changed @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning]. ### Added - more materials to defaults - - back up your `unify.json` config and let it regenerate to get the new default or add it yourself + - back up your `unify.json` config and let it regenerate to get the new defaults or add them yourself ### Fixed - stone strata detection for mods not following convention @@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning]. ### Added - `group` property to default ignored list - this ensures that crafting recipes with specific recipe book categories are correctly unified - - back up your `duplicates.json` config and let it regenerate to get the new default or add it yourself + - back up your `duplicates.json` config and let it regenerate to get the new defaults or add them yourself - `inputItems` and `outputItems` property to top level property scanning - allows unification for mods like `FTBIC` @@ -90,6 +90,7 @@ Initial beta release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.0.8]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.0.8-beta [0.0.7]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.0.7-beta [0.0.6]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.0.6-beta [0.0.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.18-0.0.5-beta