From 3b77c3d38646f7b7fddce0b99516c038ad9c0f6d Mon Sep 17 00:00:00 2001 From: Relentless Date: Fri, 2 Sep 2022 21:50:00 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab5540..19eb5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.0.5] - 2022-09-02 + +### 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 +- `inputItems` and `outputItems` property to top level property scanning + - allows unification for mods like `FTBIC` + +### Fixed +- duplication matching for crafting recipes with a `group` property + ## [0.0.4] - 2022-08-25 ### Added @@ -49,6 +61,7 @@ Initial 1.19 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.0.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.5-beta [0.0.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.4-beta [0.0.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.3-beta [0.0.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.2-beta