less than 1 minute read

Analysis version 1.142.0 is live and ready for download. This version brings the following:

Added 🚀

  • Add --commit option to directory-based analysers (UnifiedParser, RawTextParser, GitLogParser, RepoScanCommand) that creates a temporary git worktree at the specified commit and runs analysis against it. Supports commit hashes, tags, branches, relative refs (HEAD~5), and date expressions (“2 years ago”, “2024-01-15”). Output files are automatically prefixed with the short commit hash.

Fixed 🐞

  • Fix --commit option edge cases: trim dialog commit input, guard worktree creation, handle delete return value, and resolve commit references correctly

Chore 👨‍💻 👩‍💻

  • Remove dead tree-sitter entries from version catalog
  • Update all analysis dependencies