v6.0.2
Patch v6.0.2
This patch addresses an issues related to the new user profiles introduced in v6.0.0. It also includes an update for the manifest validation.
See the Patch Notes v6.0.0 for a full list of changes made with the latest major update.
🚨 Breaking Changes
Additionally to the breaking changes listed for v6.0.0
It may break mods that have the same mod_id
listed in both optional_dependencies
and dependencies
or load_before
and incompatibilities
. However, since the optional_dependencies
and load_before
feature was introduced in v6.0.0, it is highly unlikely that such conflicts exist.
Pull Requests
Bug Fixes
- fix: 🐛
ModData
init and uninstall detection by @KANAjetzt in #307
Validation
- refactor: ♻️ unique ids
optional_dependencies
-dependencies
by @KANAjetzt in #308 - refactor: ♻️ unique ids
load_before
-incompatibilities
by @KANAjetzt in #312
Other Changes
- chore: ⬆️ update version const for v6.0.2 by @KANAjetzt in #309
- v6.0.2 by @KANAjetzt in #310
Full Changelog: v6.0.1...v6.0.2