]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Fix changelog
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.0.0-alpha.1
4
5 ### Features
6
7 * Add messages about privacy and P2P
8 * Add stats route
9 * Add playback setting
10
11
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
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
43 ## v0.0.27-alpha
44
45 ### Features
46
47 * Add ability for admin to inject custom JavaScript/CSS
48 * Add help tooltip on some fields
49
50 ### Bug fixes
51
52 * Fix comment reply highlighting
53
54
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
72 ## v0.0.25-alpha
73
74 ### Features
75
76 * Add ability to link a specific comment
77
78 ### Bug fixes
79
80 * Fix avatars on video watch page
81
82
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)