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