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