This is a prerelease solely just to check that the release action on the CI is working.
What's Changed
- Improved translation key guessing
- To cope with translation schemes that have dynamic keys, we now test for combinations of strings with detected common prefix/suffixes.
- We also now allow duplicate keys in translations
- Experimental plugin detection and download
- This is currently disabled by default, as it is still experimental and there's no way to interrupt downloading once it's started.
- If you want to try this out, start the program from the command line with the
--enable-experimental-plugin-downloading
flag.
- Fix issues with exporting scenes with scripts/shaders embedded
- Fix pathing issues with Godot >=4.4 PCKs.
- Gdscript 2.0 fixes, mostly multiline bugs and spacing issues
- resync with godotengine/godot master @ 46c8f8c5c5874c7c56ea5b1384259d… by @nikitalita in #232
Full Changelog: v0.8.0...v0.8.1-rc.1