Releases: dotcommander/repoclean
Releases · dotcommander/repoclean
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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.jsonoverrides built-in pattern maps without rebuilding --missingmode — detects absent healthy-repo files (LICENSE, .gitignore, CI config, CHANGELOG) with completeness score
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: https://github.com/dotcommander/repoclean/commits/v0.2.0