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