]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Merge branch 'release/v1.3.0' into develop
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.3.0
4
5 **Since v1.2.0**
6
7 ### IMPORTANT NOTES
8
9 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
10 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
11 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
12
13 ## Maintenance
14
15 * 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
16 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
17 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
18 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
19
20 ### Docker
21
22 * **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)
23 * **Important**: Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
24 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))
25 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
26
27 ### Features
28
29 * Add video playlist support
30 * A user has a default `Watch-later` playlist
31 * A user can create private, unlisted or public playlists
32 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
33 * 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.
34 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
35 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
36 * Add Japanese & Nederlands & Português (Portugal) support
37 * Add experimental HLS support
38 * Better playback
39 * Better bandwidth management (for both client & server)
40 * 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)
41 * Requires ffmpeg >= 4
42 * Better instance's followers management:
43 * Add ability to remove an instance's follower
44 * Add ability to forbid all new instance's followers
45 * Add ability to manually approve new instance's followers
46 * Add notification on new instance's follower
47 * Improve UI:
48 * Increase player default height
49 * Reduce big play button border width
50 * Increase thumbnail sizes
51 * Add hover effect on video miniature
52 * Add "my library" section in menu
53 * Add missing icons in some buttons/dropdown
54 * 2 rows per overview section
55 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
56 * Improve video miniatures list on mobile
57 * Add animation when opening user notifications
58 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
59 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
60 * Add video miniature dropdown
61 * Add ability for admins to declare their instance as dedicated to NSFW content
62 * Improve SEO (there is still work to be done)
63 * Login is now case insensitive (if using official web client)
64 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
65 * Improve comment deletion warning
66 * Restore videos list component on history back
67 * Add ability to consult server logs in admin
68 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
69 * Add a debug page to help admins to fix IP configuration issues
70 * Add ability for admins to limit users videos history size
71 * Add ability for admins to delete old remote videos views (reduce database size)
72 * Optimize video update page load
73 * Less refresh jobs
74 * Cleanup invalid AP rates/comments/shares
75 * Better videos redundancy config error handling
76 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
77 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
78 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
79
80 ### Bug fixes
81
82 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
83 * Fix account description database error
84 * Fix Pleroma follow
85 * Fix greek label
86 * Fix email notification for some users
87 * Fix translation of "Copy magnet URI"
88 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
89 * Fix URL in video import notification
90 * Don't close help popover when clicking on it
91 * Fix `tmp` directory cleanup
92 * Fix custom CSS help
93 * Fix JSONLD context
94 * Fix privacy label display in upload form
95 * Fix my account settings responsiveness
96 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
97 * Fix contact admin button overflow
98 * Wait config to be loaded before loading login/signup
99 * Privacy is optional in upload API endpoint
100 * Fix hotkeys help popup overflow
101
102 ***Since v1.3.0-rc.2***
103
104 ### Bug fixes
105
106 * Fix duplicates in playlist add component
107 * Fix crash in files cache
108 * Fix playlist view/update 403
109 * Fix search with bad webfinger handles
110
111
112 ## v1.3.0-rc.2
113
114 ### Docker
115
116 * Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
117 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))
118
119 ### Bug fixes
120
121 * Fix playlist block width when the player is in theater mode
122 * Reset playlist add dropdown in watch page on video change
123 * Fix follow with Mastodon
124 * Fix playlist elements reordering
125 * Fix my videos list pagination
126 * Fix video thumbnails in admin blacklist page
127 * Fix video views that are not considered
128
129
130 ## v1.3.0-rc.1
131
132 ### IMPORTANT NOTES
133
134 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
135 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
136 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
137
138 ## Maintenance
139
140 * 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
141 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
142 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
143 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
144
145 ### Docker
146
147 * **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)
148 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
149
150 ### Features
151
152 * Add video playlist support
153 * A user has a default `Watch-later` playlist
154 * A user can create private, unlisted or public playlists
155 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
156 * 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.
157 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
158 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
159 * Add Japanese & Nederlands & Português (Portugal) support
160 * Add experimental HLS support
161 * Better playback
162 * Better bandwidth management (for both client & server)
163 * 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)
164 * Requires ffmpeg >= 4
165 * Better instance's followers management:
166 * Add ability to remove an instance's follower
167 * Add ability to forbid all new instance's followers
168 * Add ability to manually approve new instance's followers
169 * Add notification on new instance's follower
170 * Improve UI:
171 * Increase player default height
172 * Reduce big play button border width
173 * Increase thumbnail sizes
174 * Add hover effect on video miniature
175 * Add "my library" section in menu
176 * Add missing icons in some buttons/dropdown
177 * 2 rows per overview section
178 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
179 * Improve video miniatures list on mobile
180 * Add animation when opening user notifications
181 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
182 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
183 * Add video miniature dropdown
184 * Add ability for admins to declare their instance as dedicated to NSFW content
185 * Improve SEO (there is still work to be done)
186 * Login is now case insensitive (if using official web client)
187 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
188 * Improve comment deletion warning
189 * Restore videos list component on history back
190 * Add ability to consult server logs in admin
191 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
192 * Add a debug page to help admins to fix IP configuration issues
193 * Add ability for admins to limit users videos history size
194 * Add ability for admins to delete old remote videos views (reduce database size)
195 * Optimize video update page load
196 * Less refresh jobs
197 * Cleanup invalid AP rates/comments/shares
198 * Better videos redundancy config error handling
199 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
200 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
201 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
202
203 ### Bug fixes
204
205 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
206 * Fix account description database error
207 * Fix Pleroma follow
208 * Fix greek label
209 * Fix email notification for some users
210 * Fix translation of "Copy magnet URI"
211 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
212 * Fix URL in video import notification
213 * Don't close help popover when clicking on it
214 * Fix `tmp` directory cleanup
215 * Fix custom CSS help
216 * Fix JSONLD context
217 * Fix privacy label display in upload form
218 * Fix my account settings responsiveness
219 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
220 * Fix contact admin button overflow
221 * Wait config to be loaded before loading login/signup
222 * Privacy is optional in upload API endpoint
223 * Fix hotkeys help popup overflow
224
225
226 ## v1.2.1
227
228 ### Bug fixes
229
230 * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
231 * Fix too long display name overflow in menu
232 * Fix mention notification when a remote account mention a local account that has the same username than yours
233 * Fix access to muted servers table for moderators
234 * Don't crash notification popup on bug
235 * Fix reset password script that leaks password on invalid value
236
237
238 ## v1.2.0
239
240 ### BREAKING CHANGES
241
242 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
243 * **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
244 * **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**
245 * **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**
246 * Moderators can manage users now (add/delete/update/block)
247 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
248
249 ### Maintenance
250
251 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
252 * Explain that PeerTube must be stopped in prune storage script
253 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
254 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
255
256 ### Docker
257
258 * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir))
259
260 ### Features
261
262 * Add Russian, Polish and Italian languages
263 * Add user notifications:
264 * Notification types:
265 * Comment on my video
266 * New video from my subscriptions
267 * New video abuses (for moderators)
268 * Blacklist/Unblacklist on my video
269 * Video import finished (error or success)
270 * Pending video published (after transcoding or a scheduled update)
271 * My account or one of my channel has a new follower
272 * Someone (except muted accounts) mentioned me in comments
273 * A user registered on the instance (for moderators)
274 * Notification actions:
275 * Add a web notification
276 * Send an english email
277 * Add contact form in about page (**enabled by default**)
278 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
279 * Support additional video extensions if transcoding is enabled (**enabled by default**)
280 * Redirect to the last url on login
281 * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru
282 * Automatically enable the last selected caption when watching a video
283 * Add ability to disable, clear and list user videos history
284 * Add a button to help to translate peertube
285 * Add text in the report modal to explain to whom the report will be sent
286 * Open my account menu entries on hover
287 * Explain what features are enabled on the instance in the about page
288 * Add an error message in the forgot password modal if the instance email system is not configured
289 * Add sitemap
290 * Add well known url to change password ([@rigelk](https://github.com/rigelk))
291 * 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))
292 * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic))
293 * Update title and description HTML tags when rendering video HTML page
294 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
295 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
296 * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
297 * Warn users when they leave the video upload/update (on page refresh/tab close)
298 * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
299 * Increase video abuse length to 3000 characters
300 * Add totalLocalVideoFilesSize in the stats endpoint
301
302 ### Bug fixes
303
304 * Fix the addition of captions to a video
305 * Fix federation of some videos
306 * Fix NSFW blur on search
307 * Add error message when trying to upload .ass subtitles
308 * Fix default homepage in the progressive web application
309 * Don't crash on queue error
310 * Fix EXDEV errors if you have multiple mount points
311 * Fix broken audio in transcoding with some videos
312 * Fix crash on getVideoFileStream issue
313 * Fix followers search
314 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
315 * Use origin video url in canonical tag
316 * Fix captions in HTTP fallback
317 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
318 * Add missing translations in video embed page
319 * Fix some styling issues in dark mode
320 * Fix transcoding issues with some videos
321 * Fix Mac OS mkv/avi upload
322 * Fix menu overflow on mobile
323 * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
324
325
326 ## v1.1.0
327
328 ***Since v1.0.1***
329
330 ### BREAKING CHANGES
331
332 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
333
334 ### Maintenance
335
336 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
337 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
338 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
339 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
340 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
341 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
342
343 ### Scripts
344
345 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
346 * Add REPL script ([@McFlat](https://github.com/mcflat))
347
348 ### Docker
349
350 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
351 * Add docker dev image ([@am97](https://github.com/am97))
352 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
353 * Add postfix image
354 * Redirect HTTP -> HTTPS
355 * Disable Træfik web UI
356
357 ### Features
358
359 * Automatically resume videos if the user is logged in
360 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
361 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
362 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
363 * Add moderation tools in the account page
364 * Add bulk actions in users table (Delete/Ban for now)
365 * Add search filter in admin users table
366 * Add search filter in admin following
367 * Add search filter in admin followers
368 * Add ability to list all local videos
369 * Add ability for users to mute an account or an instance
370 * Add ability for administrators to mute an account or an instance
371 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
372 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
373 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
374 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
375 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
376 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
377 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
378 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
379 * Add background effect to activated menu entry
380 * Improve video upload error handling
381 * Improve message visibility on signup
382 * Auto login user on signup if email verification is disabled
383 * Speed up PeerTube startup (in particular the first one)
384 * Delete invalid or deleted remote videos
385 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
386 * Add separators in user moderation dropdown
387
388 ### Bug fixes
389
390 * AP mimeType -> mediaType
391 * PeerTube is not in beta anymore
392 * PeerTube is not in alpha anymore :p
393 * Fix optimize old videos script
394 * Check follow constraints when getting a video
395 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
396 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
397 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
398 * Fix Linked Signature compatibility
399 * Fix AP collections pagination
400 * Fix too big thumbnails (when using URL import)
401 * Do not host remote AP objects: use redirection instead
402 * Fix video miniature with a long name
403 * Fix video views inconsistencies inside the federation
404 * Fix video embed in Wordpress Gutenberg
405 * Fix video channel videos url when scrolling
406 * Fix player progress bar/seeking when changing resolution
407 * Fix search tab title with no search
408 * Fix YouTube video import with some videos
409
410 ***Since v1.1.0-rc.1***
411
412 ### Bug fixes
413
414 * Fix AP infinite redirection
415 * Fix trending page
416
417
418 ## v1.1.0-rc.1 (since v1.1.0-alpha.2)
419
420 ### Maintenance
421
422 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
423 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
424 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
425 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
426 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
427 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
428
429 ### Docker
430
431 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
432 * Add postfix image
433 * Redirect HTTP -> HTTPS
434 * Disable Træfik web UI
435 * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
436
437 ### Features
438
439 * Add background effect to activated menu entry
440 * Improve video upload error handling
441 * Improve message visibility on signup
442 * Auto login user on signup if email verification is disabled
443 * Speed up PeerTube startup (in particular the first one)
444 * Delete invalid or deleted remote videos
445 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
446 * Add separators in user moderation dropdown
447
448 ### Bug fixes
449
450 * Check follow constraints when getting a video
451 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
452 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
453 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
454 * Fix Linked Signature compatibility
455 * Fix AP collections pagination
456 * Fix too big thumbnails (when using URL import)
457 * Do not host remote AP objects: use redirection instead
458 * Fix video miniature with a long name
459 * Fix video views inconsistencies inside the federation
460 * Fix video embed in Wordpress Gutenberg
461 * Fix video channel videos url when scrolling
462 * Fix player progress bar/seeking when changing resolution
463 * Fix search tab title with no search
464 * Fix YouTube video import with some videos
465
466
467 ## v1.1.0-alpha.2 (since v1.1.0-alpha.1)
468
469 ### Security/Maintenance/Federation
470
471 * Add HTTP Signature in addition to Linked Signature:
472 * It's faster
473 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
474
475 ### Features
476
477 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
478 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
479 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
480 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
481 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
482
483 ### Bug fixes
484
485 * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic))
486 * AP mimeType -> mediaType
487 * PeerTube is not in beta anymore
488 * PeerTube is not in alpha anymore :p
489 * Fix optimize old videos script
490
491
492 ## v1.0.1
493
494 ### Security/Maintenance/Federation
495
496 * Add HTTP Signature in addition to Linked Signature:
497 * It's faster
498 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
499
500
501 ## v1.1.0-alpha.1
502
503 We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks.
504 This release could contain bugs. Don't expect a stable v1.1.0 until December :)
505
506 ### Scripts
507
508 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
509 * Add REPL script ([@McFlat](https://github.com/mcflat))
510
511 ### Docker
512
513 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
514 * Add docker dev image ([@am97](https://github.com/am97))
515
516 ### Features
517
518 * Automatically resume videos if the user is logged in
519 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
520 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
521 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
522 * Add moderation tools in the account page
523 * Add bulk actions in users table (Delete/Ban for now)
524 * Add search filter in admin users table
525 * Add search filter in admin following
526 * Add search filter in admin followers
527 * Add ability to list all local videos
528 * Add ability for users to mute an account or an instance
529 * Add ability for administrators to mute an account or an instance
530 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
531 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
532 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
533
534
535 ## v1.0.0
536
537 ### SECURITY
538
539 * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka)
540
541 ### Bug fixes
542
543 * Check video exists before extending expiration
544 * Correctly delete redundancy files
545 * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk))
546 * Fix avatar update
547 * Avoid old issue regarding duplicated hosts in database
548
549
550 ## v1.0.0-rc.2
551
552 ### Bug fixes
553
554 * Fix config endpoint
555
556
557 ## v1.0.0-rc.1
558
559 ### Features
560
561 * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
562 * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
563 * Add comment feeds in watch page
564
565 ### Bug fixes
566
567 * Fix dnt route (yes again, but now we have unit tests for this route :D)
568 * Check video channel name is unique when creating a new one
569 * Fix video fps validator (prevent redundancy/refresh of some old videos)
570 * Allow empty search on client side ([@rigelk](https://github.com/rigelk))
571 * Correctly forward comment deletion
572
573
574 ## v1.0.0-beta.16
575
576 ### BREAKING CHANGES
577
578 * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
579
580 ### Features
581
582 * Add shortcuts icon in menu
583 * Improve overview section titles
584 * Check old password before change ([@BO41](https://github.com/BO41))
585 * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
586
587 ### Bug fixes
588
589 * Stop seeding torrents after a failed import
590 * Fix player crashing the web browser
591 * Fix player performance with small devices
592 * Fix some untranslated strings
593 * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
594 * Fix video import of some youtube videos
595 * Fix (long) video description when importing by url
596 * Fix Mastodon federation with a comment reply
597 * Correctly delete directories on import
598 * Remove duplicated videos on unfollow/delete redundancy
599 * Fix 404 on manifest
600 * Hide useless error when destroying fake renderer
601 * Display other videos on big screens on the right of the watch page
602 * Fix no other videos displayed on some videos
603 * Fix hidden advanced options in upload form
604 * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
605 * Fix error when updating many video captions
606 * Fix "my account" subtitles
607 * Fix error when clicking on the disabled publish button
608 * Increase timeout on upload endpoint
609 * Fix redundancy with videos already duplicated by another instance(s)
610 * Correctly delete files on failed import
611
612
613 ## v1.0.0-beta.15
614
615 ### Features
616
617 * Improve subscription button ([@rigelk](https://github.com/rigelk))
618 * Display it for unlogged users
619 * Add RSS feed
620 * Allow remote follow
621 * Allow remote comment ([@rigelk](https://github.com/rigelk))
622 * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
623
624 ### Bug fixes
625
626 * Fix redundancy with old PeerTube torrents
627 * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
628 * Fix redundancy totalVideos stats
629 * Reduce video import TTL to 1 hour
630 * Only duplicate public videos
631
632
633 ## v1.0.0-beta.14
634
635 ### Features
636
637 * Video redundancy system (experimental)
638 * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
639 * Improve download modal ([@rigelk](https://github.com/rigelk))
640 * Add redirect after login ([@BO41](https://github.com/BO41))
641 * Improve message when removing a user
642 * Improve responsive on small screens
643 * Improve performance:
644 * Overview endpoint
645 * SQL requests of watch page endpoints
646 * SQL requests of ActivityPub endpoints
647 * Cache user token
648 * Videos infinite scroll in the web browser
649 * Add warning if one of the storage directory is in the peertube production directory
650 * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
651 * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
652
653 ### Bug fixes
654
655 * Fix 24 hours delay to process views
656 * Fix tag search on overview page
657 * Handle actors search beginning with '@'
658 * Fix "no results" on overview page
659 * Fix iOS player playback/subtitles menu
660 * Fix description/comments that break the video watch page
661 * Don't get recommended videos twice
662 * Fix admin access to moderators
663 * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
664 * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
665 * Fix comment deletion with mastodon (only with new comments)
666
667
668 ## v1.0.0-beta.13
669
670 ### Features
671
672 * Improve keyboard navigation ([@rigelk](https://github.com/rigelk))
673 * Remember theme in local storage ([@rigelk](https://github.com/rigelk))
674
675 ### Bug fixes
676
677 * Fix upgrade/installation on node 8.12 (bcrypt issue)
678 * Fix video channel deletion
679 * Fix video channel RSS
680 * Fix video views increment
681
682
683 ## v1.0.0-beta.12
684
685 **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**
686
687 ### BREAKING CHANGES
688
689 * Users can now use the name they want for their channel.
690 We will therefore favour the display of video channel handles/names instead of account in the future.
691
692 ### Documentation
693
694 * Add SECURITY.md document
695 * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime))
696 * Add `parse-log` admin tool documentation
697 * Improve README schemas ([@Edznux](https://github.com/edznux))
698
699 ### nginx template
700
701 * Add gzip support ([@scanlime](https://github.com/scanlime))
702
703 ### Docker template
704
705 * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou))
706
707 ### Features
708
709 * Add portuguese and swedish languages
710 * Support user subscriptions
711 * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin)
712 * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos)
713 * Add ability to set a name (left part of the handle) to a channel instead of UUID
714 * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio))
715 * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk))
716 * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic))
717 * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel))
718 * Improve video watch page style ([@rigelk](https://github.com/rigelk))
719 * Trending page takes into account views from the last x days (defined by the admin in the configuration file)
720 * Add "start at" checkbox in the video share modal
721 * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk))
722 * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic))
723 * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna))
724 * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos))
725 * Improve error message on actor name conflict
726 * Improve videos list/search SQL query (split it into 2 queries)
727 * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk))
728 * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo))
729 * Password change errors more friendly ([@jorropo](https://github.com/jorropo))
730 * Improve labels for video privacies (video upload/update)
731 * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk))
732 * Add dark theme ([@rigelk](https://github.com/rigelk))
733 * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk))
734
735 ### Bug fixes
736
737 * Fix player video playback (videos never ends or infinite load after seeking)
738 * Fix video URL import with videos having a small title
739 * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk))
740 * Fix search results on mobile
741 * Do not import live streaming
742 * Fix NSFW filter when the instance decides to hide them and the user decides to list them
743 * Delete highlighted comment too if needed
744 * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo))
745 * ActivityPub: use height instead of width to represent the video resolution
746 * Fix thumbnail/preview in upload.js script
747 * Fix import-videos.js duplicate detection
748 * Fix occitan language label
749
750
751 ## v1.0.0-beta.11
752
753 **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**
754
755 ### Features
756
757 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
758 Should be explicitly enabled by the administrator in the configuration file
759 * Add german, spanish, taiwan (traditional chinese) and occitan languages
760 * Add ability to delete our account
761 * Add ability to ban a user
762 * Add ability to set a moderation comment to an abuse
763 * Add state (pending, accepted, rejected) attribute to an abuse
764 * Add ability to set a reason when blacklisting a video
765 * Add ability to blacklist local videos
766 * Improve abuse and blacklist tables
767 * Add user quota used in users list
768 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
769 * Add database pool configuration ([@rigelk](https://github.com/rigelk))
770 * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
771 * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
772 * Upgrade to bootstrap 4
773 * DNT support
774
775 ### Bug fixes
776
777 * Fix videos FPS federation
778 * Cleanup request files on bad request
779 * Handle truncated markdown links
780 * Fix dropdown position in menu
781 * Translate subtitle languages in player
782 * Translate player according the language of the interface
783 * Fix reset my password button ([@joshmorel](https://github.com/joshmorel))
784
785
786 ## v1.0.0-beta.10
787
788 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
789
790 ### Bug fixes (from beta.10.pre.3)
791
792 * Fix caption upload on Mac OS
793
794
795 ## v1.0.0-beta.10.pre.3
796
797 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
798
799 ### Bug fixes (from beta.10.pre.2)
800
801 * Try to fix the infinite creation of Delete actor jobs by deleting kue migration
802 * Cleanup SQL indexes
803 * Try to optimize SQL search query
804 * Try to optimize videos list SQL query
805 * Add more logs and fix logger when having an error
806 * Move subscription helper in the account line in video watch page
807 * Fix responsive on videos search
808 * Refresh orphan actors
809 * Don't send a follow request if the follow was already accepted
810
811
812 ## v1.0.0-beta.10.pre.2
813
814 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
815
816 ### Bug fixes (from beta.10.pre.1)
817
818 * Fix captions/subtitles freeze in player
819 * Fix attribute label width in video watch page
820 * Fix player playback in Chrome
821 * Revert SQL optimization when listing videos: it breaks the connection pool of some instances
822
823
824 ## v1.0.0-beta.10.pre.1
825
826 This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
827
828 **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
829
830 ```
831 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
832 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
833 ```
834
835 You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
836
837 ### BREAKING CHANGES
838
839 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
840 * `category` filter param is replaced by `categoryOneOf`
841 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
842 * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
843 * Update default cache size configurations
844 * Update search API route: `/videos/search` becomes `/search/videos`
845 * Needs Redis >= 2.8.18
846
847 ### Features
848
849 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
850 * Subtitles/captions support (.srt and .vtt)
851 * Add advanced search
852 * Add ability to click on category/language/licence/tags in watch page
853 * Improve explanations of P2P & Privacy section in about page
854 * Avoid design latency when the admin set custom CSS
855 * Add ability to update video channel avatar
856 * Limit video resolution depending on the video element size (Nitesh Sawant)
857 * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet))
858 * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro))
859 * Add "agree to the terms" checkbox in registration form
860 * Add tracker rate limiter
861 * Add author URL in OEmbed response
862 * Display username instead of email in menu
863 * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk))
864 * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk))
865 * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant)
866 * 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
867 * Support Redis socket ([@rigelk](https://github.com/rigelk))
868 * Improve video `start` param to support string times (for example: 2m42s))
869 * Display table next/prev/first/last icons in admin tables
870 * NodeInfo support ([@rigelk](https://github.com/rigelk))
871 * Improve HTTP headers security ([@rigelk](https://github.com/rigelk))
872 * Improve client accessibility (for screen reader users etc)
873 * Optimize SQL requests (in particular the one to list videos)
874 * Optimize images ([@jorropo](https://github.com/jorropo))
875 * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages
876 * Allow uploads of videos <8GB (*experimental*)
877 * Handle FPS > 30 (*experimental*)
878
879 ### Bug fixes
880
881 * Fix avatars/thumbnails update (cache issue)
882 * Fix pagination on admin job table when changing the job state
883 * Fix SQL transaction retryer log
884 * Correctly handle error when remote instance is down
885 * Fix account videos URL when scrolling
886 * Avoid commenting twice by disabling comment submit button when sending the comment
887 * Reset confirm component input when closing it
888 * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio))
889 * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk))
890 * Reset published date on video publish (scheduled or after a transcoding)
891 * Avoid 404 title on the first page load
892 * Fix forgot password message regarding email
893 * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault))
894 * Use UUID for channel link in watch page
895
896 ### Docker
897
898 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
899
900
901 ## v1.0.0-beta.9
902
903 ### Features
904
905 * Theater/Cinema mode in player
906 * Add ability to wait transcoding before publishing it
907 * Add ability for uploaders to schedule video update
908 * Add time display to see where we seek the video
909 * Add title in player peers info to show total downloaded/uploaded data
910 * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk))
911 * Add warning if the domain name is different from the one of the first start of Peertube
912 * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent))
913
914 ### Bug fixes
915
916 * Fix dislikes number in video watch page
917 * Fix import when the imported file has the same extension than an already existing file
918 * Fix bad RSS descriptions when filtering videos by account or channel
919 * Fix RSS results limit
920 * Fix glitch when updating player volume
921 * Use local object URLs for feeds
922 * Automatically jump to the highlighted thread
923 * Fix account link width on video view ([@sesn](https://github.com/sesn))
924 * Prevent commenting twice
925 * Blue links color in comments
926 * Fix quota precision in users list
927 * Handle markdown in account/video channel pages
928 * Fix avatar image in channel page
929 * Fix slow HTTP fallback on Firefox
930 * Do not create a user with the same username than another actor name
931 * Reset search on page change
932 * Fix images size limit
933 * Log torrent errors/warnings in the console, instead of disturbing users
934
935
936 ## v1.0.0-beta.8
937
938 ### Features
939
940 * Docker:
941 * Add disable_starttls and transcoding configuration variables
942 * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
943 * Some improvements that should make the upgrades less painful
944 * Add ability to manually run transcoding jobs (admin with CLI)
945 * Add ability to import a video file (admin with CLI)
946 * Add context menu to the player
947 * Add number of videos published by an account/video channel
948 * Improve player progress bar
949 * Improve Twitter configuration help tooltips
950 * Pick average video file instead of max quality in "Auto" resolution mode
951 * Increase access token lifetime to 1 day
952 * Add video comments RSS
953
954 ### Bug fixes
955
956 * Clicking on "Download" correctly opens a popup to download the video
957 (instead of opening the video in a new tab)
958 * Fix frequent logout
959 * Fix `publishedAt` video attribute when following a new instance
960 * Correctly resumes the video on "PeerTube" link click in embed
961 * Fix markdown links truncation
962 * Fix account/channel pages not updated if we only change the account/channel
963 * Fix player resolution change that plays even if the video was paused
964 * Fix posting view in embed that contains search params
965 * Fix video watch tooltips regarding subscriptions by using the account name
966 instead of the display name
967 * Rename "my settings" to "my account" in menu
968
969
970 ## v1.0.0-beta.7
971
972 ### BREAKING CHANGES
973
974 * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
975
976 ### Documentation
977
978 * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
979
980 ### Features
981
982 * Add short description in about page
983 * Add owner account name in video channel page
984 * Improve performance in ActivityPub controllers
985 * Video **support** field inherits video channel **support** field when uploading/updating a video
986 * Resume video when clicking on "PeerTube" link in embed
987
988 ### Bug fixes
989
990 * Fix player on Android
991 * Fix player when Firefox has cookies disabled
992 * Reload "my videos" after a delete
993 * Fix missing key configuration when upgrading with Docker
994 * Fix CC audience in Activity Pub objects/activities
995
996
997 ## v1.0.0-beta.6
998
999 ### Features
1000
1001 * Handle concurrent requests in cache middleware
1002 * Add ability to enable registration by IP
1003
1004 ### Bug fixes
1005
1006 * Fix insane SQL request when loading all video attributes
1007
1008
1009 ## v1.0.0-beta.5
1010
1011 ### BREAKING CHANGES
1012
1013 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
1014 * Rename client routes:
1015 * `/admin/users/add` to `/admin/users/create`
1016 * `/videos/edit/:uuid` to `/videos/update/:uuid`
1017 * `/admin/users/:id/update` to `/admin/users/update/:id`
1018
1019
1020 ### Features
1021
1022 * Adding basic helpers to guide users for comments/subscribe to accounts
1023 * Add ability to move a video in another channel
1024 * Improve web browser RAM consumption when watching (long) videos
1025 * Support robots.txt in configuration
1026 * Add ability to select the Redis database in configuration
1027
1028
1029 ### Bug fixes
1030
1031 * Fix error message on token expiration
1032 * Increase menu icon size
1033 * Add timeout and TTL to request jobs to fix stuck job
1034 * Fix responsive account about page
1035 * Fix updating description account
1036 * Account/video channel descriptions are not required anymore
1037 * Fix video channel description and support max length (500 characters now)
1038 * Fix "..." for buttons (delete/edit) in admin tables
1039 * Fix overflow in markdown textarea preview
1040 * Add ability to embed videos in a Twitter card
1041 * Use `publishedAt` attribute when sorting videos
1042 * Fix concurrent requests in videos list
1043 * Fix player on iOS
1044
1045
1046 ## v1.0.0-beta.4
1047
1048 ### BREAKING CHANGES
1049
1050 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
1051 * Move video channels routes:
1052 * `/videos/channels` routes to `/video-channels`
1053 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
1054 * PeerTube now listen on 127.0.0.1 by default
1055 * Use ISO 639 for language (*en*, *es*, *fr*...)
1056 * Tools (`import-videos`...) need the language ISO639 code instead of a number
1057 * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
1058
1059 ### Features
1060
1061 * Add `publishedAt` attribute to videos
1062 * Improve player:
1063 * Smooth progress bar
1064 * Settings menu
1065 * Automatic resolution (depending on the user bandwidth)
1066 * Some animations/effects
1067 * More reactive when clicking on play
1068 * Handle autoplay blocking by some web browsers
1069 * Better responsive
1070 * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
1071 * Add an id to the body to override current CSS (for custom CSS)
1072 * Add privacy argument to `upload.ts` script
1073 * RSS/Atom/JSON-feed for videos recently-added/trending/account
1074 * Support hostname binding in the configuration
1075 * Add ability to click on an account in the video watch page (link to a search)
1076 * Better responsive on many comment replies
1077 * Move follows in the job queue
1078 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
1079 * Add video privacy information in *my videos page*
1080 * Use the video name for the torrent file name instead of the UUID
1081 * Handle errors in embed (video not found, server error...)
1082 * Account view (videos uploaded by this account + video channel owned by this account + about pages)
1083 * Video channel view (videos uploaded in this channel + about pages)
1084 * Video channel management (avatar update is still missing)
1085
1086 ### Bug fixes
1087
1088 * Fix "show more" description on video change
1089 * Accept unlisted comments
1090 * Don't start application until all components were initialized
1091 * Fix word-break in video description and video comments
1092 * Don't add a `.` after the URL in the "forgot password" email
1093
1094
1095
1096 ## v1.0.0-beta.3
1097
1098 ### Features
1099
1100 * Add hover background color in menu
1101 * Add info about the initial user quota in the registration form
1102 * Add link to register in the login form
1103 * Prevent brute force login attack
1104
1105 ### Bug fixes
1106
1107 * Fix bad federation with videos with special utf characters in description (again)
1108 * Fix views system behind a reverse proxy
1109
1110
1111 ## v1.0.0-beta.2
1112
1113 ### Features
1114
1115 * More logging in SMTP module
1116 * Add option to disable starttls in SMTP module
1117 * Update STUN servers (using framasoft.org and stunprotocol.org now)
1118 * Min comment length is 1 now (useful for emoji...)
1119 * Better embed video player in small screens
1120 * Reduce display time of title/description/control bar in embed on inactivity
1121 * Add sign languages for videos attribute
1122 * Add autoplay parameter for embed
1123 * Videos search on account username and host too
1124 * Redirect to homepage on empty search
1125
1126 ### Bug fixes
1127
1128 * Fix mentions in comment replies
1129 * Logo/Title redirects to the default route
1130 * Fix bad federation with videos with special utf characters in description
1131 * Fix pagination on mobile
1132 * Use instance name for page titles
1133 * Fix bad id for Create activities (ActivityPub)
1134 * Handle inner actors instead of just handling actor ids (ActivityPub)
1135 * Fallback to torrent file if infohash is incorrect
1136 * Fix admin config errors display/validation
1137 * Add public to Announces (ActivityPub)
1138 * Fix inability to run client when cookies are disabled
1139 * Fix words breaking in videos description
1140 * Graceful exit when import videos script fails
1141 * Fix import videos with long names
1142 * Fix login with a password containing special characters
1143 * Fix player error flickering with an unsupported video format
1144 * Fix comment delete federation
1145 * Fix communication of a PeerTube instance and Mastodon
1146 * Fix custom configuration with number values
1147
1148
1149 ## v1.0.0-beta.1
1150
1151 Nothing new here, but PeerTube is stable enough for being in beta now.
1152
1153
1154 ## v1.0.0-alpha.9
1155
1156 ### BREAKING CHANGES
1157
1158 * Update videos list/search/get API response:
1159 * Removed `resolution` field
1160 * Removed `resolutionLabel` field
1161 * Removed `category` field
1162 * Removed `categoryLabel` field
1163 * Removed `licence` field
1164 * Removed `licenceLabel` field
1165 * Removed `language` field
1166 * Removed `languageLabel` field
1167 * Removed `privacy` field
1168 * Removed `privacyLabel` field
1169 * Added `resolution.id` field
1170 * Added `resolution.label` field
1171 * Added `category.id` field
1172 * Added `category.label` field
1173 * Added `licence.id` field
1174 * Added `licence.label` field
1175 * Added `language.id` field
1176 * Added `language.label` field
1177 * Added `privacy.id` field
1178 * Added `privacy.label` field
1179
1180 ### Bug fixes
1181
1182 * Fix video_share_url duplicate key on failed transcoding job
1183
1184
1185 ## v1.0.0-alpha.8
1186
1187 ### Features
1188
1189 * Add ability to set a short instance description
1190
1191
1192 ## v1.0.0-alpha.7
1193
1194 ### BREAKING CHANGES
1195
1196 * Update videos list/search API response:
1197 * Removed `accountName` field
1198 * Removed `serverHost` field
1199 * Added `account.name` field
1200 * Added `account.displayName` field
1201 * Added `account.host` field
1202 * Added `account.url` field
1203 * Added `account.avatar` field
1204 * Update video abuses API response:
1205 * Removed `reporterUsername` field
1206 * Removed `reporterServerHost` field
1207 * Removed `videoId` field
1208 * Removed `videoUUID` field
1209 * Removed `videoName` field
1210 * Added `reporterAccount` field
1211 * Added `video.id` field
1212 * Added `video.name` field
1213 * Added `video.uuid` field
1214 * Added `video.url` field
1215
1216 ### Features
1217
1218 * Add "Local" in menu that lists only local videos
1219
1220
1221 ## v1.0.0-alpha.4
1222
1223 ### Features
1224
1225 * Add iOS support
1226
1227
1228 ## v1.0.0-alpha.1
1229
1230 ### Features
1231
1232 * Add messages about privacy and P2P
1233 * Add stats route
1234 * Add playback setting
1235
1236
1237 ## v0.0.29-alpha
1238
1239 ### BREAKING CHANGES
1240
1241 * Use only 1 thread for transcoding by default
1242
1243 ### Features
1244
1245 * Add help to JS/CSS custom configuration inputs
1246 * Keep ratio in video thumbnail generation
1247 * Handle video in portrait mode
1248
1249 ### Bug fixes
1250
1251 * Fix complete description on some videos
1252 * Fix job sorting in administration
1253
1254
1255 ## v0.0.28-alpha
1256
1257 ### BREAKING CHANGES
1258
1259 * Enable original file transcoding by default in configuration
1260 * Disable transcoding in other definitions in configuration
1261
1262 ### Features
1263
1264 * Fallback to HTTP if video cannot be loaded
1265 * Limit to 30 FPS in transcoding
1266
1267
1268 ## v0.0.27-alpha
1269
1270 ### Features
1271
1272 * Add ability for admin to inject custom JavaScript/CSS
1273 * Add help tooltip on some fields
1274
1275 ### Bug fixes
1276
1277 * Fix comment reply highlighting
1278
1279
1280 ## v0.0.26-alpha
1281
1282 ### BREAKING CHANGES
1283
1284 * Renamed script `import-youtube.js` to `import-videos.js`
1285 * Renamed `import-video.js` argument `youtube-url` to `target-url`
1286
1287 ### Features
1288
1289 * Add "Support" attribute/button on videos
1290 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
1291
1292 ### Bug fixes
1293
1294 * Fix custom instance name overflow
1295
1296
1297 ## v0.0.25-alpha
1298
1299 ### Features
1300
1301 * Add ability to link a specific comment
1302
1303 ### Bug fixes
1304
1305 * Fix avatars on video watch page
1306
1307
1308 ## v0.0.24-alpha
1309
1310 ### Features
1311
1312 * Publish comments with *ctrl + enter*
1313
1314 ### Bug fixes
1315
1316 * Don't stuck on active jobs
1317 * Fix deleting a video with comments
1318 * Fix infinite scroll (videos list)