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