Skip to content

v0.2.0 — simpler, more 'just works'

Choose a tag to compare

@azohra azohra released this 27 May 19:12
a30b4d7

The big change

The adaptive concurrency limiter is gone. It was clever-looking but added 4 flags, a whole module, a chunk of TUI real estate, and a mental model — without meaningful payoff over a sensible fixed default.

What changed

Pull / demo:

  • 4 flags (--initial / --ceiling / --floor / --grow-after) → 1 flag: --parallel N (default 8)
  • TUI loses the cryptic target/inflight/streak row; gains a clear workers: N/M active

New hints:

  • After pull completes cleanly → suggests gopro-yank verify
  • After verify passes → reminds you of the cancel URL

Breaking changes:

  • The flags --initial / --ceiling / --floor / --grow-after are removed. Use --parallel N instead.

Net diff: -295 lines (one whole module + tests deleted).

Upgrade

pipx reinstall gopro-yank