-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |