]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Fix player on very small screens
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v0.0.28-alpha
4
5 ### BREAKING CHANGES
6
7 * Enable original file transcoding by default in configuration
8 * Disable transcoding in other definitions in configuration
9
10 ### Features
11
12 * Fallback to HTTP if video cannot be loaded
13 * Limit to 30 FPS in transcoding
14
15
16 ## v0.0.27-alpha
17
18 ### Features
19
20 * Add ability for admin to inject custom JavaScript/CSS
21 * Add help tooltip on some fields
22
23 ### Bug fixes
24
25 * Fix comment reply highlighting
26
27
28 ## v0.0.26-alpha
29
30 ### BREAKING CHANGES
31
32 * Renamed script `import-youtube.js` to `import-videos.js`
33 * Renamed `import-video.js` argument `youtube-url` to `target-url`
34
35 ### Features
36
37 * Add "Support" attribute/button on videos
38 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
39
40 ### Bug fixes
41
42 * Fix custom instance name overflow
43
44
45 ## v0.0.25-alpha
46
47 ### Features
48
49 * Add ability to link a specific comment
50
51 ### Bug fixes
52
53 * Fix avatars on video watch page
54
55
56 ## v0.0.24-alpha
57
58 ### Features
59
60 * Publish comments with *ctrl + enter*
61
62 ### Bug fixes
63
64 * Don't stuck on active jobs
65 * Fix deleting a video with comments
66 * Fix infinite scroll (videos list)