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