]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Only use basehref
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v2.1.0
4
5 **Since v2.0.0**
6
7 ### IMPORTANT NOTES
8
9 * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (can be executed after your upgrade, while your PeerTube instance is running) to create HLS video torrents:
10 * `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-2.1.js`
11 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.
12 Please check now if you have conflicts using:
13 * Go inside your database using `sudo -u postgres psql peertube_prod` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 1;`
14 * If you have some results, it seems you have duplicate channels/accounts.
15 For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique).
16 The updated actors could have some federations issues
17 * We now use Buster for the docker image, so the image name changed:
18 * `production-stretch` becomes `production-buster`
19 * `v2.x.x-stretch` becomes `v2.x.x-buster`
20 * Users cannot create more than 20 channels now to avoid UX and actor name squatting issues
21 * We added a warning if the `videos` directory is the same than the `redundancy` one in your configuration file: it can create some bugs
22
23 ### Documentation
24
25 We added some sections in the documentation website:
26
27 * S3 remote storage: https://docs.joinpeertube.org/#/admin-remote-storage
28 * Instances redundancy: https://docs.joinpeertube.org/#/admin-following-instances
29 * Moderate your instance: https://docs.joinpeertube.org/#/admin-moderation
30 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
31 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
32 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
33 * Controlled player embed API: https://docs.joinpeertube.org/#/api-em
34
35 ### Docker
36
37 * Sticking to one env-var management system ([@Leopere](https://github.com/Leopere)) (See https://github.com/Chocobozzz/PeerTube/pull/2247)
38 * Simplify Dockerfile and slim Docker image ([@Nutomic](https://github.com/nutomic))
39 * Add HLS support in Docker container by using the latest Debian stable (Buster) image
40
41 ### Plugins/Themes API
42
43 * Add checkbox and textarea as possible input types for settings ([@rigelk](https://github.com/rigelk))
44 * Add `isLoggedIn` helper to client plugins ([@rigelk](https://github.com/rigelk))
45 * Add client plugin hooks:
46 * `action:video-watch.player.loaded` with player instance
47 * `action:video-watch.video.loaded` with a videojs instance
48 * `action:signup.register.init` ([@rigelk](https://github.com/rigelk))
49 * `filter:api.signup.registration.create.params` ([@rigelk](https://github.com/rigelk))
50 * `filter:internal.video-watch.player.build-options.params`
51 * `filter:internal.video-watch.player.build-options.result`
52 * `filter:internal.common.svg-icons.get-content.params`
53 * `filter:internal.common.svg-icons.get-content.result`
54 * Add server plugins hooks:
55 * `action:api.user.blocked`
56 * `action:api.user.unblocked`
57 * `action:api.user.registered`
58 * `action:api.user.created`
59 * `action:api.user.deleted`
60 * `action:api.user.updated`
61 * `action:api.user.oauth2-got-token`
62 * Accept `.` `_` and `0-9` characters in plugin names
63
64 ### Maintenance
65
66 * PeerTube moved translations from Zanata to Weblate. Here is the new translations website URL: https://weblate.framasoft.org/projects/peertube/
67 * We now provide a JavaScript library to control a PeerTube embed: https://www.npmjs.com/package/@peertube/embed-api
68 * Add ability to generate HLS videos using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/#/maintain-tools?id=create-transcoding-jobjs))
69 * Update nginx template: (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
70 * Add streaming playlists endpoint
71 * Add `client_body_temp_path` hint
72 * Relax TLS/SSL ciphers hardening to allow Android 4.4.2 to use the PeerTube instance API
73 * Add `maxFileSize`, `maxFiles` and `anonymizeIP` log options in configuration file
74
75 ### Features
76
77 * :tada: Add *internal* video privacy mode. *Internal* videos are only available to other logged in users of your instance, and are not federated
78 * :tada: Add hyperlink video timestamps in comments & video descriptions ([@Lesterpig](https://github.com/lesterpig) & [@rigelk](https://github.com/rigelk))
79 * :tada: Comments improvements:
80 * Support basic markdown
81 * Soft delete video comments instead of destroying them ([@alcalyn](https://github.com/alcalyn))
82 * Add commentator name alongside fid for video comments ([@rigelk](https://github.com/rigelk))
83 * Add a cancel button in comment form ([@rigelk](https://github.com/rigelk))
84 * Show number of comments under a video in watch page ([@rigelk](https://github.com/rigelk))
85 * Add user moderation dropdown ([@rigelk](https://github.com/rigelk))
86 * Add ability to sort comments by *total replies* or *created date* ([@rigelk](https://github.com/rigelk))
87 * Add *total replies from video author* indicator ([@rigelk](https://github.com/rigelk))
88 * Comment name emphasis for video author ([@rigelk](https://github.com/rigelk))
89 * Add "Watch later" button in video miniature overlay ([@rigelk](https://github.com/rigelk))
90 * Add ability to transcode videos in an audio only video container ([@Yetangitu](https://github.com/Yetangitu))
91 * Add playlist search input in *add to playlist* dropdown ([@rigelk](https://github.com/rigelk))
92 * Add search bars for a user's videos and playlists ([@rigelk](https://github.com/rigelk))
93 * Support playlists in share modal
94 * Better UI for a better world:
95 * Add play/pause bezels to the video player ([@rigelk](https://github.com/rigelk))
96 * Use icons instead of buttons in watch page (like/dislike, support...) ([@rigelk](https://github.com/rigelk))
97 * Improve *PeerTube* section in About page and add links to the documentation
98 * Improve comment tree in Watch page
99 * Improve dropdown box shadow ([@rigelk](https://github.com/rigelk))
100 * Add channel avatar to watch view ([@rigelk](https://github.com/rigelk))
101 * Improve likes-dislikes bar usability
102 * Alter titles section header style ([@rigelk](https://github.com/rigelk))
103 * Enhance jobs list display on smaller screens ([@alcalyn](https://github.com/alcalyn))
104 * Add a button in the videos from subscriptions page to manage subscriptions ([@rigelk](https://github.com/rigelk))
105 * Add duration to video attributes in watch view ([@rigelk](https://github.com/rigelk))
106 * Add a message in the login form when signup is disabled for people that are looking for an account ([@rigelk](https://github.com/rigelk))
107 * Add "Manage" button in owned account and channels pages ([@rigelk](https://github.com/rigelk))
108 * Improve password input accessibility ([@rigelk](https://github.com/rigelk))
109 * Add descriptions in moderation dropdown ([@rigelk](https://github.com/rigelk))
110 * Performances improvements:
111 * Lazy load categories, licences, languages and video/playlist privacies in the client
112 * Only update remote actor avatar if the filename changed
113 * Optimize transcoding by using the lowest resolution as input file
114 * Speedup embed first paint
115 * Optimize videos list SQL query
116 * Optimize local videos list SQL query
117 * Cache `peertube` instance actor SQL result
118 * Cache HLS/WebTorrent InfoHash SQL result
119 * Optimize notification endpoint on specific cases
120 * Optimize "list my playlists" SQL query
121 * Improve search filters: ([@rigelk](https://github.com/rigelk))
122 * Add ability to sort results
123 * Improve tags filter inputs
124 * Add a button to reset filters
125 * Improve autoplay: ([@rigelk](https://github.com/rigelk))
126 * Autoplay next video switch for both user and visitors
127 * Add *up next* screen on autoplay
128 * Autoplay next video support for playlists
129 * Add *next* video button to the player
130 * Add loop setting when watching a playlist
131 * Add option to download subtitles in download modal ([@rigelk](https://github.com/rigelk))
132 * Add a button in account page to follow all account channels ([@rigelk](https://github.com/rigelk))
133 * Add ability to search a video directly by its UUID
134 * Case insensitive tags search
135 * Add ability to disable WebTorrent (and only enable HLS) (**experimental and breaks federation with PeerTube instances < 2.1**)
136 * Don't seed if the client is on a cellular network in the HLS player
137 * Load HLS player in embed by default if enabled
138 * Admin panels:
139 * Add ability to sort by *state*, *score* and *redundancy allowed* columns in following/followers admin table
140 * Add ability to filter per job type in admin
141 * Add *Audit logs* section in admin Logs panel
142 * Improve Media-RSS support ([@rigelk](https://github.com/rigelk))
143 * Explicit the tag limit in video form ([@bikepunk](https://github.com/bikepunk))
144 * Add a warning when uploading videos using root
145 * Clearer video quota label in user settings
146 * Pause the video when the user opens a modal
147 * Handle basic HTML in account descriptions
148 * Support `m4v` videos
149 * Improve 4k resolution bitrate
150 * Add missing hotkeys documentation in the watch page
151 * Add a button to copy the channel handle ([@rigelk](https://github.com/rigelk))
152 * Add server config to the nodeinfo metadata ([@rigelk](https://github.com/rigelk))
153 * Improve notification popup interactivity ([@rigelk](https://github.com/rigelk))
154
155 ### Bug fixes
156
157 * Don't notify if the account in on a muted instance
158 * Don't leak other notified addresses in notification emails
159 * Allow the embed iframe to open links
160 * Add missing button roles for the language chooser and keyboard shortcut menu items [@MarcoZehe](https://github.com/MarcoZehe)
161 * Fix overflow when creating a channel
162 * Fix "copy magnet URI" in player
163 * Fix text overflow in menu
164 * Fix player focus
165 * Only display accepted followers/followings instances in about page
166 * Fix brackets truncation in video description
167 * Fix channel playlist miniatures overflow
168 * Fix background color on some screens
169 * Fix captions upload issue depending on the caption name
170 * Fix file download when the video is private
171 * Fix dropdown on video miniature for unlogged users
172 * Fix video support field in update form
173 * Fix video import having a long thumbnail url (Facebook for example)
174 * Add correct HTTP status on not found video
175 * Fix bug on login when username has a special character (`_` for example)
176 * Fix plugin unregistration that did not remove properly its hooks ([@JohnXLivingston](https://github.com/JohnXLivingston))
177 * Fix wrong audio only resolution label for hls
178 * Fix AP icon URL for imported videos
179 * Fix octet stream fallback for video ext
180
181 **since v2.1.0-rc.1**
182
183 ### Bug fixes
184
185 * Fix wrong audio only resolution label for hls
186 * Fix AP icon URL for imported videos
187 * Fix embed on mastodon
188 * Fix octet stream fallback for video ext
189
190
191 ## v2.1.0-rc.1
192
193 ### IMPORTANT NOTES
194
195 * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (must be executed after the upgrade and a PeerTube restart, while your instance is running) to create HLS video torrents:
196 * `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-2.1.js`
197 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.
198 Please check now if you have conflicts using:
199 * Go inside your database using `sudo -u postgres psql peertube_prod` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 1;`
200 * If you have some results, it seems you have duplicate channels/accounts.
201 For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique).
202 The updated actors could have some federations issues
203 * We now use Buster for the docker image, so the image name changed:
204 * `production-stretch` becomes `production-buster`
205 * `v2.x.x-stretch` becomes `v2.x.x-buster`
206 * Users cannot create more than 20 channels now to avoid UX and actor name squatting issues
207 * We added a warning if the `videos` directory is the same than the `redundancy` one in your configuration file: it can create some bugs
208
209 ### Documentation
210
211 We added some sections in the documentation website:
212
213 * S3 remote storage: https://docs.joinpeertube.org/#/admin-remote-storage
214 * Instances redundancy: https://docs.joinpeertube.org/#/admin-following-instances
215 * Moderate your instance: https://docs.joinpeertube.org/#/admin-moderation
216 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
217 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
218 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
219 * Controlled player embed API: https://docs.joinpeertube.org/#/api-em
220
221 ### Docker
222
223 * Sticking to one env-var management system ([@Leopere](https://github.com/Leopere)) (See https://github.com/Chocobozzz/PeerTube/pull/2247)
224 * Simplify Dockerfile and slim Docker image ([@Nutomic](https://github.com/nutomic))
225 * Add HLS support in Docker container by using the latest Debian stable (Buster) image
226
227 ### Plugins/Themes API
228
229 * Add checkbox and textarea as possible input types for settings ([@rigelk](https://github.com/rigelk))
230 * Add `isLoggedIn` helper to client plugins ([@rigelk](https://github.com/rigelk))
231 * Add client plugin hooks:
232 * `action:video-watch.player.loaded` with player instance
233 * `action:video-watch.video.loaded` with a videojs instance
234 * `action:signup.register.init` ([@rigelk](https://github.com/rigelk))
235 * `filter:api.signup.registration.create.params` ([@rigelk](https://github.com/rigelk))
236 * `filter:internal.video-watch.player.build-options.params`
237 * `filter:internal.video-watch.player.build-options.result`
238 * `filter:internal.common.svg-icons.get-content.params`
239 * `filter:internal.common.svg-icons.get-content.result`
240 * Add server plugins hooks:
241 * `action:api.user.blocked`
242 * `action:api.user.unblocked`
243 * `action:api.user.registered`
244 * `action:api.user.created`
245 * `action:api.user.deleted`
246 * `action:api.user.updated`
247 * `action:api.user.oauth2-got-token`
248 * Accept `.` `_` and `0-9` characters in plugin names
249
250 ### Maintenance
251
252 * PeerTube moved translations from Zanata to Weblate. Here is the new translations website URL: https://weblate.framasoft.org/projects/peertube/
253 * We now provide a JavaScript library to control a PeerTube embed: https://www.npmjs.com/package/@peertube/embed-api
254 * Add ability to generate HLS videos using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/#/maintain-tools?id=create-transcoding-jobjs))
255 * Update nginx template: (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
256 * Add streaming playlists endpoint
257 * Add `client_body_temp_path` hint
258 * Relax TLS/SSL ciphers hardening to allow Android 4.4.2 to use the PeerTube instance API
259 * Add `maxFileSize`, `maxFiles` and `anonymizeIP` log options in configuration file
260
261 ### Features
262
263 * :tada: Add *internal* video privacy mode. *Internal* videos are only available to other logged in users of your instance, and are not federated
264 * :tada: Add hyperlink video timestamps in comments & video descriptions ([@Lesterpig](https://github.com/lesterpig) & [@rigelk](https://github.com/rigelk))
265 * :tada: Comments improvements:
266 * Support basic markdown
267 * Soft delete video comments instead of destroying them ([@alcalyn](https://github.com/alcalyn))
268 * Add commentator name alongside fid for video comments ([@rigelk](https://github.com/rigelk))
269 * Add a cancel button in comment form ([@rigelk](https://github.com/rigelk))
270 * Show number of comments under a video in watch page ([@rigelk](https://github.com/rigelk))
271 * Add user moderation dropdown ([@rigelk](https://github.com/rigelk))
272 * Add ability to sort comments by *total replies* or *created date* ([@rigelk](https://github.com/rigelk))
273 * Add *total replies from video author* indicator ([@rigelk](https://github.com/rigelk))
274 * Comment name emphasis for video author ([@rigelk](https://github.com/rigelk))
275 * Add "Watch later" button in video miniature overlay ([@rigelk](https://github.com/rigelk))
276 * Add ability to transcode videos in an audio only video container ([@Yetangitu](https://github.com/Yetangitu))
277 * Add playlist search input in *add to playlist* dropdown ([@rigelk](https://github.com/rigelk))
278 * Add search bars for a user's videos and playlists ([@rigelk](https://github.com/rigelk))
279 * Support playlists in share modal
280 * Better UI for a better world:
281 * Add play/pause bezels to the video player ([@rigelk](https://github.com/rigelk))
282 * Use icons instead of buttons in watch page (like/dislike, support...) ([@rigelk](https://github.com/rigelk))
283 * Improve *PeerTube* section in About page and add links to the documentation
284 * Improve comment tree in Watch page
285 * Improve dropdown box shadow ([@rigelk](https://github.com/rigelk))
286 * Add channel avatar to watch view ([@rigelk](https://github.com/rigelk))
287 * Improve likes-dislikes bar usability
288 * Alter titles section header style ([@rigelk](https://github.com/rigelk))
289 * Enhance jobs list display on smaller screens ([@alcalyn](https://github.com/alcalyn))
290 * Add a button in the videos from subscriptions page to manage subscriptions ([@rigelk](https://github.com/rigelk))
291 * Add duration to video attributes in watch view ([@rigelk](https://github.com/rigelk))
292 * Add a message in the login form when signup is disabled for people that are looking for an account ([@rigelk](https://github.com/rigelk))
293 * Add "Manage" button in owned account and channels pages ([@rigelk](https://github.com/rigelk))
294 * Improve password input accessibility ([@rigelk](https://github.com/rigelk))
295 * Add descriptions in moderation dropdown ([@rigelk](https://github.com/rigelk))
296 * Performances improvements:
297 * Lazy load categories, licences, languages and video/playlist privacies in the client
298 * Only update remote actor avatar if the filename changed
299 * Optimize transcoding by using the lowest resolution as input file
300 * Speedup embed first paint
301 * Optimize videos list SQL query
302 * Optimize local videos list SQL query
303 * Cache `peertube` instance actor SQL result
304 * Cache HLS/WebTorrent InfoHash SQL result
305 * Optimize notification endpoint on specific cases
306 * Optimize "list my playlists" SQL query
307 * Improve search filters: ([@rigelk](https://github.com/rigelk))
308 * Add ability to sort results
309 * Improve tags filter inputs
310 * Add a button to reset filters
311 * Improve autoplay: ([@rigelk](https://github.com/rigelk))
312 * Autoplay next video switch for both user and visitors
313 * Add *up next* screen on autoplay
314 * Autoplay next video support for playlists
315 * Add *next* video button to the player
316 * Add loop setting when watching a playlist
317 * Add option to download subtitles in download modal ([@rigelk](https://github.com/rigelk))
318 * Add a button in account page to follow all account channels ([@rigelk](https://github.com/rigelk))
319 * Add ability to search a video directly by its UUID
320 * Case insensitive tags search
321 * Add ability to disable WebTorrent (and only enable HLS) (**experimental and breaks federation with PeerTube instances < 2.1**)
322 * Don't seed if the client is on a cellular network in the HLS player
323 * Load HLS player in embed by default if enabled
324 * Admin panels:
325 * Add ability to sort by *state*, *score* and *redundancy allowed* columns in following/followers admin table
326 * Add ability to filter per job type in admin
327 * Add *Audit logs* section in admin Logs panel
328 * Improve Media-RSS support ([@rigelk](https://github.com/rigelk))
329 * Explicit the tag limit in video form ([@bikepunk](https://github.com/bikepunk))
330 * Add a warning when uploading videos using root
331 * Clearer video quota label in user settings
332 * Pause the video when the user opens a modal
333 * Handle basic HTML in account descriptions
334 * Support `m4v` videos
335 * Improve 4k resolution bitrate
336 * Add missing hotkeys documentation in the watch page
337 * Add a button to copy the channel handle ([@rigelk](https://github.com/rigelk))
338 * Add server config to the nodeinfo metadata ([@rigelk](https://github.com/rigelk))
339 * Improve notification popup interactivity ([@rigelk](https://github.com/rigelk))
340
341 ### Bug fixes
342
343 * Don't notify if the account in on a muted instance
344 * Don't leak other notified addresses in notification emails
345 * Allow the embed iframe to open links
346 * Add missing button roles for the language chooser and keyboard shortcut menu items [@MarcoZehe](https://github.com/MarcoZehe)
347 * Fix overflow when creating a channel
348 * Fix "copy magnet URI" in player
349 * Fix text overflow in menu
350 * Fix player focus
351 * Only display accepted followers/followings instances in about page
352 * Fix brackets truncation in video description
353 * Fix channel playlist miniatures overflow
354 * Fix background color on some screens
355 * Fix captions upload issue depending on the caption name
356 * Fix file download when the video is private
357 * Fix dropdown on video miniature for unlogged users
358 * Fix video support field in update form
359 * Fix video import having a long thumbnail url (Facebook for example)
360 * Add correct HTTP status on not found video
361 * Fix bug on login when username has a special character (`_` for example)
362 * Fix plugin unregistration that did not remove properly its hooks ([@JohnXLivingston](https://github.com/JohnXLivingston))
363
364
365 ## v2.0.0
366
367 **Since v1.4.1**
368
369 ### IMPORTANT NOTES
370
371 * Removed old JSON LD signature implementation. There will be some **federation incompatibilities** with forwarded activities sent
372 by PeerTube instances < v2.0.0
373 * Replaced configuration key `email.object` with `email.subject`: https://github.com/Chocobozzz/PeerTube/commit/916937d7daf386e4e2d37b2ca22db07b644b02df
374
375 ### Plugins/Themes API
376
377 * Add plugin hook on registration `filter:api.user.signup.allowed.result`
378
379 ### Docker
380
381 * Fix traefik version docker compose (**you need to update your `docker-compose.yml` file**: https://github.com/Chocobozzz/PeerTube/commit/f1b38883922fd59b36f093e44a5091e090d20862)
382
383 ### Maintenance
384
385 * Add `--tmpdir`, `--first`, `--last` and `--verbose [level]` parameters to peertube-import-videos script ([@Yetangitu](https://github.com/Yetangitu))
386 * Improve REST API documentation ([@frankstrater](https://github.com/frankstrater))
387 * Improve plugin management documentation
388
389 ### Features
390
391 * Better instance admin responsibility:
392 * Add ability to set more information about your instance. This will be used in the future on https://joinpeertube.org to help people find
393 the appropriate PeerTube instance on which they can register:
394 * Main **Categories**
395 * **Languages** you/your moderators speak
396 * **Code of Conduct**
397 * **Moderation information** (who moderates your instance, NSFW policy etc)
398 * Who is **behind the instance** (a single person? non-profit?)
399 * Why did the admin **create this instance**
400 * How long the admin plan to **maintain the instance**
401 * How the administrator **will finance** the PeerTube server
402 * **Hardware** information
403 * Add these information in the about page and in the signup page
404 * Add a welcome modal at first admin login with some explanations of PeerTube and some useful links
405 * Add warning modal when administrators enable or enabled signup but did not fill some important instance information
406 (for now the instance **name**, **terms**, **administrator** and **maintenance lifetime** information)
407 * Add ability to automatically follow back other instances
408 * Add ability to automatically follow [the public registry](https://instances.joinpeertube.org/) instances
409 * Add *Most liked videos* page ([@alcalyn](https://github.com/alcalyn))
410 * Add a drag&drop delay on playlist videos to allow user scroll on small screens ([@alcalyn](https://github.com/alcalyn))
411 * Allow to toggle video publication date to display absolute date ([@alcalyn](https://github.com/alcalyn))
412 * Add statistics in about page ([@alcalyn](https://github.com/alcalyn))
413 * Improve the *feature table* in about page
414 * Add contributors in about page
415 * Clearer warning of IP address leaking on embedded videos ([@robinkooli](https://github.com/robinkooli))
416 * Case insensitive search on video tags
417 * Add video name in "video publish notification"
418 * Add ability to autoplay next recommended video (opt in) ([@LoveIsGrief](https://github.com/LoveIsGrief))
419 * Add link behind the subscribe via RSS button ([@frankstrater](https://github.com/frankstrater))
420 * Support text/plain caption files
421 * Speedup theme injection
422 * Add ability to enable HLS in the admin panel
423
424 ### Bug fixes
425
426 * Fix audio upload
427 * Handle video reports from mastodon
428 * Fix videos redundancy exceeding the limit
429 * Fix search when user defined video languages in their preferences
430 * Don't quick transcode with the wrong pixel format
431 * Hide videos abuses of muted accounts
432 * Fix account avatar widths
433 * Fix default `commentsEnabled` and `downloadEnabled` values on video upload/import ([@frankstrater](https://github.com/frankstrater))
434 * Disable auto complete of email field when editing another user information in admin panel ([@Knackie](https://github.com/Knackie))
435 * Fix federation issues with some actors (that have long descriptions, or missing optional AP fields)
436 * Remove down redundancy endpoints in HLS player
437 * Fix user notifications with multiple opened tabs
438 * Replace "overview" by "discover" in webpage titles
439 * Clearer IP debug message in admin panel
440 * Fix checkbox styles when using a theme
441 * Don't redirect on verify account page after login
442 * Fix player captions menu after choosing a subtitle
443 * Fix CLI scripts with URLs ending with a `/`
444 * Fix `--since` and `--until` timezone in `peertube-import-videos` script
445 * Avoid circular error in logger
446 * Fix start/stop of first element when loading a playlist
447
448 ***Since v2.0.0-rc.1***
449
450 ### Features
451
452 * Improve welcome/warning modals
453 * Add ability to enable HLS in the admin panel
454
455 ### Bug fixes
456
457 * Fix auto index follow
458 * Fix CLI scripts with URLs ending with a `/`
459 * Fix `--since` and `--until` timezone in `peertube-import-videos` script ([@fflorent](https://github.com/fflorent))
460 * Avoid circular error in logger
461 * Fix start/stop of first element when loading a playlist
462
463
464 ## v1.4.1
465
466 ### Bug fixes
467
468 * Fix too fast redundancy eviction
469 * Fix broken auto blacklist page
470 * Rename signup steps
471 * Fix menu x overflow
472
473
474 ## v1.4.0
475
476 **Since v1.3.1**
477
478 ### IMPORTANT NOTES
479
480 * **Important** Add `plugins` directory in configuration file. **You should configure it in your production.yaml**
481 * **Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
482 * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
483 * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
484 * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491
485 * **Important:** With the new theme system, we removed the dark mode button. Your administrator has to install [the dark theme](https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark)
486 from their admin panel, and then users can choose this theme in their settings
487 * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information
488 * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter
489 * Renamed `Overview` page to `Discover`
490
491 ### Security
492
493 * Moderators can only create and update regular users (thanks GGC-Project)
494
495 ### Maintenance
496
497 * Create a dedicated `package.json` for CLI tools to reduce server dependencies size
498 * Add ability to set root password by environment at first start ([@darnuria](https://github.com/darnuria))
499 * Removed unused `uuid` actor field (we already have a unique identifier that is the `preferredUsername`)
500 * Add ability to disable PeerTube log rotation ([@NassimBounouas](https://github.com/NassimBounouas))
501 * Speedup font display ([@BO41](https://github.com/BO41))
502 * Improve static files HTTP cache
503 * Add `--since` and `--until` parameters to import videos script to easily sync external channels ([@fflorent](https://github.com/fflorent))
504 * Optimize `/watch/:uuid` endpoint
505 * Optimize Sequelize (SQL ORM) queries generation (consumes less CPU)
506 * Prune script is faster and can prune avatar files
507
508 ### Features
509
510 * :tada: Support Finnish, Greek and Scottish Gaelic languages
511 * :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
512 * Install plugins or themes from the administration panel
513 * Choose a default theme for your instance
514 * Users can choose the theme they want among the list of themes their administrator installed
515 * :tada: Add ability to upload audio files: PeerTube will merge the audio file and the thumbnail to create a video
516 * Multi step registration:
517 * Add ability for new users to create their default channel
518 * Guess the account username/channel username according to their display name
519 * Add explanations about what the purpose of a username/channel name is, and what a channel is
520 * Improve account video channels page:
521 * Set it as the default page for the account page in order to avoid confusion between the account homepage and the video channel homepage
522 * Display channels in rows with some of their videos
523 * Support more URL parameters in embeds: `muted`, `loop`, `peertubeLink`
524 * Redesign share modal and add customizations:
525 * Start/stop at a specific timestamp
526 * Automatically play/mute/loop the video
527 * Set a specific subtitle by default
528 * Group subscriptions and recently added videos in chronological order
529 * Add ability for users to change their email address
530 * Add ability to update the support field of all channel videos when we update the channel support field
531 * Add a language filter in user preferences to display only videos in specific languages
532 * Add instance follows list in a dedicated tab in the "About" page
533 * Add ability to set to private a public/unlisted video or video playlist
534 * Transcode in the `tmp` directory for s3fs compatibility ([@libertysoft3](https://github.com/libertysoft3))
535 * Add a button to copy account username ([@NassimBounouas](https://github.com/NassimBounouas))
536 * Redirect to "Local videos" page when going to the `peertube` account page
537 * Rearrange search filter options ([@realityfabric](https://github.com/realityfabric))
538 * Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
539 * Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
540 * Support 4K transcoding
541 * Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
542 * Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
543 * Add rate limit to registration and API endpoints
544 * Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
545 * Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
546 * Automatically remove dead followings
547 * Federate comment deletion if the comment was deleted by the video owner
548
549 ### Bug fixes
550
551 * Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
552 * Fix tools auth with remote instances
553 * Fix various issues in upload/import scripts
554 * Fix redundancy exceeded quota
555 * Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
556 * Fix quota display in features table
557 * Fix transcoding help placement
558 * Fix invisible videos in playlists
559 * Fix HLS transcoding in lower resolutions
560 * Fix various federation issues
561 * Fix mute badge labels
562 * Fix broken follow notification when the actor is deleted
563 * Fix overflow and playlist block width in the watch page
564 * Fix search results overflow on mobile
565 * Fix infinite scroll on big screens
566 * Fix start time on some HLS videos
567 * Fix socket notification with multiple user tabs
568 * Fix redundancy if the instance has already the file on disk
569 * Fix image and plugin CSP
570 * Fix video rows overflow
571 * Dismiss modals on pop state
572 * Go back when cancel NSFW modal
573
574
575 ***Since v1.4.0-rc.1***
576
577 ### Features
578
579 * Add Finnish language support
580
581 ### Bug fixes
582
583 * Fix broken front end on Firefox ESR (60)
584 * Fix prune storage script when using a same directory for multiple storage keys
585 * Relax plugin `package.json` validation
586 * Replace "overview" by "discover" in client titles
587 * Change configuration: `email.object` becomes `email.subject`
588 * Fix user creation by moderators
589 * Fix video playlist element removal
590 * Fix plugin card background color with dark theme
591 * Fix lazy static route with unknown avatars (404 instead of 500)
592 * Fix socket notification with multiple user tabs
593 * Fix redundancy if the instance has already the file on disk
594 * Fix image and plugin CSP
595 * Fix video rows overflow
596 * Dismiss modals on pop state
597 * Go back when cancel NSFW modal
598
599
600 ## v1.3.1
601
602 ### Bug fixes
603
604 * Fix Mastodon remote interactions
605 * Fix missing video download button
606 * Fix error in video upload/update form when scheduling publication
607 * Fix black theme on some pages
608 * Fix video import if auto blacklist is enabled
609
610
611 ## v1.3.0
612
613 **Since v1.2.0**
614
615 ### IMPORTANT NOTES
616
617 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
618 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
619 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
620
621 ### Maintenance
622
623 * Add GitPod support ([@jankeromnes](https://github.com/jankeromnes)) that could help people to contribute on PeerTube: https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md#online-development
624 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
625 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
626 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
627
628 ### Docker
629
630 * **Important**: Add host network mode to the reverse proxy section (without this, it could break videos views and P2P: https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666)
631 * **Important**: Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
632 and update your [.env](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env#L8) to fix IP forwarding issue ([@Nutomic](https://github.com/nutomic))
633 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
634
635 ### Features
636
637 * Add video playlist support
638 * A user has a default `Watch-later` playlist
639 * A user can create private, unlisted or public playlists
640 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
641 * The difference with a channel is that you cannot subscribe to a playlist, but you can add videos from any other user in your playlist.
642 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
643 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
644 * Add Japanese & Nederlands & Português (Portugal) support
645 * Add experimental HLS support
646 * Better playback
647 * Better bandwidth management (for both client & server)
648 * Needs to store another video file per resolution, so enabling this option multiplies the videos storage by 2 (only new uploaded videos, this is not retroactive)
649 * Requires ffmpeg >= 4
650 * Better instance's followers management:
651 * Add ability to remove an instance's follower
652 * Add ability to forbid all new instance's followers
653 * Add ability to manually approve new instance's followers
654 * Add notification on new instance's follower
655 * Improve UI:
656 * Increase player default height
657 * Reduce big play button border width
658 * Increase thumbnail sizes
659 * Add hover effect on video miniature
660 * Add "my library" section in menu
661 * Add missing icons in some buttons/dropdown
662 * 2 rows per overview section
663 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
664 * Improve video miniatures list on mobile
665 * Add animation when opening user notifications
666 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
667 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
668 * Add video miniature dropdown
669 * Add ability for admins to declare their instance as dedicated to NSFW content
670 * Improve SEO (there is still work to be done)
671 * Login is now case insensitive (if using official web client)
672 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
673 * Improve comment deletion warning
674 * Restore videos list component on history back
675 * Add ability to consult server logs in admin
676 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
677 * Add a debug page to help admins to fix IP configuration issues
678 * Add ability for admins to limit users videos history size
679 * Add ability for admins to delete old remote videos views (reduce database size)
680 * Optimize video update page load
681 * Less refresh jobs
682 * Cleanup invalid AP rates/comments/shares
683 * Better videos redundancy config error handling
684 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
685 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
686 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
687
688 ### Bug fixes
689
690 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
691 * Fix account description database error
692 * Fix Pleroma follow
693 * Fix greek label
694 * Fix email notification for some users
695 * Fix translation of "Copy magnet URI"
696 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
697 * Fix URL in video import notification
698 * Don't close help popover when clicking on it
699 * Fix `tmp` directory cleanup
700 * Fix custom CSS help
701 * Fix JSONLD context
702 * Fix privacy label display in upload form
703 * Fix my account settings responsiveness
704 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
705 * Fix contact admin button overflow
706 * Wait config to be loaded before loading login/signup
707 * Privacy is optional in upload API endpoint
708 * Fix hotkeys help popup overflow
709
710 ***Since v1.3.0-rc.2***
711
712 ### Bug fixes
713
714 * Fix duplicates in playlist add component
715 * Fix crash in files cache
716 * Fix playlist view/update 403
717 * Fix search with bad webfinger handles
718
719
720 ## v1.2.1
721
722 ### Bug fixes
723
724 * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
725 * Fix too long display name overflow in menu
726 * Fix mention notification when a remote account mention a local account that has the same username than yours
727 * Fix access to muted servers table for moderators
728 * Don't crash notification popup on bug
729 * Fix reset password script that leaks password on invalid value
730
731
732 ## v1.2.0
733
734 ### BREAKING CHANGES
735
736 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
737 * **Docker:** Check you have all the storage fields in your `/config/production.yaml` file: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml#L34
738 * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
739 * **nginx:** Add socket io endpoint. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
740 * Moderators can manage users now (add/delete/update/block)
741 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
742
743 ### Maintenance
744
745 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
746 * Explain that PeerTube must be stopped in prune storage script
747 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
748 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
749
750 ### Docker
751
752 * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir))
753
754 ### Features
755
756 * Add Russian, Polish and Italian languages
757 * Add user notifications:
758 * Notification types:
759 * Comment on my video
760 * New video from my subscriptions
761 * New video abuses (for moderators)
762 * Blacklist/Unblacklist on my video
763 * Video import finished (error or success)
764 * Pending video published (after transcoding or a scheduled update)
765 * My account or one of my channel has a new follower
766 * Someone (except muted accounts) mentioned me in comments
767 * A user registered on the instance (for moderators)
768 * Notification actions:
769 * Add a web notification
770 * Send an english email
771 * Add contact form in about page (**enabled by default**)
772 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
773 * Support additional video extensions if transcoding is enabled (**enabled by default**)
774 * Redirect to the last url on login
775 * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru
776 * Automatically enable the last selected caption when watching a video
777 * Add ability to disable, clear and list user videos history
778 * Add a button to help to translate peertube
779 * Add text in the report modal to explain to whom the report will be sent
780 * Open my account menu entries on hover
781 * Explain what features are enabled on the instance in the about page
782 * Add an error message in the forgot password modal if the instance email system is not configured
783 * Add sitemap
784 * Add well known url to change password ([@rigelk](https://github.com/rigelk))
785 * Remove 8GB video upload limit on client side. There may still be such limit depending on the reverse proxy configuration ([@scanlime](https://github.com/scanlime))
786 * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic))
787 * Update title and description HTML tags when rendering video HTML page
788 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
789 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
790 * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
791 * Warn users when they leave the video upload/update (on page refresh/tab close)
792 * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
793 * Increase video abuse length to 3000 characters
794 * Add totalLocalVideoFilesSize in the stats endpoint
795
796 ### Bug fixes
797
798 * Fix the addition of captions to a video
799 * Fix federation of some videos
800 * Fix NSFW blur on search
801 * Add error message when trying to upload .ass subtitles
802 * Fix default homepage in the progressive web application
803 * Don't crash on queue error
804 * Fix EXDEV errors if you have multiple mount points
805 * Fix broken audio in transcoding with some videos
806 * Fix crash on getVideoFileStream issue
807 * Fix followers search
808 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
809 * Use origin video url in canonical tag
810 * Fix captions in HTTP fallback
811 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
812 * Add missing translations in video embed page
813 * Fix some styling issues in dark mode
814 * Fix transcoding issues with some videos
815 * Fix Mac OS mkv/avi upload
816 * Fix menu overflow on mobile
817 * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
818
819
820 ## v1.1.0
821
822 ***Since v1.0.1***
823
824 ### BREAKING CHANGES
825
826 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
827
828 ### Maintenance
829
830 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
831 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
832 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
833 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
834 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
835 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
836
837 ### Scripts
838
839 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
840 * Add REPL script ([@McFlat](https://github.com/mcflat))
841
842 ### Docker
843
844 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
845 * Add docker dev image ([@am97](https://github.com/am97))
846 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
847 * Add postfix image
848 * Redirect HTTP -> HTTPS
849 * Disable Træfik web UI
850
851 ### Features
852
853 * Automatically resume videos if the user is logged in
854 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
855 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
856 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
857 * Add moderation tools in the account page
858 * Add bulk actions in users table (Delete/Ban for now)
859 * Add search filter in admin users table
860 * Add search filter in admin following
861 * Add search filter in admin followers
862 * Add ability to list all local videos
863 * Add ability for users to mute an account or an instance
864 * Add ability for administrators to mute an account or an instance
865 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
866 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
867 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
868 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
869 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
870 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
871 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
872 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
873 * Add background effect to activated menu entry
874 * Improve video upload error handling
875 * Improve message visibility on signup
876 * Auto login user on signup if email verification is disabled
877 * Speed up PeerTube startup (in particular the first one)
878 * Delete invalid or deleted remote videos
879 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
880 * Add separators in user moderation dropdown
881
882 ### Bug fixes
883
884 * AP mimeType -> mediaType
885 * PeerTube is not in beta anymore
886 * PeerTube is not in alpha anymore :p
887 * Fix optimize old videos script
888 * Check follow constraints when getting a video
889 * Fix application-config initialization in CLI tools ([@Yetangitu](https://github.com/Yetangitu))
890 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
891 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
892 * Fix Linked Signature compatibility
893 * Fix AP collections pagination
894 * Fix too big thumbnails (when using URL import)
895 * Do not host remote AP objects: use redirection instead
896 * Fix video miniature with a long name
897 * Fix video views inconsistencies inside the federation
898 * Fix video embed in Wordpress Gutenberg
899 * Fix video channel videos url when scrolling
900 * Fix player progress bar/seeking when changing resolution
901 * Fix search tab title with no search
902 * Fix YouTube video import with some videos
903
904 ***Since v1.1.0-rc.1***
905
906 ### Bug fixes
907
908 * Fix AP infinite redirection
909 * Fix trending page
910
911
912 ## v1.0.1
913
914 ### Security/Maintenance/Federation
915
916 * Add HTTP Signature in addition to Linked Signature:
917 * It's faster
918 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
919
920
921 ## v1.0.0
922
923 ### SECURITY
924
925 * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka)
926
927 ### Bug fixes
928
929 * Check video exists before extending expiration
930 * Correctly delete redundancy files
931 * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk))
932 * Fix avatar update
933 * Avoid old issue regarding duplicated hosts in database
934
935
936 ## v1.0.0-rc.2
937
938 ### Bug fixes
939
940 * Fix config endpoint
941
942
943 ## v1.0.0-rc.1
944
945 ### Features
946
947 * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
948 * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
949 * Add comment feeds in watch page
950
951 ### Bug fixes
952
953 * Fix dnt route (yes again, but now we have unit tests for this route :D)
954 * Check video channel name is unique when creating a new one
955 * Fix video fps validator (prevent redundancy/refresh of some old videos)
956 * Allow empty search on client side ([@rigelk](https://github.com/rigelk))
957 * Correctly forward comment deletion
958
959
960 ## v1.0.0-beta.16
961
962 ### BREAKING CHANGES
963
964 * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
965
966 ### Features
967
968 * Add shortcuts icon in menu
969 * Improve overview section titles
970 * Check old password before change ([@BO41](https://github.com/BO41))
971 * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
972
973 ### Bug fixes
974
975 * Stop seeding torrents after a failed import
976 * Fix player crashing the web browser
977 * Fix player performance with small devices
978 * Fix some untranslated strings
979 * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
980 * Fix video import of some youtube videos
981 * Fix (long) video description when importing by url
982 * Fix Mastodon federation with a comment reply
983 * Correctly delete directories on import
984 * Remove duplicated videos on unfollow/delete redundancy
985 * Fix 404 on manifest
986 * Hide useless error when destroying fake renderer
987 * Display other videos on big screens on the right of the watch page
988 * Fix no other videos displayed on some videos
989 * Fix hidden advanced options in upload form
990 * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
991 * Fix error when updating many video captions
992 * Fix "my account" subtitles
993 * Fix error when clicking on the disabled publish button
994 * Increase timeout on upload endpoint
995 * Fix redundancy with videos already duplicated by another instance(s)
996 * Correctly delete files on failed import
997
998
999 ## v1.0.0-beta.15
1000
1001 ### Features
1002
1003 * Improve subscription button ([@rigelk](https://github.com/rigelk))
1004 * Display it for unlogged users
1005 * Add RSS feed
1006 * Allow remote follow
1007 * Allow remote comment ([@rigelk](https://github.com/rigelk))
1008 * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
1009
1010 ### Bug fixes
1011
1012 * Fix redundancy with old PeerTube torrents
1013 * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
1014 * Fix redundancy totalVideos stats
1015 * Reduce video import TTL to 1 hour
1016 * Only duplicate public videos
1017
1018
1019 ## v1.0.0-beta.14
1020
1021 ### Features
1022
1023 * Video redundancy system (experimental)
1024 * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
1025 * Improve download modal ([@rigelk](https://github.com/rigelk))
1026 * Add redirect after login ([@BO41](https://github.com/BO41))
1027 * Improve message when removing a user
1028 * Improve responsive on small screens
1029 * Improve performance:
1030 * Overview endpoint
1031 * SQL requests of watch page endpoints
1032 * SQL requests of ActivityPub endpoints
1033 * Cache user token
1034 * Videos infinite scroll in the web browser
1035 * Add warning if one of the storage directory is in the peertube production directory
1036 * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
1037 * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
1038
1039 ### Bug fixes
1040
1041 * Fix 24 hours delay to process views
1042 * Fix tag search on overview page
1043 * Handle actors search beginning with '@'
1044 * Fix "no results" on overview page
1045 * Fix iOS player playback/subtitles menu
1046 * Fix description/comments that break the video watch page
1047 * Don't get recommended videos twice
1048 * Fix admin access to moderators
1049 * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
1050 * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
1051 * Fix comment deletion with mastodon (only with new comments)
1052
1053
1054 ## v1.0.0-beta.13
1055
1056 ### Features
1057
1058 * Improve keyboard navigation ([@rigelk](https://github.com/rigelk))
1059 * Remember theme in local storage ([@rigelk](https://github.com/rigelk))
1060
1061 ### Bug fixes
1062
1063 * Fix upgrade/installation on node 8.12 (bcrypt issue)
1064 * Fix video channel deletion
1065 * Fix video channel RSS
1066 * Fix video views increment
1067
1068
1069 ## v1.0.0-beta.12
1070
1071 **If you have not updated to v1.0.0-beta.10, see the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1072
1073 ### BREAKING CHANGES
1074
1075 * Users can now use the name they want for their channel.
1076 We will therefore favour the display of video channel handles/names instead of account in the future.
1077
1078 ### Documentation
1079
1080 * Add SECURITY.md document
1081 * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime))
1082 * Add `parse-log` admin tool documentation
1083 * Improve README schemas ([@Edznux](https://github.com/edznux))
1084
1085 ### nginx template
1086
1087 * Add gzip support ([@scanlime](https://github.com/scanlime))
1088
1089 ### Docker template
1090
1091 * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou))
1092
1093 ### Features
1094
1095 * Add portuguese and swedish languages
1096 * Support user subscriptions
1097 * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin)
1098 * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos)
1099 * Add ability to set a name (left part of the handle) to a channel instead of UUID
1100 * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio))
1101 * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk))
1102 * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic))
1103 * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel))
1104 * Improve video watch page style ([@rigelk](https://github.com/rigelk))
1105 * Trending page takes into account views from the last x days (defined by the admin in the configuration file)
1106 * Add "start at" checkbox in the video share modal
1107 * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk))
1108 * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic))
1109 * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna))
1110 * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos))
1111 * Improve error message on actor name conflict
1112 * Improve videos list/search SQL query (split it into 2 queries)
1113 * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk))
1114 * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo))
1115 * Password change errors more friendly ([@jorropo](https://github.com/jorropo))
1116 * Improve labels for video privacies (video upload/update)
1117 * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk))
1118 * Add dark theme ([@rigelk](https://github.com/rigelk))
1119 * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk))
1120
1121 ### Bug fixes
1122
1123 * Fix player video playback (videos never ends or infinite load after seeking)
1124 * Fix video URL import with videos having a small title
1125 * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk))
1126 * Fix search results on mobile
1127 * Do not import live streaming
1128 * Fix NSFW filter when the instance decides to hide them and the user decides to list them
1129 * Delete highlighted comment too if needed
1130 * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo))
1131 * ActivityPub: use height instead of width to represent the video resolution
1132 * Fix thumbnail/preview in upload.js script
1133 * Fix import-videos.js duplicate detection
1134 * Fix occitan language label
1135
1136
1137 ## v1.0.0-beta.11
1138
1139 **If you have not updated to v1.0.0-beta.10, see the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1140
1141 ### Features
1142
1143 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
1144 Should be explicitly enabled by the administrator in the configuration file
1145 * Add german, spanish, taiwan (traditional chinese) and occitan languages
1146 * Add ability to delete our account
1147 * Add ability to ban a user
1148 * Add ability to set a moderation comment to an abuse
1149 * Add state (pending, accepted, rejected) attribute to an abuse
1150 * Add ability to set a reason when blacklisting a video
1151 * Add ability to blacklist local videos
1152 * Improve abuse and blacklist tables
1153 * Add user quota used in users list
1154 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
1155 * Add database pool configuration ([@rigelk](https://github.com/rigelk))
1156 * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
1157 * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
1158 * Upgrade to bootstrap 4
1159 * DNT support
1160
1161 ### Bug fixes
1162
1163 * Fix videos FPS federation
1164 * Cleanup request files on bad request
1165 * Handle truncated markdown links
1166 * Fix dropdown position in menu
1167 * Translate subtitle languages in player
1168 * Translate player according the language of the interface
1169 * Fix reset my password button ([@joshmorel](https://github.com/joshmorel))
1170
1171
1172 ## v1.0.0-beta.10
1173
1174 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1175
1176 ### Bug fixes (from beta.10.pre.3)
1177
1178 * Fix caption upload on Mac OS
1179
1180
1181 ## v1.0.0-beta.10.pre.3
1182
1183 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1184
1185 ### Bug fixes (from beta.10.pre.2)
1186
1187 * Try to fix the infinite creation of Delete actor jobs by deleting kue migration
1188 * Cleanup SQL indexes
1189 * Try to optimize SQL search query
1190 * Try to optimize videos list SQL query
1191 * Add more logs and fix logger when having an error
1192 * Move subscription helper in the account line in video watch page
1193 * Fix responsive on videos search
1194 * Refresh orphan actors
1195 * Don't send a follow request if the follow was already accepted
1196
1197
1198 ## v1.0.0-beta.10.pre.2
1199
1200 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1201
1202 ### Bug fixes (from beta.10.pre.1)
1203
1204 * Fix captions/subtitles freeze in player
1205 * Fix attribute label width in video watch page
1206 * Fix player playback in Chrome
1207 * Revert SQL optimization when listing videos: it breaks the connection pool of some instances
1208
1209
1210 ## v1.0.0-beta.10.pre.1
1211
1212 This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
1213
1214 **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
1215
1216 ```
1217 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
1218 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
1219 ```
1220
1221 You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
1222
1223 ### BREAKING CHANGES
1224
1225 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
1226 * `category` filter param is replaced by `categoryOneOf`
1227 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
1228 * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
1229 * Update default cache size configurations
1230 * Update search API route: `/videos/search` becomes `/search/videos`
1231 * Needs Redis >= 2.8.18
1232
1233 ### Features
1234
1235 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
1236 * Subtitles/captions support (.srt and .vtt)
1237 * Add advanced search
1238 * Add ability to click on category/language/licence/tags in watch page
1239 * Improve explanations of P2P & Privacy section in about page
1240 * Avoid design latency when the admin set custom CSS
1241 * Add ability to update video channel avatar
1242 * Limit video resolution depending on the video element size (Nitesh Sawant)
1243 * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet))
1244 * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro))
1245 * Add "agree to the terms" checkbox in registration form
1246 * Add tracker rate limiter
1247 * Add author URL in OEmbed response
1248 * Display username instead of email in menu
1249 * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk))
1250 * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk))
1251 * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant)
1252 * B-adapt 1 and B-frames 16 on ffmpeg transcoding: ([@Anton-Latukha](https://github.com/Anton-Latukha)). See https://github.com/Chocobozzz/PeerTube/pull/774 for more information
1253 * Support Redis socket ([@rigelk](https://github.com/rigelk))
1254 * Improve video `start` param to support string times (for example: 2m42s))
1255 * Display table next/prev/first/last icons in admin tables
1256 * NodeInfo support ([@rigelk](https://github.com/rigelk))
1257 * Improve HTTP headers security ([@rigelk](https://github.com/rigelk))
1258 * Improve client accessibility (for screen reader users etc)
1259 * Optimize SQL requests (in particular the one to list videos)
1260 * Optimize images ([@jorropo](https://github.com/jorropo))
1261 * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages
1262 * Allow uploads of videos <8GB (*experimental*)
1263 * Handle FPS > 30 (*experimental*)
1264
1265 ### Bug fixes
1266
1267 * Fix avatars/thumbnails update (cache issue)
1268 * Fix pagination on admin job table when changing the job state
1269 * Fix SQL transaction retryer log
1270 * Correctly handle error when remote instance is down
1271 * Fix account videos URL when scrolling
1272 * Avoid commenting twice by disabling comment submit button when sending the comment
1273 * Reset confirm component input when closing it
1274 * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio))
1275 * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk))
1276 * Reset published date on video publish (scheduled or after a transcoding)
1277 * Avoid 404 title on the first page load
1278 * Fix forgot password message regarding email
1279 * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault))
1280 * Use UUID for channel link in watch page
1281
1282 ### Docker
1283
1284 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
1285
1286
1287 ## v1.0.0-beta.9
1288
1289 ### Features
1290
1291 * Theater/Cinema mode in player
1292 * Add ability to wait transcoding before publishing it
1293 * Add ability for uploaders to schedule video update
1294 * Add time display to see where we seek the video
1295 * Add title in player peers info to show total downloaded/uploaded data
1296 * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk))
1297 * Add warning if the domain name is different from the one of the first start of Peertube
1298 * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent))
1299
1300 ### Bug fixes
1301
1302 * Fix dislikes number in video watch page
1303 * Fix import when the imported file has the same extension than an already existing file
1304 * Fix bad RSS descriptions when filtering videos by account or channel
1305 * Fix RSS results limit
1306 * Fix glitch when updating player volume
1307 * Use local object URLs for feeds
1308 * Automatically jump to the highlighted thread
1309 * Fix account link width on video view ([@sesn](https://github.com/sesn))
1310 * Prevent commenting twice
1311 * Blue links color in comments
1312 * Fix quota precision in users list
1313 * Handle markdown in account/video channel pages
1314 * Fix avatar image in channel page
1315 * Fix slow HTTP fallback on Firefox
1316 * Do not create a user with the same username than another actor name
1317 * Reset search on page change
1318 * Fix images size limit
1319 * Log torrent errors/warnings in the console, instead of disturbing users
1320
1321
1322 ## v1.0.0-beta.8
1323
1324 ### Features
1325
1326 * Docker:
1327 * Add disable_starttls and transcoding configuration variables
1328 * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
1329 * Some improvements that should make the upgrades less painful
1330 * Add ability to manually run transcoding jobs (admin with CLI)
1331 * Add ability to import a video file (admin with CLI)
1332 * Add context menu to the player
1333 * Add number of videos published by an account/video channel
1334 * Improve player progress bar
1335 * Improve Twitter configuration help tooltips
1336 * Pick average video file instead of max quality in "Auto" resolution mode
1337 * Increase access token lifetime to 1 day
1338 * Add video comments RSS
1339
1340 ### Bug fixes
1341
1342 * Clicking on "Download" correctly opens a popup to download the video
1343 (instead of opening the video in a new tab)
1344 * Fix frequent logout
1345 * Fix `publishedAt` video attribute when following a new instance
1346 * Correctly resumes the video on "PeerTube" link click in embed
1347 * Fix markdown links truncation
1348 * Fix account/channel pages not updated if we only change the account/channel
1349 * Fix player resolution change that plays even if the video was paused
1350 * Fix posting view in embed that contains search params
1351 * Fix video watch tooltips regarding subscriptions by using the account name
1352 instead of the display name
1353 * Rename "my settings" to "my account" in menu
1354
1355
1356 ## v1.0.0-beta.7
1357
1358 ### BREAKING CHANGES
1359
1360 * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
1361
1362 ### Documentation
1363
1364 * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
1365
1366 ### Features
1367
1368 * Add short description in about page
1369 * Add owner account name in video channel page
1370 * Improve performance in ActivityPub controllers
1371 * Video **support** field inherits video channel **support** field when uploading/updating a video
1372 * Resume video when clicking on "PeerTube" link in embed
1373
1374 ### Bug fixes
1375
1376 * Fix player on Android
1377 * Fix player when Firefox has cookies disabled
1378 * Reload "my videos" after a delete
1379 * Fix missing key configuration when upgrading with Docker
1380 * Fix CC audience in Activity Pub objects/activities
1381
1382
1383 ## v1.0.0-beta.6
1384
1385 ### Features
1386
1387 * Handle concurrent requests in cache middleware
1388 * Add ability to enable registration by IP
1389
1390 ### Bug fixes
1391
1392 * Fix insane SQL request when loading all video attributes
1393
1394
1395 ## v1.0.0-beta.5
1396
1397 ### BREAKING CHANGES
1398
1399 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
1400 * Rename client routes:
1401 * `/admin/users/add` to `/admin/users/create`
1402 * `/videos/edit/:uuid` to `/videos/update/:uuid`
1403 * `/admin/users/:id/update` to `/admin/users/update/:id`
1404
1405
1406 ### Features
1407
1408 * Adding basic helpers to guide users for comments/subscribe to accounts
1409 * Add ability to move a video in another channel
1410 * Improve web browser RAM consumption when watching (long) videos
1411 * Support robots.txt in configuration
1412 * Add ability to select the Redis database in configuration
1413
1414
1415 ### Bug fixes
1416
1417 * Fix error message on token expiration
1418 * Increase menu icon size
1419 * Add timeout and TTL to request jobs to fix stuck job
1420 * Fix responsive account about page
1421 * Fix updating description account
1422 * Account/video channel descriptions are not required anymore
1423 * Fix video channel description and support max length (500 characters now)
1424 * Fix "..." for buttons (delete/edit) in admin tables
1425 * Fix overflow in markdown textarea preview
1426 * Add ability to embed videos in a Twitter card
1427 * Use `publishedAt` attribute when sorting videos
1428 * Fix concurrent requests in videos list
1429 * Fix player on iOS
1430
1431
1432 ## v1.0.0-beta.4
1433
1434 ### BREAKING CHANGES
1435
1436 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
1437 * Move video channels routes:
1438 * `/videos/channels` routes to `/video-channels`
1439 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
1440 * PeerTube now listen on 127.0.0.1 by default
1441 * Use ISO 639 for language (*en*, *es*, *fr*...)
1442 * Tools (`import-videos`...) need the language ISO639 code instead of a number
1443 * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
1444
1445 ### Features
1446
1447 * Add `publishedAt` attribute to videos
1448 * Improve player:
1449 * Smooth progress bar
1450 * Settings menu
1451 * Automatic resolution (depending on the user bandwidth)
1452 * Some animations/effects
1453 * More reactive when clicking on play
1454 * Handle autoplay blocking by some web browsers
1455 * Better responsive
1456 * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
1457 * Add an id to the body to override current CSS (for custom CSS)
1458 * Add privacy argument to `upload.ts` script
1459 * RSS/Atom/JSON-feed for videos recently-added/trending/account
1460 * Support hostname binding in the configuration
1461 * Add ability to click on an account in the video watch page (link to a search)
1462 * Better responsive on many comment replies
1463 * Move follows in the job queue
1464 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
1465 * Add video privacy information in *my videos page*
1466 * Use the video name for the torrent file name instead of the UUID
1467 * Handle errors in embed (video not found, server error...)
1468 * Account view (videos uploaded by this account + video channel owned by this account + about pages)
1469 * Video channel view (videos uploaded in this channel + about pages)
1470 * Video channel management (avatar update is still missing)
1471
1472 ### Bug fixes
1473
1474 * Fix "show more" description on video change
1475 * Accept unlisted comments
1476 * Don't start application until all components were initialized
1477 * Fix word-break in video description and video comments
1478 * Don't add a `.` after the URL in the "forgot password" email
1479
1480
1481
1482 ## v1.0.0-beta.3
1483
1484 ### Features
1485
1486 * Add hover background color in menu
1487 * Add info about the initial user quota in the registration form
1488 * Add link to register in the login form
1489 * Prevent brute force login attack
1490
1491 ### Bug fixes
1492
1493 * Fix bad federation with videos with special utf characters in description (again)
1494 * Fix views system behind a reverse proxy
1495
1496
1497 ## v1.0.0-beta.2
1498
1499 ### Features
1500
1501 * More logging in SMTP module
1502 * Add option to disable starttls in SMTP module
1503 * Update STUN servers (using framasoft.org and stunprotocol.org now)
1504 * Min comment length is 1 now (useful for emoji...)
1505 * Better embed video player in small screens
1506 * Reduce display time of title/description/control bar in embed on inactivity
1507 * Add sign languages for videos attribute
1508 * Add autoplay parameter for embed
1509 * Videos search on account username and host too
1510 * Redirect to homepage on empty search
1511
1512 ### Bug fixes
1513
1514 * Fix mentions in comment replies
1515 * Logo/Title redirects to the default route
1516 * Fix bad federation with videos with special utf characters in description
1517 * Fix pagination on mobile
1518 * Use instance name for page titles
1519 * Fix bad id for Create activities (ActivityPub)
1520 * Handle inner actors instead of just handling actor ids (ActivityPub)
1521 * Fallback to torrent file if infohash is incorrect
1522 * Fix admin config errors display/validation
1523 * Add public to Announces (ActivityPub)
1524 * Fix inability to run client when cookies are disabled
1525 * Fix words breaking in videos description
1526 * Graceful exit when import videos script fails
1527 * Fix import videos with long names
1528 * Fix login with a password containing special characters
1529 * Fix player error flickering with an unsupported video format
1530 * Fix comment delete federation
1531 * Fix communication of a PeerTube instance and Mastodon
1532 * Fix custom configuration with number values
1533
1534
1535 ## v1.0.0-beta.1
1536
1537 Nothing new here, but PeerTube is stable enough for being in beta now.
1538
1539
1540 ## v1.0.0-alpha.9
1541
1542 ### BREAKING CHANGES
1543
1544 * Update videos list/search/get API response:
1545 * Removed `resolution` field
1546 * Removed `resolutionLabel` field
1547 * Removed `category` field
1548 * Removed `categoryLabel` field
1549 * Removed `licence` field
1550 * Removed `licenceLabel` field
1551 * Removed `language` field
1552 * Removed `languageLabel` field
1553 * Removed `privacy` field
1554 * Removed `privacyLabel` field
1555 * Added `resolution.id` field
1556 * Added `resolution.label` field
1557 * Added `category.id` field
1558 * Added `category.label` field
1559 * Added `licence.id` field
1560 * Added `licence.label` field
1561 * Added `language.id` field
1562 * Added `language.label` field
1563 * Added `privacy.id` field
1564 * Added `privacy.label` field
1565
1566 ### Bug fixes
1567
1568 * Fix video_share_url duplicate key on failed transcoding job
1569
1570
1571 ## v1.0.0-alpha.8
1572
1573 ### Features
1574
1575 * Add ability to set a short instance description
1576
1577
1578 ## v1.0.0-alpha.7
1579
1580 ### BREAKING CHANGES
1581
1582 * Update videos list/search API response:
1583 * Removed `accountName` field
1584 * Removed `serverHost` field
1585 * Added `account.name` field
1586 * Added `account.displayName` field
1587 * Added `account.host` field
1588 * Added `account.url` field
1589 * Added `account.avatar` field
1590 * Update video abuses API response:
1591 * Removed `reporterUsername` field
1592 * Removed `reporterServerHost` field
1593 * Removed `videoId` field
1594 * Removed `videoUUID` field
1595 * Removed `videoName` field
1596 * Added `reporterAccount` field
1597 * Added `video.id` field
1598 * Added `video.name` field
1599 * Added `video.uuid` field
1600 * Added `video.url` field
1601
1602 ### Features
1603
1604 * Add "Local" in menu that lists only local videos
1605
1606
1607 ## v1.0.0-alpha.4
1608
1609 ### Features
1610
1611 * Add iOS support
1612
1613
1614 ## v1.0.0-alpha.1
1615
1616 ### Features
1617
1618 * Add messages about privacy and P2P
1619 * Add stats route
1620 * Add playback setting
1621
1622
1623 ## v0.0.29-alpha
1624
1625 ### BREAKING CHANGES
1626
1627 * Use only 1 thread for transcoding by default
1628
1629 ### Features
1630
1631 * Add help to JS/CSS custom configuration inputs
1632 * Keep ratio in video thumbnail generation
1633 * Handle video in portrait mode
1634
1635 ### Bug fixes
1636
1637 * Fix complete description on some videos
1638 * Fix job sorting in administration
1639
1640
1641 ## v0.0.28-alpha
1642
1643 ### BREAKING CHANGES
1644
1645 * Enable original file transcoding by default in configuration
1646 * Disable transcoding in other definitions in configuration
1647
1648 ### Features
1649
1650 * Fallback to HTTP if video cannot be loaded
1651 * Limit to 30 FPS in transcoding
1652
1653
1654 ## v0.0.27-alpha
1655
1656 ### Features
1657
1658 * Add ability for admin to inject custom JavaScript/CSS
1659 * Add help tooltip on some fields
1660
1661 ### Bug fixes
1662
1663 * Fix comment reply highlighting
1664
1665
1666 ## v0.0.26-alpha
1667
1668 ### BREAKING CHANGES
1669
1670 * Renamed script `import-youtube.js` to `import-videos.js`
1671 * Renamed `import-video.js` argument `youtube-url` to `target-url`
1672
1673 ### Features
1674
1675 * Add "Support" attribute/button on videos
1676 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
1677
1678 ### Bug fixes
1679
1680 * Fix custom instance name overflow
1681
1682
1683 ## v0.0.25-alpha
1684
1685 ### Features
1686
1687 * Add ability to link a specific comment
1688
1689 ### Bug fixes
1690
1691 * Fix avatars on video watch page
1692
1693
1694 ## v0.0.24-alpha
1695
1696 ### Features
1697
1698 * Publish comments with *ctrl + enter*
1699
1700 ### Bug fixes
1701
1702 * Don't stuck on active jobs
1703 * Fix deleting a video with comments
1704 * Fix infinite scroll (videos list)