]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Add reverse proxy test in travis
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.0.0-beta.2
4
5 ### Features
6
7 * More logging in SMTP module
8 * Add option to disable starttls in SMTP module
9 * Update STUN servers (using framasoft.org and stunprotocol.org now)
10 * Min comment length is 1 now (useful for emoji...)
11 * Better embed video player in small screens
12 * Reduce display time of title/description/control bar in embed on inactivity
13 * Add sign languages for videos attribute
14 * Add autoplay parameter for embed
15 * Videos search on account username and host too
16 * Redirect to homepage on empty search
17
18 ### Bug fixes
19
20 * Fix mentions in comment replies
21 * Logo/Title redirects to the default route
22 * Fix bad federation with videos with special utf characters in description
23 * Fix pagination on mobile
24 * Use instance name for page titles
25 * Fix bad id for Create activities (ActivityPub)
26 * Handle inner actors instead of just handling actor ids (ActivityPub)
27 * Fallback to torrent file if infohash is incorrect
28 * Fix admin config errors display/validation
29 * Add public to Announces (ActivityPub)
30 * Fix inability to run client when cookies are disabled
31 * Fix words breaking in videos description
32 * Graceful exit when import videos script fails
33 * Fix import videos with long names
34 * Fix login with a password containing special characters
35 * Fix player error flickering with an unsupported video format
36 * Fix comment delete federation
37 * Fix communication of a PeerTube instance and Mastodon
38 * Fix custom configuration with number values
39
40 ## v1.0.0-beta.1
41
42 Nothing new here, but PeerTube is stable enough for being in beta now.
43
44
45 ## v1.0.0-alpha.9
46
47 ### BREAKING CHANGES
48
49 * Update videos list/search/get API response:
50 * Removed `resolution` field
51 * Removed `resolutionLabel` field
52 * Removed `category` field
53 * Removed `categoryLabel` field
54 * Removed `licence` field
55 * Removed `licenceLabel` field
56 * Removed `language` field
57 * Removed `languageLabel` field
58 * Removed `privacy` field
59 * Removed `privacyLabel` field
60 * Added `resolution.id` field
61 * Added `resolution.label` field
62 * Added `category.id` field
63 * Added `category.label` field
64 * Added `licence.id` field
65 * Added `licence.label` field
66 * Added `language.id` field
67 * Added `language.label` field
68 * Added `privacy.id` field
69 * Added `privacy.label` field
70
71 ### Bug fixes
72
73 * Fix video_share_url duplicate key on failed transcoding job
74
75
76 ## v1.0.0-alpha.8
77
78 ### Features
79
80 * Add ability to set a short instance description
81
82
83 ## v1.0.0-alpha.7
84
85 ### BREAKING CHANGES
86
87 * Update videos list/search API response:
88 * Removed `accountName` field
89 * Removed `serverHost` field
90 * Added `account.name` field
91 * Added `account.displayName` field
92 * Added `account.host` field
93 * Added `account.url` field
94 * Added `account.avatar` field
95 * Update video abuses API response:
96 * Removed `reporterUsername` field
97 * Removed `reporterServerHost` field
98 * Removed `videoId` field
99 * Removed `videoUUID` field
100 * Removed `videoName` field
101 * Added `reporterAccount` field
102 * Added `video.id` field
103 * Added `video.name` field
104 * Added `video.uuid` field
105 * Added `video.url` field
106
107 ### Features
108
109 * Add "Local" in menu that lists only local videos
110
111
112 ## v1.0.0-alpha.4
113
114 ### Features
115
116 * Add iOS support
117
118
119 ## v1.0.0-alpha.1
120
121 ### Features
122
123 * Add messages about privacy and P2P
124 * Add stats route
125 * Add playback setting
126
127
128 ## v0.0.29-alpha
129
130 ### BREAKING CHANGES
131
132 * Use only 1 thread for transcoding by default
133
134 ### Features
135
136 * Add help to JS/CSS custom configuration inputs
137 * Keep ratio in video thumbnail generation
138 * Handle video in portrait mode
139
140 ### Bug fixes
141
142 * Fix complete description on some videos
143 * Fix job sorting in administration
144
145
146 ## v0.0.28-alpha
147
148 ### BREAKING CHANGES
149
150 * Enable original file transcoding by default in configuration
151 * Disable transcoding in other definitions in configuration
152
153 ### Features
154
155 * Fallback to HTTP if video cannot be loaded
156 * Limit to 30 FPS in transcoding
157
158
159 ## v0.0.27-alpha
160
161 ### Features
162
163 * Add ability for admin to inject custom JavaScript/CSS
164 * Add help tooltip on some fields
165
166 ### Bug fixes
167
168 * Fix comment reply highlighting
169
170
171 ## v0.0.26-alpha
172
173 ### BREAKING CHANGES
174
175 * Renamed script `import-youtube.js` to `import-videos.js`
176 * Renamed `import-video.js` argument `youtube-url` to `target-url`
177
178 ### Features
179
180 * Add "Support" attribute/button on videos
181 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
182
183 ### Bug fixes
184
185 * Fix custom instance name overflow
186
187
188 ## v0.0.25-alpha
189
190 ### Features
191
192 * Add ability to link a specific comment
193
194 ### Bug fixes
195
196 * Fix avatars on video watch page
197
198
199 ## v0.0.24-alpha
200
201 ### Features
202
203 * Publish comments with *ctrl + enter*
204
205 ### Bug fixes
206
207 * Don't stuck on active jobs
208 * Fix deleting a video with comments
209 * Fix infinite scroll (videos list)