Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@voidedWarranties voidedWarranties released this 29 Jul 21:07
· 63 commits to master since this release

Breaking Changes

This release introduces major breaking changes to class registration. Refer to the new documentation for details.

Changelog

  • New annotation class registration system
  • Fixed global script class base declaration
  • Aliased StringName and NodePath types to string, gave dedicated types from SN/NP N (native) suffix
  • AST registration now recognizes custom class types referenced through require
  • Removed ability to manually register methods, properties, etc. in favor of annotations/AST registration
  • Added podman build containers used for releases
  • Code style improvements
  • Marked Script as INTERNAL
  • Updated to Godot 4.1.1-stable

Full Changelog: v0.7.0...v0.8.0