]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Add ability to import videos from all supported youtube-dl sites
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
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
21 ## v0.0.25-alpha
22
23 ### Features
24
25 * Add ability to link a specific comment
26
27 ### Bug fixes
28
29 * Fix avatars on video watch page
30
31
32 ## v0.0.24-alpha
33
34 ### Features
35
36 * Publish comments with *ctrl + enter*
37
38 ### Bug fixes
39
40 * Don't stuck on active jobs
41 * Fix deleting a video with comments
42 * Fix infinite scroll (videos list)