From d85aeade86c6b140f09873ab4530dbf271e01604 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Fri, 30 Aug 2024 08:25:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- changelog.yaml | 4 +++- docs/changelog.md | 8 ++++++++ docs/commands/clips.md | 5 +++++ 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e66951..aeca9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,13 @@ twitch-dl changelog -### [2.4.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.4.0) +### [2.4.0 (2024-08-30)](https://github.com/ihabunek/twitch-dl/releases/tag/2.4.0) * Add `clips --target-dir` option. Use in conjunction with `--download` to specify target directory. +* Fix a crash when downloading clips (#160) +* Handle video URLs which contain the channel name (#162) +* Don't stop downloading clips if one download fails ### [2.3.1 (2024-05-19)](https://github.com/ihabunek/twitch-dl/releases/tag/2.3.1) diff --git a/changelog.yaml b/changelog.yaml index f4dc92e..0145e29 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,8 +1,10 @@ 2.4.0: - date: TBA + date: 2024-08-30 changes: - "Add `clips --target-dir` option. Use in conjunction with `--download` to specify target directory." - "Fix a crash when downloading clips (#160)" + - "Handle video URLs which contain the channel name (#162)" + - "Don't stop downloading clips if one download fails" 2.3.1: date: 2024-05-19 diff --git a/docs/changelog.md b/docs/changelog.md index bc2561f..aeca9a2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,14 @@ twitch-dl changelog +### [2.4.0 (2024-08-30)](https://github.com/ihabunek/twitch-dl/releases/tag/2.4.0) + +* Add `clips --target-dir` option. Use in conjunction with `--download` to + specify target directory. +* Fix a crash when downloading clips (#160) +* Handle video URLs which contain the channel name (#162) +* Don't stop downloading clips if one download fails + ### [2.3.1 (2024-05-19)](https://github.com/ihabunek/twitch-dl/releases/tag/2.3.1) * Fix fetching access token (#155, thanks @KryptonicDragon) diff --git a/docs/commands/clips.md b/docs/commands/clips.md index f3d719b..69d668b 100644 --- a/docs/commands/clips.md +++ b/docs/commands/clips.md @@ -43,6 +43,11 @@ twitch-dl clips [OPTIONS] CHANNEL_NAME Period from which to return clips Possible values: last_day, last_week, last_month, all_time. [default: all_time] + + -t, --target-dir + Target directory when downloading clips [default: .] + + --json Print data as JSON rather than human readable text