Skip to content

Releases: dotcommander/repoclean

v0.6.0

29 May 21:34

Choose a tag to compare

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

v0.5.0

25 Mar 03:34

Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

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