v3.0.0 - Renames & Manifest Updates
Breaking Changes
- Two files have been renamed:
ModMain.gd
->mod_main.gd
_meta.json
->manifest.json
- The structure of the manifest JSON has changed.
- See README.md for an example.
- This file was previously named
_meta.json
What's Changed
- (1.0.0) - ✔ removed gdunzip dependency by @KANAjetzt in #1
- (2.0.0) - Docs + Fixes + Minor Edits by @ithinkandicode in #6
- (2.0.0) - Add support for loading unpacked ZIPs by @ithinkandicode in #10
- Improve logging of mod_loader_order by @ithinkandicode in #25
- Rename to "mod_main.gd" and "manifest.json" by @ithinkandicode in #26
- Update manifest key validation to match Thunderstore requirements by @ithinkandicode in #27
New Contributors
- @KANAjetzt made their first contribution in #1
- @ithinkandicode made their first contribution in #6
Full Changelog: https://github.com/GodotModding/godot-mod-loader/commits/v3.0.0