Skip to content

Releases: dotcommander/repoclean

v0.5.0

25 Mar 03:34

Choose a tag to compare

v0.4.0

24 Mar 06:36

Choose a tag to compare

What's New

Five new features improving accuracy, configurability, and usability:

  • Single-pass git staleness — replaced per-file git log (50-file cap) with one bulk parse for accurate staleness data across entire repos
  • Classify first+last bytes — reads tail 256 bytes to catch generated-file markers at EOF (// Code generated by protoc)
  • .repocleanignore — per-repo suppression file to silence false positives (one glob pattern per line)
  • User-configurable rules~/.config/repoclean/rules.json overrides built-in pattern maps without rebuilding
  • --missing mode — detects absent healthy-repo files (LICENSE, .gitignore, CI config, CHANGELOG) with completeness score

v0.3.0

20 Mar 20:46

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Mar 19:54

Choose a tag to compare