update changelog

This commit is contained in:
Relentless 2022-09-02 21:50:00 +02:00
parent e8a24777d8
commit 3b77c3d386
No known key found for this signature in database
GPG key ID: 759D97B8C6F25265

View file

@ -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
<!-- Versions -->
[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