From 5c380084bad15f33e303c1bc881c44fbf03f0745 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 15 Aug 2022 07:31:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ changelog.yaml | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8722319..d17df99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ twitch-dl changelog +### [2.0.0 (TBA)](https://github.com/ihabunek/twitch-dl/releases/tag/2.0.0) + +* Switch from `requests` to `httpx` for making http requests, this enables using + asyncio for concurrency. No breaking changes. +* Better progress meter, updates on each chunk downloaded, instead of after each + VOD downloaded. +* Add `--rate-limit` option to `download` for limiting maximum bandwith when + downloading. + ### [1.22.0 (2022-06-25)](https://github.com/ihabunek/twitch-dl/releases/tag/1.22.0) * Add support for downloading subscriber-only VODs (#48, thanks @cemiu) diff --git a/changelog.yaml b/changelog.yaml index 472d8d0..c6a55cf 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,10 @@ +2.0.0: + date: "TBA" + changes: + - "Switch from `requests` to `httpx` for making http requests, this enables using asyncio for concurrency. No breaking changes." + - "Better progress meter, updates on each chunk downloaded, instead of after each VOD downloaded." + - "Add `--rate-limit` option to `download` for limiting maximum bandwith when downloading." + 1.22.0: date: 2022-06-25 changes: