diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7541109..d28674c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,23 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | 3 | ||
4 | ## v0.0.26-alpha | ||
5 | |||
6 | ### BREAKING CHANGES | ||
7 | |||
8 | * Renamed script `import-youtube.js` to `import-videos.js` | ||
9 | * Renamed `import-video.js` argument `youtube-url` to `target-url` | ||
10 | |||
11 | ### Features | ||
12 | |||
13 | * Add "Support" attribute/button on videos | ||
14 | * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl | ||
15 | |||
16 | ### Bug fixes | ||
17 | |||
18 | * Fix custom instance name overflow | ||
19 | |||
20 | |||
4 | ## v0.0.25-alpha | 21 | ## v0.0.25-alpha |
5 | 22 | ||
6 | ### Features | 23 | ### Features |