Godot 3.x - Minor Release v6.3.0
Minor update to fix issues with script extension sorting, as well as potential issues with translations, configurations, and user profiles.
Installation
Godot Project Setup
Mod Loader Self Setup
Key PRs
- feat: script extensions sorter checks load order #357
- feat: log name wildcards #358
- fix: broken TranslationServer when added translation fails to load (#… #520
- feat: Add
rename_profile()
toModLoaderUserProfile
#352
Change Log
New Features
Fixes
- feat: script extensions sorter checks load order #357
- fix: broken TranslationServer when added translation fails to load (#… #520
- fix: 🐛 potential memory leak with script extensions #522
- fix: 🐛 set
current_config
inModData._load_config()
#523 - fix: 🐛 Take resource remapping into account #524
Refactors
- refactor: 🔥 removed unused
unpacked_dir
var #521 - refactor: ♻️ demote error to info in
get_data()
#526
Tests
Miscellaneous
- chore: ✏️ update version number to 6.3.0 #525
- ci: ➖ removed PR dependency check #527
- docs: Update README.md #529
New Contributors
- @ZackeryRSmith made their first contribution in docs: update wiki links #403
- @kyooosukedn made their first contribution in feat: Add
rename_profile()
toModLoaderUserProfile
#352 - @pirey0 made their first contribution in fix: broken TranslationServer when added translation fails to load (#… #520