Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Sep 5, 2024
1 parent a317b1b commit 02ee802
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 02ee802

Please sign in to comment.