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