Skip to content

v1.1.0

Choose a tag to compare

@OoS-MaMaD OoS-MaMaD released this 01 Jul 14:08

What's New in v1.1.0

Reliability

  • Rate limiting — new --rate <n> flag (requests/sec) to avoid getting throttled by web.archive.org
  • Smarter retries — HTTP status codes (429, 503, etc.) now surface as real errors with quadratic backoff (1s → 4s → 9s)
  • Context-aware cancellation — Ctrl+C now stops immediately, even mid-retry

New Features

  • --stdin support — pipe a list of domains: cat domains.txt | gowaybackgo --stdin
  • Pretty help output — grouped sections with examples (--help)

Fixes

  • Extension filter no longer drops results in --subs mode
  • fetchPageCount now correctly errors on non-200 responses
  • Fixed progress bar data race under heavy concurrency
  • Dynamic jobs buffer (was hardcoded 2000)

Cleanup

  • Removed dead code (uniqueAndSort, formatDuration)