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