-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: dotcommander/repoclean
Releases · dotcommander/repoclean
v0.6.0
Changelog
v0.6.0 (2026年05月29日)
Features
- path-traversal safety and tests for apply command generation
Fixes
- terminate tar options before backup paths
Other
- extract git file set handling, parallelize tests, and dedupe elapsed timing
- update internal implementation
Assets 2
v0.5.0
Full Changelog: v0.4.0...v0.5.0
Assets 2
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
Assets 2
v0.3.0
Full Changelog: v0.2.0...v0.3.0
Assets 2
v0.2.0
Full Changelog: https://github.com/dotcommander/repoclean/commits/v0.2.0