v0.2.0 — simpler, more 'just works'
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/streakrow; gains a clearworkers: N/M active
New hints:
- After
pullcompletes cleanly → suggestsgopro-yank verify - After
verifypasses → reminds you of the cancel URL
Breaking changes:
- The flags
--initial / --ceiling / --floor / --grow-afterare removed. Use--parallel Ninstead.
Net diff: -295 lines (one whole module + tests deleted).
Upgrade
pipx reinstall gopro-yank