Releases: jsvine/waybackpack
Releases · jsvine/waybackpack
v0.6.4
v0.6.3
v0.6.2
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
v0.5.0
- 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
topytest
- Ran psf/black, isort, and flake8 over codebase
- Added Makefile
v0.4.0
- Adds
no_clobber
/--no-clobber
- Adds
progress
/--progress
Many thanks to @jeremybmerrill for submitting the PRs for both of these new features 🎉