v0.4.1
Release v0.4.1
Backward-compatible follow-up to 0.4.0 (no breaking changes).
Added:
cleanprogress block: per-file byte throughput + time-remaining ETA, and an
overall files-done/total counter (all TTY-only, additive).- A spinner over the silent report finalization (shard concat into report.jsonl).
Changed:
- rich runtime dep 13.x -> 15.x (
rich>=15,<16); no behavioural change. - Dependency pinning policy: every dep pinned
>=current,<next-major(minor/patch
auto, major upgrades manual one at a time).
Fixed:
- The
cleancancel message no longer promises mid-file resume; resume
granularity is a whole file.
See CHANGELOG.md [0.4.1] for details.