diff --git a/CHANGELOG.md b/CHANGELOG.md index 2768065..66b8a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ twitch-dl changelog +### [2.8.0 (2024-09-07)](https://github.com/ihabunek/twitch-dl/releases/tag/2.8.0) + +* When downloading a video with `--start` and/or `--end` offsets, crop the video + to the exact times given, used to be rounded to the nearest VOD boundary + (usually 10s) + ### [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, diff --git a/changelog.yaml b/changelog.yaml index 311d785..a5b88ad 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,8 @@ +2.8.0: + date: 2024-09-07 + changes: + - "When downloading a video with `--start` and/or `--end` offsets, crop the video to the exact times given, used to be rounded to the nearest VOD boundary (usually 10s)" + 2.7.0: date: 2024-09-05 changes: diff --git a/docs/changelog.md b/docs/changelog.md index 2768065..66b8a0d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,12 @@ twitch-dl changelog +### [2.8.0 (2024-09-07)](https://github.com/ihabunek/twitch-dl/releases/tag/2.8.0) + +* When downloading a video with `--start` and/or `--end` offsets, crop the video + to the exact times given, used to be rounded to the nearest VOD boundary + (usually 10s) + ### [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,