]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Keep ratio for thumbnails
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
73c69591
C
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
86ec3e53
C
16## v0.0.27-alpha
17
78967fca
C
18### Features
19
20 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 21 * Add help tooltip on some fields
78967fca 22
86ec3e53
C
23### Bug fixes
24
25 * Fix comment reply highlighting
26
b6a4fd6b 27
61b3e146
C
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
b6a4fd6b
C
45## v0.0.25-alpha
46
1263fc4e
C
47### Features
48
49 * Add ability to link a specific comment
50
b6a4fd6b
C
51### Bug fixes
52
53 * Fix avatars on video watch page
54
55
e33b53ab
C
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)