update changelog

This commit is contained in:
rlnt 2024-08-22 23:32:32 +02:00
parent 05c1f5d543
commit f68c9e623e
No known key found for this signature in database

View file

@ -7,92 +7,11 @@ and this project adheres to [Semantic Versioning].
## Unreleased
- Introduce data-driven like unification.
- `unify.json` moved into sub-folder `unify` to let the user define different unification rules.
- Custom tags, tag ownerships and tag inheritance moved into `tags.json`
- `material` config inside `unify` moved into `placeholders.json` to let the user define multiple different
placeholders
- `reiJeiHide` key in `unify` renamed to `recipeViewerHiding`
- Plugin system for mods to register their own unifiers
- Missing mods used in mod priorities will now be logged
- fixed a bug where stone stratas were not correctly identified (Fabric only)
- ignore `show_notification` and `category` recipe keys by default
## [0.7.2] - 2023-11-21
## Added
- added support for Integrated Dynamics
## [0.7.1] - 2023-11-17
### Fixed
- fixed GregTech Modern compat to properly unify output ingredients
## [0.7.0] - 2023-09-23
### Warning
This update features a new config option inside the `unify.json`.<br>
Since it is a top-level option, this won't reset your config and all other options should
be preserved. However, an automatic backup will be created in case something goes wrong.
### Added
- added the ability to add items to existing or new tags
- this allows you to alter tags without the requirement of using other tools such as KubeJS, CraftTweaker or
datapacks
- you can read more about it in the [wiki][custom-tags]
- added unification support for the Fabric NBT ingredient
- added the `AlmostUnified` KubeJS binding, info about that can be found in the [wiki][kubejs-binding]
- added support for EnderIO
- added support for GregTech Modern
### Removed
- removed the unnecessary mixin plugin
<!-- Links -->
[custom-tags]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#custom-tags
[kubejs-binding]: https://github.com/AlmostReliable/almostunified/wiki/KubeJS
## [0.6.0] - 2023-08-10
### Warning
This update features new config options inside the `unify.json`.<br>
Since they are top-level options, this won't reset your config and all other options should
be preserved. However, an automatic backup will be created in case something goes wrong.
### Added
- unify tag validation
- tag inheritance ([#57])
- a new milestone feature allowing dominant tags to inherit item and block tags of unified items
- you can read more about it in the [wiki][tag-inheritance]
- support for Cyclic ([#54])
### Changed
- slightly improved overall performance
- publishing will also support NeoForge now
### Fixed
- a serious load order issue that caused some features not to work on the initial unification process
- the bug was undiscovered for a long time since most packs force-reloaded after entering the world
- tag ownership log messages showing the wrong owner tag
- wrong Fabric conditions key ([#55])
<!-- Links -->
[#54]: https://github.com/AlmostReliable/almostunified/issues/54
[#55]: https://github.com/AlmostReliable/almostunified/pull/55
[#57]: https://github.com/AlmostReliable/almostunified/pull/57
[tag-inheritance]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#tag-inheritance
## [0.5.0] - 2023-06-14
Initial 1.20.1 release!
Initial 1.21.1 port.
<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
<!-- Versions -->
[0.7.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.2-beta
[0.7.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.1-beta
[0.7.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.0-beta
[0.6.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.6.0-beta
[0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.5.0-beta
[1.0.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.0.0