mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-28 10:35:38 -05:00
update changelog
This commit is contained in:
parent
e8a24777d8
commit
3b77c3d386
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
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
|
||||
|
||||
<!-- 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
|
||||
|
|
Loading…
Reference in a new issue