4.1-v0.0.18-alpha-20240903
What's Changed
- feat: add mkdocs for documentation to deploy to gh-pages by @nmerget in #171
- docs: fix link to github pages documentation by @jv-vogler in #177
- docs: add correct godot version for "Compiling from source" by @nmerget in #188
- Update tsconfig.json by @TheColorRed in #182
- fix: generating declaration file inside editor by @nmerget in #190
- fix: unicode parsing error by using
utf8()
instead ofascii()
by @nmerget in #199 - fix: loading script in wrong thread and load non existing scripts by @nmerget in #189
- docs: add examples and gotchas for docs by @nmerget in #200
New Contributors
- @jv-vogler made their first contribution in #177
- @dependabot made their first contribution in #196
Full Changelog: v0.0.17...v0.0.18