From 7fd5a13fceb7419deeb91fe7ec3b44ab80f8dc7d Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Sat, 4 Dec 2021 04:39:05 +0000 Subject: [PATCH] Bump version to v0.16.2 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbfb5b1..5790f53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.2] - 2021-12-04 + +### Added +- Add wayback user agent +- Add header parameters for warcraft +- Add an option to enable URL fallback + +### Changed +- Make wayback to IPFS as default +- Build docker image for develop branch +- Enhancements for youtube-dl media downloads +- Dispatch repository in wabarc/homebrew-wayback +- Change the URL fallback defaults to disabled and enable it with the `WAYBACK_FALLBACK` environment variable. +- Increase the worker pool timeout to more than 3 seconds +- Set the user agent for the download of the warc file +- Download media with specific format +- Minor improvement for render assets url +- Minor improvements in testing +- Upgrade dependencies + +### Fixed +- Improvement for create warc file +- Fix wget warc parse error + ## [0.16.1] - 2021-10-24 ### Fixed