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