Releases: Vav-Labs/godot-project-doctor-mini
Releases · Vav-Labs/godot-project-doctor-mini
Godot Project Doctor Mini v0.2.8
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
- Updated
tool_versionin 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
- Removed
svgfrom texture source extensions inimport_settings_check.gd. SVGs cannot be loaded withImage.load()at runtime and produced a console warning on every scan of a project with an SVG icon. - Extended
export-ignorerules so GitHub source archives contain onlyaddons/,README.md,LICENSE,CHANGELOG.md, andCONTRIBUTING.md. - Added
*.code-workspaceto.gitignore.
Godot Project Doctor Mini v0.2.5
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
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
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
masteraligned with the latest release-ready addon state: plugin.cfg remains0.2.2, addon-local README/LICENSE are present, docs/assets/.gdignore is present, README/CHANGELOG are updated, and.gitattributesis included. - Adds
.gitattributesexport-ignorerules for cleaner generated source archives. - Stops tracking generated Godot
.importfiles for docs assets now thatdocs/assets/.gdignoreis 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
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.