Handle user rates in real time
[oweals/peertube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v0.0.29-alpha
4
5 ### BREAKING CHANGES
6
7  * Use only 1 thread for transcoding by default
8
9 ### Features
10
11  * Add help to JS/CSS custom configuration inputs
12  * Keep ratio in video thumbnail generation
13  * Handle video in portrait mode
14
15 ### Bug fixes
16
17  * Fix complete description on some videos
18  * Fix job sorting in administration
19
20
21 ## v0.0.28-alpha
22
23 ### BREAKING CHANGES
24
25  * Enable original file transcoding by default in configuration
26  * Disable transcoding in other definitions in configuration
27
28 ### Features
29
30  * Fallback to HTTP if video cannot be loaded
31  * Limit to 30 FPS in transcoding
32
33
34 ## v0.0.27-alpha
35
36 ### Features
37
38  * Add ability for admin to inject custom JavaScript/CSS
39  * Add help tooltip on some fields
40
41 ### Bug fixes
42
43  * Fix comment reply highlighting
44
45
46 ## v0.0.26-alpha
47
48 ### BREAKING CHANGES
49
50  * Renamed script `import-youtube.js` to `import-videos.js`
51  * Renamed `import-video.js` argument `youtube-url` to `target-url`
52
53 ### Features
54
55  * Add "Support" attribute/button on videos
56  * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
57
58 ### Bug fixes
59
60  * Fix custom instance name overflow
61
62
63 ## v0.0.25-alpha
64
65 ### Features
66
67  * Add ability to link a specific comment 
68
69 ### Bug fixes
70
71  * Fix avatars on video watch page
72
73
74 ## v0.0.24-alpha
75
76 ### Features
77
78 * Publish comments with *ctrl + enter*
79
80 ### Bug fixes
81
82 * Don't stuck on active jobs
83 * Fix deleting a video with comments
84 * Fix infinite scroll (videos list)