Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Sep 10, 2024
1 parent e44afd3 commit 7ba8e56
Show file tree
Hide file tree
Showing 5 changed files with 51 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.0 (2024-09-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.0)

* Download VODs to cache dir instead of temp dir (#105, #115, #164)
* Add `download --cache-dir` to allow user to override the default cache dir
* Add `cache` command for viewing cache usage and clearing cache
* Chat rendering improvements: align fonts to a common baseline, scale badges
and emotes

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

* Fix breaking bug in chat renderer
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.9.0:
date: 2024-09-10
changes:
- "Download VODs to cache dir instead of temp dir (#105, #115, #164)"
- "Add `download --cache-dir` to allow user to override the default cache dir"
- "Add `cache` command for viewing cache usage and clearing cache"
- "Chat rendering improvements: align fonts to a common baseline, scale badges and emotes"

2.8.2:
date: 2024-09-08
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.0 (2024-09-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.0)

* Download VODs to cache dir instead of temp dir (#105, #115, #164)
* Add `download --cache-dir` to allow user to override the default cache dir
* Add `cache` command for viewing cache usage and clearing cache
* Chat rendering improvements: align fonts to a common baseline, scale badges
and emotes

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

* Fix breaking bug in chat renderer
Expand Down
22 changes: 22 additions & 0 deletions docs/commands/cache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!-- ------------------- generated docs start ------------------- -->
# twitch-dl cache

View and manage cached files

### USAGE

```
twitch-dl cache [OPTIONS]
```

### OPTIONS

<table>
<tbody>
<tr>
<td class="code">-c, --clear TEXT</td>
<td>Clear cached files Possible values: <code>all</code>, <code>fonts</code>, <code>chats</code>, <code>videos</code>, <code>emotes</code>, <code>badges</code>.</td>
</tr>
</tbody>
</table>

5 changes: 5 additions & 0 deletions docs/commands/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ twitch-dl download [OPTIONS] [IDS]...
<td class="code">-w, --max-workers INTEGER</td>
<td>Number of workers for downloading vods concurrently [default: <code>10</code>]</td>
</tr>

<tr>
<td class="code">--cache-dir TEXT</td>
<td>Folder where VODs are downloaded before joining. Uses placeholders similar to --output. [default: <code>/home/ihabunek/.cache/twitch-dl/videos/{id}/{quality}</code>]</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 7ba8e56

Please sign in to comment.