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