Skip to content

v6.1.0

Compare
Choose a tag to compare
@KANAjetzt KANAjetzt released this 04 Jul 07:08
· 12 commits to main since this release
352da65

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

Refactors

  • refactor: Remove self argument on mod_main.gd _init by @otDan in #324

Chores

Other Changes

Full Changelog: v6.0.2...v6.1.0