Skip to content

Releases: Vav-Labs/godot-project-doctor-mini

Godot Project Doctor Mini v0.2.8

25 May 08:35

Choose a tag to compare

Synced all version references to the current plugin version (0.2.8): TOOL_VERSION_FALLBACK, the README/docs JSON examples, the docs/examples/ reports, and docs/ARCHITECTURE.md.

Requires Godot 4.6 or newer. MIT licensed.

Godot Project Doctor Mini v0.2.7

25 May 08:35

Choose a tag to compare

  • Updated tool_version in the README JSON example to match the current plugin version.
  • Replaced "release-candidate scope" wording in the README Contributing section with "current release scope".

Godot Project Doctor Mini v0.2.6

25 May 08:35

Choose a tag to compare

  • Removed svg from texture source extensions in import_settings_check.gd. SVGs cannot be loaded with Image.load() at runtime and produced a console warning on every scan of a project with an SVG icon.
  • Extended export-ignore rules so GitHub source archives contain only addons/, README.md, LICENSE, CHANGELOG.md, and CONTRIBUTING.md.
  • Added *.code-workspace to .gitignore.

Godot Project Doctor Mini v0.2.5

25 May 08:35

Choose a tag to compare

Removed a leftover [dotnet] section from project.godot. The plugin is pure GDScript and does not use C#.

Godot Project Doctor Mini v0.2.4

14 May 06:09

Choose a tag to compare

Asset Library submission release for Godot Project Doctor Mini.

Highlights:

  • Confirms the stable PR comment marker is <!-- godot-project-doctor-mini -->.
  • Bumps the plugin metadata version to 0.2.4.
  • Keeps README, changelog, architecture docs, and report examples aligned with the plugin version.

Validation:

  • Local Project Doctor smoke test passed.
  • Local Project Doctor scan passed with 0 errors, 1 warnings, 0 info.
  • GitHub Actions Smoke Test is green for commit cb451e1.

Godot Project Doctor Mini v0.2.3

14 May 06:03

Choose a tag to compare

Patch release for Godot Project Doctor Mini focused on release synchronization and GitHub packaging cleanup.

Highlights:

  • Updates the stable PR comment marker to <!-- godot-project-doctor-mini -->.
  • Keeps master aligned with the latest release-ready addon state: plugin.cfg remains 0.2.2, addon-local README/LICENSE are present, docs/assets/.gdignore is present, README/CHANGELOG are updated, and .gitattributes is included.
  • Adds .gitattributes export-ignore rules for cleaner generated source archives.
  • Stops tracking generated Godot .import files for docs assets now that docs/assets/.gdignore is present.

Validation:

  • Local Project Doctor smoke test passed.
  • Local Project Doctor scan passed with 0 errors, 1 warnings, 0 info.
  • GitHub Actions Smoke Test is green for commit f8303a3.

Godot Project Doctor Mini v0.2.2

14 May 05:55

Choose a tag to compare

Public release for Godot Project Doctor Mini with Asset Library packaging polish.

Highlights:

  • Adds addon-local README.md and LICENSE for Asset Library reviewers and users who download only the addon folder.
  • Adds docs/assets/.gdignore and .gitattributes for cleaner Godot imports and repository packaging.
  • Fixes the PR comment marker flow so the reusable workflow consumes the marker generated by the summary script.
  • Keeps GitHub-friendly Markdown reports, JSON reports, headless scanning, PR summaries, demo fixtures, regression tests, integration tests, and benchmark coverage.

Validation:

  • Local Godot headless open passed.
  • Smoke, scanner regression, demo integration, canonical scan, and benchmark passed.
  • GitHub Actions Smoke Test is green for commit 2cf0a31.

Godot Project Doctor Mini v0.1.0

13 May 18:51

Choose a tag to compare

[0.1.0] - 2026-05-13