Skip to content

Godot Doctor v1.1.0

Choose a tag to compare

@codevogel codevogel released this 07 Feb 14:50
· 23 commits to main since this release

New in this release:

Features:

  • Added default no-code validations. Godot Doctor now automatically verifies for unassigned objects and empty strings, without needing to write a single line of code.
  • Added toggle to turn off default validations to the plugin settings.
  • Update example project configuration to Godot 4.6.

Documentation:

  • Added example for default validations.
  • Improved documentation for plugin code.

Fixes:

  • Corrected behaviour for ValidationCondition.string_is_empty.
  • Made ClassNameQueryResult extend from Refcounted rather than Node.
  • Style: Fixed gdlint issues and adhere to Godot styleguides.

Full Changelog: 1.0.1...1.1.0