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