v6.0.1
Patch v6.0.1
This patch addresses several critical issues related to the new user profiles introduced in v6.0.0. It also includes a deprecation warning fix, small code style improvements, and an improved README for the ModLoader repository.
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
Mods are now always unpacked and loaded into ModLoaderStore.mod_data
. This change can potentially break Mod Lists that rely on having only loaded mods in mod_data
. Consequently, these Mod Lists may display mods that are currently not loaded. To address this issue, authors of Mod Lists need to adapt their code to check the new is_active
flag.
Pull Requests
Bug Fixes
- 🐛 added missing
static
(#291) (0434f74) - 🐛
current_user_profile
reference touser_profiles
(#293) (3228cb2) - 🐛 check if mod zip is structured correctly (#303) (8327385)
- 🐛 Fix ModLoaderUtils log deprecation using
ModLoader.*
(#300) (54018b2)
Refactors
- ♻️ reworked disabling mods via user profile (#297) (21dea2a)
- ♻️ reworked mod uninstall detection (#298) (ee7312a)
- ♻️ lowered the log level from fatal to error (#304) (4bad0c1)