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