Skip to content

Releases: jsvine/waybackpack

v0.6.4

15 May 14:20
Compare
Choose a tag to compare

Small change to add more informative error when the API does not respect showDupeCount=true: 9e896ad h/t @CaptSolo

v0.6.3

01 May 12:37
Compare
Choose a tag to compare

Quickfix to handle --no-clobber before --delay when downloading assets: 6dc2dcf

v0.6.2

10 Feb 21:27
Compare
Choose a tag to compare

v0.6.2

  • d960fac Have only one source of truth for version
  • a982516 Use os.path.join instead of '/'.join
  • b22ae0f Update copyright years
  • 7cfda8b Replace "." and ".." components in URL-derived paths
  • f3d54ed Don't rely on assert for timestamp format validation
  • c3c2190 Tighten timestamp format regexp
  • febb1c2 Fix outdated claims of Python2 support in docs

Many thanks to @jwilk for most of the above.


Noting prior changes here:

v0.6.1

  • 94fdff8 Add ConnectTimeout handling, bump to 0.6.1

v0.6.0

  • 242b8f1 Add --delay-retry for pausing between retries
  • 2dc24e9 Add --delay option to pause between fetches (#71)

v0.5.0

18 Jan 22:03
Compare
Choose a tag to compare
  • Added support for multiple --collapse values (h/t @shijialee via #49)
  • Added checks for funky/dangerous timestamps (h/t @jwilk via #63)
  • Improved handling of colon in port numbers (and other tricky characters) (h/t @peci1 via #58)
  • Added MANIFEST.in (h/t @pmlandwehr via #25)
  • Switched testing from the defunct nosetests to pytest
  • Ran psf/black, isort, and flake8 over codebase
  • Added Makefile

v0.4.0

28 Apr 22:54
Compare
Choose a tag to compare
  • Adds no_clobber/--no-clobber
  • Adds progress/--progress

Many thanks to @jeremybmerrill for submitting the PRs for both of these new features 🎉

v0.3.5

03 Sep 15:37
Compare
Choose a tag to compare
Fix version number in README.md

Per https://github.com/jsvine/waybackpack/issues/24