ℹ️ About
This is mostly a stability release, it will prevent crashes, remove object complexity by changing the base class from Node to RefCounted. Also it will ensure more variables are strictly written, this includes arrays and dictionaries.
⚠️ Godot 4.4 or later is required for this release. Plugin was tested with 4.7, other versions might now run correctly.
⚠️ Breaking ⚠️
This will change the finish method from the command fluent builder to finalize, the old method still works, but should be updated as it will get deleted in the future.
📖 What's Changed
- fix: wrong file names by @XanatosX in #60
- fix: guard the autocomplete await against a treeless label by @podulator in #63
- feat(ci): lint commit messages by @XanatosX in #64
- docs(*): add doc blocks to exposed classes by @XanatosX in #65
- docs: add contribution information by @XanatosX in #67
- feat(docs): add AI usage part to contribution by @XanatosX in #69
- fix: ensure correct base classes by @XanatosX and @podulator in #66
🎉 New Contributors
- @podulator made their first contribution in #63 thank you for that
Full Changelog: 0.6.3...0.6.4