Skip to content

Commit 79ef07e

Browse files
committed
Add changelog
1 parent cee5e39 commit 79ef07e

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ twitch-dl changelog
33

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

6+
### [3.1.0 (2025-05-16)](https://github.com/ihabunek/twitch-dl/releases/tag/3.1.0)
7+
8+
* **BREAKING** Running `chat --json` will output to file instead of printing
9+
JSON to screen
10+
* Use video creation date instead of publishing date because the latter can be
11+
blank in some cases (#183)
12+
* Don't break if chapters failed to load, print warning and continue without
13+
chapter info
14+
615
### [3.0.0 (2025-04-12)](https://github.com/ihabunek/twitch-dl/releases/tag/3.0.0)
716

817
* Add ability to download sub-only videos without authentication (thanks to

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.1.0:
2+
date: 2025-05-16
3+
changes:
4+
- "**BREAKING** Running `chat --json` will output to file instead of printing JSON to screen"
5+
- "Use video creation date instead of publishing date because the latter can be blank in some cases (#183)"
6+
- "Don't break if chapters failed to load, print warning and continue without chapter info"
7+
18
3.0.0:
29
date: 2025-04-12
310
changes:

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ twitch-dl changelog
33

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

6+
### [3.1.0 (2025-05-16)](https://github.com/ihabunek/twitch-dl/releases/tag/3.1.0)
7+
8+
* **BREAKING** Running `chat --json` will output to file instead of printing
9+
JSON to screen
10+
* Use video creation date instead of publishing date because the latter can be
11+
blank in some cases (#183)
12+
* Don't break if chapters failed to load, print warning and continue without
13+
chapter info
14+
615
### [3.0.0 (2025-04-12)](https://github.com/ihabunek/twitch-dl/releases/tag/3.0.0)
716

817
* Add ability to download sub-only videos without authentication (thanks to

docs/commands/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ twitch-dl chat [OPTIONS] ID
4747

4848
<tr>
4949
<td class="code">-o, --output TEXT</td>
50-
<td>Output file name template. See docs for details. [default: <code>chat_{id}.{format}</code>]</td>
50+
<td>Output file name template. See docs for details. [default: <code>chat_{id}_{title_slug}.{format}</code>]</td>
5151
</tr>
5252

5353
<tr>

0 commit comments

Comments
 (0)