mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
bump version
This commit is contained in:
parent
11427a6cc7
commit
d2adce55b2
2 changed files with 7 additions and 21 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -5,22 +5,24 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog],
|
The format is based on [Keep a Changelog],
|
||||||
and this project adheres to [Semantic Versioning].
|
and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
|
## [0.7.2] - 2023-11-21
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- added support for Integrated Dynamics
|
||||||
|
|
||||||
## [0.7.1] - 2023-11-17
|
## [0.7.1] - 2023-11-17
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- fixed GregTech Modern compat to properly unify output ingredients
|
- fixed GregTech Modern compat to properly unify output ingredients
|
||||||
|
|
||||||
## [0.7.0] - 2023-09-23
|
## [0.7.0] - 2023-09-23
|
||||||
|
|
||||||
### Warning
|
### Warning
|
||||||
|
|
||||||
This update features a new config option inside the `unify.json`.<br>
|
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
|
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.
|
be preserved. However, an automatic backup will be created in case something goes wrong.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- added the ability to add items to existing or new tags
|
- 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
|
- this allows you to alter tags without the requirement of using other tools such as KubeJS, CraftTweaker or
|
||||||
datapacks
|
datapacks
|
||||||
|
@ -31,25 +33,20 @@ be preserved. However, an automatic backup will be created in case something goe
|
||||||
- added support for GregTech Modern
|
- added support for GregTech Modern
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- removed the unnecessary mixin plugin
|
- removed the unnecessary mixin plugin
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
[custom-tags]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#custom-tags
|
[custom-tags]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#custom-tags
|
||||||
|
|
||||||
[kubejs-binding]: https://github.com/AlmostReliable/almostunified/wiki/KubeJS
|
[kubejs-binding]: https://github.com/AlmostReliable/almostunified/wiki/KubeJS
|
||||||
|
|
||||||
## [0.6.0] - 2023-08-10
|
## [0.6.0] - 2023-08-10
|
||||||
|
|
||||||
### Warning
|
### Warning
|
||||||
|
|
||||||
This update features new config options inside the `unify.json`.<br>
|
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
|
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.
|
be preserved. However, an automatic backup will be created in case something goes wrong.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- unify tag validation
|
- unify tag validation
|
||||||
- tag inheritance ([#57])
|
- tag inheritance ([#57])
|
||||||
- a new milestone feature allowing dominant tags to inherit item and block tags of unified items
|
- a new milestone feature allowing dominant tags to inherit item and block tags of unified items
|
||||||
|
@ -57,25 +54,19 @@ be preserved. However, an automatic backup will be created in case something goe
|
||||||
- support for Cyclic ([#54])
|
- support for Cyclic ([#54])
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- slightly improved overall performance
|
- slightly improved overall performance
|
||||||
- publishing will also support NeoForge now
|
- publishing will also support NeoForge now
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- a serious load order issue that caused some features not to work on the initial unification process
|
- 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
|
- 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
|
- tag ownership log messages showing the wrong owner tag
|
||||||
- wrong Fabric conditions key ([#55])
|
- wrong Fabric conditions key ([#55])
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
[#54]: https://github.com/AlmostReliable/almostunified/issues/54
|
[#54]: https://github.com/AlmostReliable/almostunified/issues/54
|
||||||
|
|
||||||
[#55]: https://github.com/AlmostReliable/almostunified/pull/55
|
[#55]: https://github.com/AlmostReliable/almostunified/pull/55
|
||||||
|
|
||||||
[#57]: https://github.com/AlmostReliable/almostunified/pull/57
|
[#57]: https://github.com/AlmostReliable/almostunified/pull/57
|
||||||
|
|
||||||
[tag-inheritance]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#tag-inheritance
|
[tag-inheritance]: https://github.com/AlmostReliable/almostunified/wiki/Unification-Config#tag-inheritance
|
||||||
|
|
||||||
## [0.5.0] - 2023-06-14
|
## [0.5.0] - 2023-06-14
|
||||||
|
@ -83,17 +74,12 @@ be preserved. However, an automatic backup will be created in case something goe
|
||||||
Initial 1.20.1 release!
|
Initial 1.20.1 release!
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
|
||||||
|
|
||||||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||||
|
|
||||||
<!-- Versions -->
|
<!-- 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.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.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.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
|
[0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.5.0-beta
|
||||||
|
|
|
@ -8,7 +8,7 @@ enableAccessWidener = false
|
||||||
minecraftVersion = 1.20.1
|
minecraftVersion = 1.20.1
|
||||||
|
|
||||||
# Mod
|
# Mod
|
||||||
modVersion = 0.7.1
|
modVersion = 0.7.2
|
||||||
modPackage = com.almostreliable.unified
|
modPackage = com.almostreliable.unified
|
||||||
modId = almostunified
|
modId = almostunified
|
||||||
modName = AlmostUnified
|
modName = AlmostUnified
|
||||||
|
|
Loading…
Reference in a new issue