]> jfr.im git - yt-dlp.git/blobdiff - Changelog.md
[Animelab] Added (https://github.com/ytdl-org/youtube-dl/pull/13600)
[yt-dlp.git] / Changelog.md
index f9e2c5eb2a4368a60aa94527497f89e5ae3a9a3f..2cb8b41b94fc8286c5728e44f7982f89d4150182 100644 (file)
@@ -1,5 +1,30 @@
 # Changelog
 
+<!--
+# Instuctions for creating release
+
+* Run `make doc`
+* Update Changelog.md and Authors-Fork
+* Commit to master as `Release <version>`
+* Push to origin/release - build task will now run
+* Update version.py and run `make issuetemplates`
+* 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)
+    * Extractor stitcher ([1](https://github.com/ytdl-org/youtube-dl/commit/bb38a1215718cdf36d73ff0a7830a64cd9fa37cc), [2](https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f)) have not been merged
+* Moved changelog to seperate file
 
 ### 2021.01.07-1
 * [Akamai] fix by @nixxo