Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 01:25

v0.9.0

Added

  • changes visual report now shows the repository name as the report title and includes repository metadata in machine-readable output.
  • changes readiness checklist now detects database migrations.
  • changes visual checklist items can be toggled as graph filters, making it possible to focus the file graph on tests, migrations, docs, source code, or changelog entries.

Changed

  • changes diff panel now relies on red/green line color for deleted/added lines and hides redundant leading diff markers.

Fixed

  • changes visual checklist filters now hide SVG nodes and edges reliably and keep filter controls aligned with the rest of the sidebar UI.
  • Liquibase-style migration changelog files like db/changelog.xml and database/changelog.yaml are classified as database migrations, not release changelog entries.

Verification

  • Release workflow passed.
  • macOS and Windows install smoke tests passed.
  • Homebrew smoke test passed.