From 02ee8028dc86bf92b2bcab72d838011d15a4c35b Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 5 Sep 2024 15:09:45 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- changelog.yaml | 2 ++ docs/changelog.md | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35be355..2768065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,12 @@ twitch-dl changelog ### [2.7.0 (2024-09-05)](https://github.com/ihabunek/twitch-dl/releases/tag/2.7.0) * Add new options when prompting if a file should be overwritten: overwrite, - overwrite all, skip, skip all, abort + overwrite all, skip, skip all, abort (thanks @NuVanDibe) * Embed chapter metadata in video, allows skipping to chapter if video player supports it * Increase default worker count to 10, seems to improve speeds +* Fix a bug where some clip slugs would not be recognized +* Add `--skip-existing` option to `download` command * Add `--json` option to `chat` command * Improvements to chat renderer diff --git a/changelog.yaml b/changelog.yaml index 5bfa3c3..311d785 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4,6 +4,8 @@ - "Add new options when prompting if a file should be overwritten: overwrite, overwrite all, skip, skip all, abort (thanks @NuVanDibe)" - "Embed chapter metadata in video, allows skipping to chapter if video player supports it" - "Increase default worker count to 10, seems to improve speeds" + - "Fix a bug where some clip slugs would not be recognized" + - "Add `--skip-existing` option to `download` command" - "Add `--json` option to `chat` command" - "Improvements to chat renderer" diff --git a/docs/changelog.md b/docs/changelog.md index 35be355..2768065 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,10 +6,12 @@ twitch-dl changelog ### [2.7.0 (2024-09-05)](https://github.com/ihabunek/twitch-dl/releases/tag/2.7.0) * Add new options when prompting if a file should be overwritten: overwrite, - overwrite all, skip, skip all, abort + overwrite all, skip, skip all, abort (thanks @NuVanDibe) * Embed chapter metadata in video, allows skipping to chapter if video player supports it * Increase default worker count to 10, seems to improve speeds +* Fix a bug where some clip slugs would not be recognized +* Add `--skip-existing` option to `download` command * Add `--json` option to `chat` command * Improvements to chat renderer