Skip to content

v0.4.1

Choose a tag to compare

@elfensky elfensky released this 31 May 18:52
· 91 commits to develop since this release

Release v0.4.1

Backward-compatible follow-up to 0.4.0 (no breaking changes).

Added:

  • clean progress 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 clean cancel message no longer promises mid-file resume; resume
    granularity is a whole file.

See CHANGELOG.md [0.4.1] for details.