Skip to content

Releases: arijeetganguli/agent-code-tracker

Release list

v0.0.3

Choose a tag to compare

@arijeetganguli arijeetganguli released this 21 May 04:38
Immutable release. Only release title and notes can be modified.

What's Changed

  • Added community health files: Code of Conduct, Support policy, and issue template contact routing
  • Added README badges for CI, CodeQL, Secret Scan, VS Marketplace version/installs, license, TypeScript, and VS Code engine
  • Updated development tooling to reduce dependency vulnerabilities
  • Added GitHub issue templates, PR template, and secret scanning workflow
  • Replaced the extra VS Code test CLI layer with the standard @vscode/test-electron runner

v0.0.2

Choose a tag to compare

@arijeetganguli arijeetganguli released this 08 May 06:44
Immutable release. Only release title and notes can be modified.

0.0.2

  • Added branch-aware multi-user tracking with per-user and overall team coverage summaries.
  • Added branch-specific user stats persistence to support cleaner merge workflows.
  • Updated the statistics dashboard with a Team Coverage section for the active branch.
  • Extended JSON, HTML, and clipboard reports with branch and team coverage summaries.
  • Updated README documentation for features, commands, and settings.
  • Added OSS hardening: LICENSE, SECURITY.md, CONTRIBUTING.md, CODEOWNERS, CI, CodeQL, gitleaks, issue templates, and PR template.
  • Remediated npm audit findings and simplified the extension test runner.