Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 2, 2022
1 parent e8a2477 commit 3b77c3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b77c3d

Please sign in to comment.