v6.1.0
Minor Release v6.1.0
This update addresses a performance issue related to the new script extension sorting introduced in v6.0.0. It also includes a refactor of the mod_main.gd
initialization to no longer require the modLoader
parameter in the _init()
function.
🚨 Breaking Changes
Please note that this update may break mods that still rely on the modLoader
argument in their _init()
function. To mitigate this, a fallback and deprecation warning has been implemented that passes self
as an argument if any arguments are detected in the mod_main.gd
_init()
function.
Pull Requests
New Features
- feat: Implement a cache of script inheritence by @boardengineer in #314
Refactors
Chores
- chore: ⬆️ update version const for v6.0.3 by @KANAjetzt in #320
- chore: ⬆️ update version const for v6.1.0 by @KANAjetzt in #325
Other Changes
- ci: ♻️ no longer ignore the main branch by @KANAjetzt in #323
Full Changelog: v6.0.2...v6.1.0