Skip to content

v5.0.1

Compare
Choose a tag to compare
@KANAjetzt KANAjetzt released this 24 Feb 14:20
· 166 commits to main since this release
b372e77

Features

Major

  • ModLoader can now be automatically installed (see #75 and #89, and #8 for more context)
  • Overwrites have a dedicated file, overwrites.gd (see #14 and #74)

Minor

  • Code style overhaul: The code is now cleaner and easier to read, and follows Godot's style guide
  • The mods.log file is now handled similarly to godot.log, with new versions being created and removed as needed (see #100)
  • Lots of validation improvements

Breaking Changes

New validation may make existing mods invalid:

  • #71 - Disallow leading zeros and overly long versions
  • #91 - Mod IDs listed in a mod manifest's dependencies and incompatibilities are now validated

Full Change List

Full Changelog: v4.1.0...v5.0.1