What's Changed
- Fixes type registration for users of initSwiftExtension() bug #803
- Refactor RawArguments fetch logic and add tests by @elijah-semyonov in #769
- Add instructions to use prebuilt library on Windows by @natinusala in #776
- Bump to Godot 4.6 and updating generator to use
requiredmeta by @elijah-semyonov in #771 - Fix CI, resurrect Windows by @elijah-semyonov in #784
- Refactor test discovery & fix singleton exclusivity crash by @elijah-semyonov in #785
- Make the test extension unloadable: orchestrate the runner from GDScript by @elijah-semyonov in #786
- Autoregister enums nested in
@Godot-ed class. by @elijah-semyonov in #787 - Update EnumRegistrationTests.swift by @elijah-semyonov in #788
- Fix callScript passing pointer-to-handle instead of the object handle by @elijah-semyonov in #790
- Support default arguments for @callable functions by @elijah-semyonov in #789
- Add an "explicitName" argument to @callable and @export by @ReddishBearGames in #798
- Add support for SwiftGodot classes to supply custom properties by @ReddishBearGames in #797
canRevert's.handledPropertycase should use an argument label for clarity by @ReddishBearGames in #799
New Contributors
- @natinusala made their first contribution in #776
- @ReddishBearGames made their first contribution in #798
Full Changelog: v0.75.0...v0.76.0