Update changelog

This commit is contained in:
Ivan Habunek 2022-08-15 07:31:25 +02:00
parent 51a35ab494
commit 5c380084ba
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,15 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
### [2.0.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0)
* Switch from `requests` to `httpx` for making http requests, this enables using
asyncio for concurrency. No breaking changes.
* Better progress meter, updates on each chunk downloaded, instead of after each
VOD downloaded.
* Add `--rate-limit` option to `download` for limiting maximum bandwith when
downloading.
### [1.22.0 (2022-06-25)](https://github.com/ihabunek/twitch-dl/releases/tag/1.22.0)
* Add support for downloading subscriber-only VODs (#48, thanks @cemiu)

View File

@ -1,3 +1,10 @@
2.0.0:
date: "TBA"
changes:
- "Switch from `requests` to `httpx` for making http requests, this enables using asyncio for concurrency. No breaking changes."
- "Better progress meter, updates on each chunk downloaded, instead of after each VOD downloaded."
- "Add `--rate-limit` option to `download` for limiting maximum bandwith when downloading."
1.22.0:
date: 2022-06-25
changes: