Register service worker
[oweals/peertube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v0.0.27-alpha
4
5 ### Features
6
7  * Add ability for admin to inject custom JavaScript/CSS
8
9 ### Bug fixes
10
11  * Fix comment reply highlighting
12
13
14 ## v0.0.26-alpha
15
16 ### BREAKING CHANGES
17
18  * Renamed script `import-youtube.js` to `import-videos.js`
19  * Renamed `import-video.js` argument `youtube-url` to `target-url`
20
21 ### Features
22
23  * Add "Support" attribute/button on videos
24  * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
25
26 ### Bug fixes
27
28  * Fix custom instance name overflow
29
30
31 ## v0.0.25-alpha
32
33 ### Features
34
35  * Add ability to link a specific comment 
36
37 ### Bug fixes
38
39  * Fix avatars on video watch page
40
41
42 ## v0.0.24-alpha
43
44 ### Features
45
46 * Publish comments with *ctrl + enter*
47
48 ### Bug fixes
49
50 * Don't stuck on active jobs
51 * Fix deleting a video with comments
52 * Fix infinite scroll (videos list)