mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[version] update
This commit is contained in:
parent
6fd35a1101
commit
4084f235eb
7 changed files with 33 additions and 13 deletions
20
Changelog.md
20
Changelog.md
|
@ -1,5 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
<!--
|
||||
# Instuctions for creating release
|
||||
|
||||
* Run `make doc`
|
||||
* Add changelog, bump version in top of Readme
|
||||
* Commit to master as `Release <number>`
|
||||
* Push to origin/release - build task will now run
|
||||
* Update version.py and run `make doc`
|
||||
* Commit to master as `[version] update`
|
||||
* Push to origin/master
|
||||
|
||||
-->
|
||||
|
||||
### 2020.01.09
|
||||
* [youtube] Fix bug in automatic caption extraction
|
||||
* Add `post_hooks` to YoutubeDL by @alexmerkel
|
||||
* Batch file enumeration improvements by @glenn-slayden
|
||||
* Stop immediately when reaching '--max-downloads' by @glenn-slayden
|
||||
* Fix incorrect ANSI sequence for restoring console-window title by @glenn-slayden
|
||||
* Kill child processes when yt-dlc is killed by @Unrud
|
||||
|
||||
### 2020.01.08
|
||||
* **Merge youtube-dl:** Upto [2020.01.08](https://github.com/ytdl-org/youtube-dl/commit/bf6a74c620bd4d5726503c5302906bb36b009026)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue