From a5039be657a1e347b714901e7bb638572a475ba2 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 25 Feb 2022 19:14:03 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9d769..9f27260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ twitch-dl changelog +**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) diff --git a/changelog.yaml b/changelog.yaml index 66dcee8..c743d79 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -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