1.0.0-alpha.3
Pre-release
Pre-release
Important
This preview requires Godot 4.5-beta4
or a later version of the engine.
Breaking changes
- Remove
disabled_in_editor
option in favor of disabling SDK in the Godot editor by default.(#277) - Bump Godot minimum version to
4.5-beta4
(#285)
Fixes
- Prevent feedback loops in SentryLogger (#275)
- Fix
release
option not honored if set to a custom value in the project settings, and fix parsing ofapp_name
/app_version
replacement tokens if set via a configuration script. (#276) - Remove
libatomic.so.1
dependency on Linux (#278) - Prevent stack overflow in variant conversion (#284)