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