almostunified/CHANGELOG.md

125 lines
4.5 KiB
Markdown
Raw Normal View History

2022-08-21 13:50:15 -04:00
# Changelog
2022-08-21 08:04:57 -04:00
2022-08-21 13:50:15 -04:00
All notable changes to this project will be documented in this file.
2022-08-21 08:04:57 -04:00
2022-08-21 13:50:15 -04:00
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
2024-03-14 16:39:20 -04:00
## [0.9.0] - 2024-03-14
2024-03-14 16:33:52 -04:00
### Added
- added support for Applied Energistics
- added new debug file for potentially uncovered recipe types
### Changed
- reworked and refactored hiding list creation logic
2024-03-01 17:47:34 -05:00
## [0.8.1] - 2024-03-01
2024-03-01 17:42:13 -05:00
### Added
- added support for TerraFirmaCraft ([#69])
### Fixed
- fixed duplicate check for recipes with custom categories ([#66])
- fixed broken transfer handlers for unified items when using EMI ([#67])
- this now uses a less restrictive hiding approach for EMI
- unified items are visible in tag cycling until we find a proper solution
<!-- Links -->
[#66]: https://github.com/AlmostReliable/almostunified/issues/66
[#67]: https://github.com/AlmostReliable/almostunified/issues/67
[#69]: https://github.com/AlmostReliable/almostunified/pull/69
2024-02-21 11:25:21 -05:00
## [0.8.0] - 2024-02-21
## Added
- added integration for EMI
- same features as for JEI/REI including hiding stacks from tags used in recipes
- to disable it, you can use the flag for JEI/REI in the config
- requires at least EMI version 1.1.2
### Fixed
- fixed Integrated Dynamics unifier not properly targetting outputs
2023-11-21 08:20:50 -05:00
## [0.7.2] - 2023-11-21
## Added
- added support for Integrated Dynamics
2023-11-17 12:21:57 -05:00
## [0.7.1] - 2023-11-17
### Fixed
- fixed GregTech Modern compat to properly unify output ingredients
2023-09-23 13:00:32 -04:00
## [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
2023-11-17 12:21:57 -05:00
- 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]
2023-09-23 13:00:32 -04:00
- 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
2023-08-10 16:04:40 -04:00
## [0.6.0] - 2023-08-10
2023-08-05 19:04:10 -04:00
### 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])
2023-11-17 12:21:57 -05:00
- 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]
2023-08-05 19:04:10 -04:00
- 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
2023-11-17 12:21:57 -05:00
- the bug was undiscovered for a long time since most packs force-reloaded after entering the world
2023-08-05 19:04:10 -04:00
- 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
2023-06-14 05:48:49 -04:00
## [0.5.0] - 2023-06-14
2023-06-14 06:56:08 -04:00
Initial 1.20.1 release!
2022-08-21 13:50:15 -04:00
<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
<!-- Versions -->
2024-03-14 16:39:20 -04:00
[0.9.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.0
2024-03-01 17:47:34 -05:00
[0.8.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.8.1
2024-02-21 11:25:21 -05:00
[0.8.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.8.0-beta
2023-11-21 08:20:50 -05:00
[0.7.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.2-beta
2023-11-17 12:21:57 -05:00
[0.7.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.1-beta
2023-09-23 13:00:32 -04:00
[0.7.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.7.0-beta
2023-08-10 16:04:40 -04:00
[0.6.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.6.0-beta
2023-06-14 06:56:08 -04:00
[0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.5.0-beta