diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6d4da..b101712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,18 @@ twitch-dl changelog -### [2.2.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.0) +### [2.2.0 (2024-04-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.0) -* **Requires python 3.8 or later** -* Migrated to click lib for cli parsing -* Add shell auto completion +* **Requires Python 3.8+** +* Migrated to Click library for generating the commandline interface +* Add shell auto completion, see 'Shell completion' in docs. +* Add setting defaults via environment variables, see 'Environment variables' in + docs +* Add `download --concat` option to avoid using ffmeg for joinig vods and concat + them instead. This will produce a `.ts` file by default. +* Add `download --dry-run` option to skip actual download (thanks @metacoma) +* Add video description to metadata (#129) +* Add `clips --compact` option for listing clips in one-per-line mode ### [2.1.4 (2024-01-06)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.4) diff --git a/changelog.yaml b/changelog.yaml index 558957e..3eed87d 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,11 +1,12 @@ 2.2.0: - date: TBA + date: 2024-04-10 changes: - - "**Requires python 3.8 or later**" + - "**Requires Python 3.8+**" - "Migrated to Click library for generating the commandline interface" - - "Add shell auto completion, see: https://twitch-dl.bezdomni.net/shell_completion.html" - - "Add setting defaults via environment variables, see: https://twitch-dl.bezdomni.net/environment_variables.html" + - "Add shell auto completion, see 'Shell completion' in docs." + - "Add setting defaults via environment variables, see 'Environment variables' in docs" - "Add `download --concat` option to avoid using ffmeg for joinig vods and concat them instead. This will produce a `.ts` file by default." + - "Add `download --dry-run` option to skip actual download (thanks @metacoma)" - "Add video description to metadata (#129)" - "Add `clips --compact` option for listing clips in one-per-line mode" diff --git a/docs/changelog.md b/docs/changelog.md index fb6d4da..b101712 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,11 +3,18 @@ twitch-dl changelog -### [2.2.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.0) +### [2.2.0 (2024-04-10)](https://github.com/ihabunek/twitch-dl/releases/tag/2.2.0) -* **Requires python 3.8 or later** -* Migrated to click lib for cli parsing -* Add shell auto completion +* **Requires Python 3.8+** +* Migrated to Click library for generating the commandline interface +* Add shell auto completion, see 'Shell completion' in docs. +* Add setting defaults via environment variables, see 'Environment variables' in + docs +* Add `download --concat` option to avoid using ffmeg for joinig vods and concat + them instead. This will produce a `.ts` file by default. +* Add `download --dry-run` option to skip actual download (thanks @metacoma) +* Add video description to metadata (#129) +* Add `clips --compact` option for listing clips in one-per-line mode ### [2.1.4 (2024-01-06)](https://github.com/ihabunek/twitch-dl/releases/tag/2.1.4) diff --git a/docs/commands/clips.md b/docs/commands/clips.md index 10e8f4d..f3d719b 100644 --- a/docs/commands/clips.md +++ b/docs/commands/clips.md @@ -18,6 +18,11 @@ twitch-dl clips [OPTIONS] CHANNEL_NAME
10
]