From 3bbf1fc1b6a2e76d8652ddd1fa8629ae8cb2b81d Mon Sep 17 00:00:00 2001 From: Azi Hassan Date: Sun, 10 Dec 2023 21:27:36 +0100 Subject: [PATCH] [master] Add release notes --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f276159..4734a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ -## v0.0.1 +## v0.0.3 -First release of youtube-d +This release comes with experimental Windows support, bug fixes and graceful error handling. + +* [ISSUE-13] Add runtime verbosity setting by @azihassan in https://github.com/azihassan/youtube-d/pull/19 +* [ISSUE-20] Fix repository language reporting issue by @azihassan in https://github.com/azihassan/youtube-d/pull/21 +* [ISSUE-22] Gracefully handle failures by @azihassan in https://github.com/azihassan/youtube-d/pull/24 +* [ISSUE-23] Prevent re-downloading of previously finished downloads with ParallelDownloader by @azihassan in https://github.com/azihassan/youtube-d/pull/26 +* [ISSUE-25] Include quality level in filename by @azihassan in https://github.com/azihassan/youtube-d/pull/27 +* [ISSUE-29] Add integration tests by @azihassan in https://github.com/azihassan/youtube-d/pull/30 +* [ISSUE-28] Cache initial HTML page retrieval by @azihassan in https://github.com/azihassan/youtube-d/pull/31 +* [ISSUE-32] 403 by @azihassan in https://github.com/azihassan/youtube-d/pull/33 +* [ISSUE-34] Windows support by @azihassan in https://github.com/azihassan/youtube-d/pull/35 +* [ISSUE-37] signatureCipher mention in regular videos by @azihassan in https://github.com/azihassan/youtube-d/pull/38 +* [ISSUE-36] Fix colors in Windows by @azihassan in https://github.com/azihassan/youtube-d/pull/40 +* [ISSUE-39] The process stops abruptly by @azihassan in https://github.com/azihassan/youtube-d/pull/41