Update changelog

This commit is contained in:
Ivan Habunek 2022-02-25 19:14:03 +01:00
parent 6fa3bd568d
commit a5039be657
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 12 additions and 3 deletions

View File

@ -3,6 +3,14 @@ twitch-dl changelog
<!-- Do not edit. This file is automatically generated from changelog.yaml.-->
**1.20.0 (2022-02-25)**
* Add `--json` option to `videos` command (#92, thanks @miff2000)
* Add `--all` option to `videos` and `clips` commands to list all clips or
videos in one go.
* Modify how `--pager` works, will make multiple requests if needed to show all
available items, ignoring `--limit`.
**1.19.0 (2022-02-05)**
* Add support for downloading audio only (#10)

View File

@ -1,8 +1,9 @@
1.20.0:
date: TBA
date: 2022-02-25
changes:
- "Add `--json` option to ` command (#92, thanks @miff2000)"
- Revamp limiting and paging videos to work better with `--json`
- "Add `--json` option to `videos` command (#92, thanks @miff2000)"
- "Add `--all` option to `videos` and `clips` commands to list all clips or videos in one go."
- "Modify how `--pager` works, will make multiple requests if needed to show all available items, ignoring `--limit`."
1.19.0:
date: 2022-02-05