Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Sep 12, 2024
1 parent d2c6293 commit 2616530
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ twitch-dl changelog

<!-- Do not edit. This file is automatically generated from changelog.yaml.-->

### [2.9.2 (2024-09-12)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.2)

* Use video owner instead of creator, since creator can be the person who
uploaded the video, not the author.
* Fix issue with cropping where blank frames were generated at the start of
video (#166)
* Add ffmpeg info to `twitch-dl env`

### [2.9.1 (2024-09-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.1)

* Fix compatibility with python 3.8
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.9.2:
date: 2024-09-12
changes:
- "Use video owner instead of creator, since creator can be the person who uploaded the video, not the author."
- "Fix issue with cropping where blank frames were generated at the start of video (#166)"
- "Add ffmpeg info to `twitch-dl env`"

2.9.1:
date: 2024-09-10
changes:
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ twitch-dl changelog

<!-- Do not edit. This file is automatically generated from changelog.yaml.-->

### [2.9.2 (2024-09-12)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.2)

* Use video owner instead of creator, since creator can be the person who
uploaded the video, not the author.
* Fix issue with cropping where blank frames were generated at the start of
video (#166)
* Add ffmpeg info to `twitch-dl env`

### [2.9.1 (2024-09-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.1)

* Fix compatibility with python 3.8
Expand Down

0 comments on commit 2616530

Please sign in to comment.