Changelog typo
[oweals/peertube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.3.0-rc.1
4
5 ## IMPORTANT NOTES
6
7  * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
8  * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
9  * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110) 
10  
11 ### Maintenance
12
13  * Add GitPod support ([@jankeromnes](https://github.com/jankeromnes)) that could help people to contribute on PeerTube: https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md#online-development
14  * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
15  * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
16  * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
17
18 ## Docker
19  
20  * **Important**: Add host network mode to the reverse proxy section (without this, it could break videos views and P2P: https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666)
21  * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
22
23 ## Features
24  
25  * Add video playlist support
26    * A user has a default `Watch-later` playlist
27    * A user can create private, unlisted or public playlists
28    * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
29    * The difference with a channel is that you cannot subscribe to a playlist, but you can add videos from any other user in your playlist.
30    It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
31  * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
32  * Add Japanese & Nederlands & Português (Portugal) support
33  * Add experimental HLS support
34    * Better playback
35    * Better bandwidth management (for both client & server)
36    * Needs to store another video file per resolution, so enabling this option multiplies the videos storage by 2 (only new uploaded videos, this is not retroactive)
37    * Requires ffmpeg >= 4
38  * Better instance's followers management:
39    * Add ability to remove an instance's follower
40    * Add ability to forbid all new instance's followers
41    * Add ability to manually approve new instance's followers
42    * Add notification on new instance's follower
43  * Improve UI:
44    * Increase player default height
45    * Reduce big play button border width
46    * Increase thumbnail sizes
47    * Add hover effect on video miniature
48    * Add "my library" section in menu
49    * Add missing icons in some buttons/dropdown
50    * 2 rows per overview section
51    * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
52    * Improve video miniatures list on mobile
53    * Add animation when opening user notifications
54  * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
55  * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
56  * Add video miniature dropdown
57  * Add ability for admins to declare their instance as dedicated to NSFW content
58  * Improve SEO (there is still work to be done)
59  * Login is now case insensitive (if using official web client)
60  * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
61  * Improve comment deletion warning
62  * Restore videos list component on history back
63  * Add ability to consult server logs in admin
64  * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
65  * Add a debug page to help admins to fix IP configuration issues
66  * Add ability for admins to limit users videos history size
67  * Add ability for admins to delete old remote videos views (reduce database size)
68  * Optimize video update page load
69  * Less refresh jobs
70  * Cleanup invalid AP rates/comments/shares
71  * Better videos redundancy config error handling
72  * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
73  * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
74  * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
75
76 ## Bug fixes
77
78  * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
79  * Fix account description database error
80  * Fix Pleroma follow
81  * Fix greek label
82  * Fix email notification for some users
83  * Fix translation of "Copy magnet URI"
84  * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
85  * Fix URL in video import notification
86  * Don't close help popover when clicking on it
87  * Fix `tmp` directory cleanup
88  * Fix custom CSS help
89  * Fix JSONLD context
90  * Fix privacy label display in upload form
91  * Fix my account settings responsiveness
92  * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
93  * Fix contact admin button overflow
94  * Wait config to be loaded before loading login/signup
95  * Privacy is optional in upload API endpoint
96  * Fix hotkeys help popup overflow
97
98
99 ## v1.2.1
100
101 ## Bug fixes
102
103  * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
104  * Fix too long display name overflow in menu
105  * Fix mention notification when a remote account mention a local account that has the same username than yours
106  * Fix access to muted servers table for moderators
107  * Don't crash notification popup on bug
108  * Fix reset password script that leaks password on invalid value
109
110
111 ## v1.2.0
112
113 ### BREAKING CHANGES
114
115  * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
116  * **Docker:** Check you have all the storage fields in your `/config/production.yaml` file: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml#L34
117  * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
118  * **nginx:** Add socket io endpoint. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
119  * Moderators can manage users now (add/delete/update/block)
120  * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
121
122 ### Maintenance
123
124  * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
125  * Explain that PeerTube must be stopped in prune storage script
126  * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
127  * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
128
129 ### Docker
130
131  * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir))
132
133 ### Features
134
135  * Add Russian, Polish and Italian languages
136  * Add user notifications:
137    * Notification types:
138      * Comment on my video
139      * New video from my subscriptions
140      * New video abuses (for moderators)
141      * Blacklist/Unblacklist on my video
142      * Video import finished (error or success)
143      * Pending video published (after transcoding or a scheduled update)
144      * My account or one of my channel has a new follower
145      * Someone (except muted accounts) mentioned me in comments
146      * A user registered on the instance (for moderators)
147    * Notification actions:
148      * Add a web notification
149      * Send an english email
150  * Add contact form in about page (**enabled by default**)
151  * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
152  * Support additional video extensions if transcoding is enabled (**enabled by default**)
153  * Redirect to the last url on login
154  * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru
155  * Automatically enable the last selected caption when watching a video
156  * Add ability to disable, clear and list user videos history
157  * Add a button to help to translate peertube
158  * Add text in the report modal to explain to whom the report will be sent
159  * Open my account menu entries on hover
160  * Explain what features are enabled on the instance in the about page
161  * Add an error message in the forgot password modal if the instance email system is not configured
162  * Add sitemap
163  * Add well known url to change password ([@rigelk](https://github.com/rigelk))
164  * Remove 8GB video upload limit on client side. There may still be such limit depending on the reverse proxy configuration ([@scanlime](https://github.com/scanlime))
165  * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic))
166  * Update title and description HTML tags when rendering video HTML page
167  * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
168  * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
169  * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
170  * Warn users when they leave the video upload/update (on page refresh/tab close)
171  * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
172  * Increase video abuse length to 3000 characters
173  * Add totalLocalVideoFilesSize in the stats endpoint
174
175 ## Bug fixes
176
177  * Fix the addition of captions to a video
178  * Fix federation of some videos
179  * Fix NSFW blur on search
180  * Add error message when trying to upload .ass subtitles
181  * Fix default homepage in the progressive web application
182  * Don't crash on queue error
183  * Fix EXDEV errors if you have multiple mount points
184  * Fix broken audio in transcoding with some videos
185  * Fix crash on getVideoFileStream issue
186  * Fix followers search
187  * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
188  * Use origin video url in canonical tag
189  * Fix captions in HTTP fallback
190  * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
191  * Add missing translations in video embed page
192  * Fix some styling issues in dark mode
193  * Fix transcoding issues with some videos
194  * Fix Mac OS mkv/avi upload
195  * Fix menu overflow on mobile
196  * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
197
198
199 ## v1.1.0
200
201 ***Since v1.0.1***
202
203 ### BREAKING CHANGES
204
205  * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
206
207 ### Maintenance
208
209  * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk))
210  * Add basic ActivityPub documentation: https://docs.joinpeertube.org/lang/en/devdocs/federation.html ([@rigelk](https://github.com/rigelk))
211  * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
212  * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
213  * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
214  * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
215
216 ### Scripts
217
218  * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
219  * Add REPL script ([@McFlat](https://github.com/mcflat))
220
221 ### Docker
222
223  * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
224  * Add docker dev image ([@am97](https://github.com/am97))
225  * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
226    * Add postfix image
227    * Redirect HTTP -> HTTPS
228    * Disable Træfik web UI
229
230 ### Features
231  
232  * Automatically resume videos if the user is logged in
233  * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
234  * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
235  * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
236  * Add moderation tools in the account page
237  * Add bulk actions in users table (Delete/Ban for now)
238  * Add search filter in admin users table
239  * Add search filter in admin following
240  * Add search filter in admin followers
241  * Add ability to list all local videos
242  * Add ability for users to mute an account or an instance
243  * Add ability for administrators to mute an account or an instance
244  * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
245  * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
246  * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
247  * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
248  * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
249  * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
250  * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
251  * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
252  * Add background effect to activated menu entry
253  * Improve video upload error handling
254  * Improve message visibility on signup
255  * Auto login user on signup if email verification is disabled
256  * Speed up PeerTube startup (in particular the first one)
257  * Delete invalid or deleted remote videos
258  * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
259  * Add separators in user moderation dropdown
260
261 ### Bug fixes
262
263  * AP mimeType -> mediaType
264  * PeerTube is not in beta anymore
265  * PeerTube is not in alpha anymore :p
266  * Fix optimize old videos script
267  * Check follow constraints when getting a video
268  * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
269  * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
270  * Fix video `state` AP context  ([tcitworld](https://github.com/tcitworld))
271  * Fix Linked Signature compatibility
272  * Fix AP collections pagination
273  * Fix too big thumbnails (when using URL import)
274  * Do not host remote AP objects: use redirection instead
275  * Fix video miniature with a long name
276  * Fix video views inconsistencies inside the federation
277  * Fix video embed in Wordpress Gutenberg
278  * Fix video channel videos url when scrolling
279  * Fix player progress bar/seeking when changing resolution
280  * Fix search tab title with no search
281  * Fix YouTube video import with some videos
282
283 ***Since v1.1.0-rc.1***
284
285 ### Bug fixes
286
287  * Fix AP infinite redirection
288  * Fix trending page
289
290
291 ## v1.1.0-rc.1 (since v1.1.0-alpha.2)
292
293 ### Maintenance
294
295  * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk))
296  * Add basic ActivityPub documentation: https://docs.joinpeertube.org/lang/en/devdocs/federation.html ([@rigelk](https://github.com/rigelk))
297  * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
298  * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
299  * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
300  * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
301
302 ### Docker
303
304  * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
305    * Add postfix image
306    * Redirect HTTP -> HTTPS
307    * Disable Træfik web UI
308  * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
309
310 ### Features
311
312  * Add background effect to activated menu entry
313  * Improve video upload error handling
314  * Improve message visibility on signup
315  * Auto login user on signup if email verification is disabled
316  * Speed up PeerTube startup (in particular the first one)
317  * Delete invalid or deleted remote videos
318  * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
319  * Add separators in user moderation dropdown
320
321 ### Bug fixes
322
323  * Check follow constraints when getting a video
324  * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
325  * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
326  * Fix video `state` AP context  ([tcitworld](https://github.com/tcitworld))
327  * Fix Linked Signature compatibility
328  * Fix AP collections pagination
329  * Fix too big thumbnails (when using URL import)
330  * Do not host remote AP objects: use redirection instead
331  * Fix video miniature with a long name
332  * Fix video views inconsistencies inside the federation
333  * Fix video embed in Wordpress Gutenberg
334  * Fix video channel videos url when scrolling
335  * Fix player progress bar/seeking when changing resolution
336  * Fix search tab title with no search
337  * Fix YouTube video import with some videos
338     
339
340 ## v1.1.0-alpha.2 (since v1.1.0-alpha.1)
341
342 ### Security/Maintenance/Federation
343  
344  * Add HTTP Signature in addition to Linked Signature:
345     * It's faster
346     * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation 
347  
348 ### Features
349
350  * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
351  * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
352  * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
353  * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
354  * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
355
356 ### Bug fixes
357
358  * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic))
359  * AP mimeType -> mediaType
360  * PeerTube is not in beta anymore
361  * PeerTube is not in alpha anymore :p
362  * Fix optimize old videos script
363
364
365 ## v1.0.1
366
367 ### Security/Maintenance/Federation
368  
369  * Add HTTP Signature in addition to Linked Signature:
370     * It's faster
371     * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
372
373
374 ## v1.1.0-alpha.1
375
376 We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks.
377 This release could contain bugs. Don't expect a stable v1.1.0 until December :)
378
379 ### Scripts
380
381  * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
382  * Add REPL script ([@McFlat](https://github.com/mcflat))
383
384 ### Docker
385
386  * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
387  * Add docker dev image ([@am97](https://github.com/am97))
388
389 ### Features
390  
391  * Automatically resume videos if the user is logged in
392  * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
393  * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
394  * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
395  * Add moderation tools in the account page
396  * Add bulk actions in users table (Delete/Ban for now)
397  * Add search filter in admin users table
398  * Add search filter in admin following
399  * Add search filter in admin followers
400  * Add ability to list all local videos
401  * Add ability for users to mute an account or an instance
402  * Add ability for administrators to mute an account or an instance
403  * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
404  * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
405  * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
406
407
408 ## v1.0.0
409
410 ### SECURITY
411
412  * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka)
413
414 ### Bug fixes
415
416  * Check video exists before extending expiration
417  * Correctly delete redundancy files
418  * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk))
419  * Fix avatar update
420  * Avoid old issue regarding duplicated hosts in database
421
422
423 ## v1.0.0-rc.2
424
425 ### Bug fixes
426
427  * Fix config endpoint
428
429
430 ## v1.0.0-rc.1
431
432 ### Features
433
434  * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
435  * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
436  * Add comment feeds in watch page
437
438 ### Bug fixes
439
440  * Fix dnt route (yes again, but now we have unit tests for this route :D)
441  * Check video channel name is unique when creating a new one
442  * Fix video fps validator (prevent redundancy/refresh of some old videos)
443  * Allow empty search on client side ([@rigelk](https://github.com/rigelk))
444  * Correctly forward comment deletion
445
446
447 ## v1.0.0-beta.16
448
449 ### BREAKING CHANGES
450
451  * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
452
453 ### Features
454
455  * Add shortcuts icon in menu
456  * Improve overview section titles
457  * Check old password before change ([@BO41](https://github.com/BO41))
458  * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
459
460 ### Bug fixes
461
462  * Stop seeding torrents after a failed import
463  * Fix player crashing the web browser
464  * Fix player performance with small devices
465  * Fix some untranslated strings
466  * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
467  * Fix video import of some youtube videos
468  * Fix (long) video description when importing by url
469  * Fix Mastodon federation with a comment reply
470  * Correctly delete directories on import
471  * Remove duplicated videos on unfollow/delete redundancy
472  * Fix 404 on manifest
473  * Hide useless error when destroying fake renderer
474  * Display other videos on big screens on the right of the watch page
475  * Fix no other videos displayed on some videos
476  * Fix hidden advanced options in upload form
477  * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
478  * Fix error when updating many video captions
479  * Fix "my account" subtitles
480  * Fix error when clicking on the disabled publish button
481  * Increase timeout on upload endpoint
482  * Fix redundancy with videos already duplicated by another instance(s)
483  * Correctly delete files on failed import
484  
485
486 ## v1.0.0-beta.15
487
488 ### Features
489
490  * Improve subscription button ([@rigelk](https://github.com/rigelk))
491   * Display it for unlogged users
492   * Add RSS feed
493   * Allow remote follow
494  * Allow remote comment ([@rigelk](https://github.com/rigelk))
495  * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
496
497 ### Bug fixes
498
499  * Fix redundancy with old PeerTube torrents
500  * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
501  * Fix redundancy totalVideos stats
502  * Reduce video import TTL to 1 hour
503  * Only duplicate public videos
504  
505
506 ## v1.0.0-beta.14
507
508 ### Features
509
510  * Video redundancy system (experimental, see [the doc](https://docs.joinpeertube.org/lang/en/devdocs/architecture.html#redundancy-between-instances))
511  * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
512  * Improve download modal ([@rigelk](https://github.com/rigelk))
513  * Add redirect after login ([@BO41](https://github.com/BO41))
514  * Improve message when removing a user
515  * Improve responsive on small screens
516  * Improve performance:
517    * Overview endpoint
518    * SQL requests of watch page endpoints
519    * SQL requests of ActivityPub endpoints
520    * Cache user token
521    * Videos infinite scroll in the web browser
522  * Add warning if one of the storage directory is in the peertube production directory
523  * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
524  * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
525
526 ### Bug fixes
527  
528  * Fix 24 hours delay to process views
529  * Fix tag search on overview page
530  * Handle actors search beginning with '@'
531  * Fix "no results" on overview page
532  * Fix iOS player playback/subtitles menu
533  * Fix description/comments that break the video watch page
534  * Don't get recommended videos twice
535  * Fix admin access to moderators
536  * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
537  * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
538  * Fix comment deletion with mastodon (only with new comments)
539
540
541 ## v1.0.0-beta.13
542
543 ### Features
544
545  * Improve keyboard navigation ([@rigelk](https://github.com/rigelk))
546  * Remember theme in local storage ([@rigelk](https://github.com/rigelk))
547  
548 ### Bug fixes
549
550   * Fix upgrade/installation on node 8.12 (bcrypt issue)
551   * Fix video channel deletion
552   * Fix video channel RSS
553   * Fix video views increment
554  
555
556 ## v1.0.0-beta.12
557
558 **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**
559
560 ### BREAKING CHANGES
561
562  * Users can now use the name they want for their channel. 
563  We will therefore favour the display of video channel handles/names instead of account in the future.
564
565 ### Documentation
566
567  * Add SECURITY.md document
568  * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime))
569  * Add `parse-log` admin tool documentation
570  * Improve README schemas ([@Edznux](https://github.com/edznux))
571
572 ### nginx template
573
574  * Add gzip support ([@scanlime](https://github.com/scanlime))
575  
576 ### Docker template
577  
578  * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou))
579
580 ### Features
581
582  * Add portuguese and swedish languages
583  * Support user subscriptions
584  * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin)
585  * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos)
586  * Add ability to set a name (left part of the handle) to a channel instead of UUID
587  * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio))
588  * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk))
589  * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic))
590  * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel))
591  * Improve video watch page style ([@rigelk](https://github.com/rigelk))
592  * Trending page takes into account views from the last x days (defined by the admin in the configuration file)
593  * Add "start at" checkbox in the video share modal
594  * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk))
595  * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic))
596  * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna))
597  * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos))
598  * Improve error message on actor name conflict
599  * Improve videos list/search SQL query (split it into 2 queries)
600  * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk))
601  * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo))
602  * Password change errors more friendly ([@jorropo](https://github.com/jorropo))
603  * Improve labels for video privacies (video upload/update)
604  * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk))
605  * Add dark theme ([@rigelk](https://github.com/rigelk))
606  * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk))
607
608 ### Bug fixes
609
610  * Fix player video playback (videos never ends or infinite load after seeking)
611  * Fix video URL import with videos having a small title
612  * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk))
613  * Fix search results on mobile
614  * Do not import live streaming
615  * Fix NSFW filter when the instance decides to hide them and the user decides to list them
616  * Delete highlighted comment too if needed
617  * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo))
618  * ActivityPub: use height instead of width to represent the video resolution
619  * Fix thumbnail/preview in upload.js script
620  * Fix import-videos.js duplicate detection
621  * Fix occitan language label
622  
623
624 ## v1.0.0-beta.11
625
626 **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**
627
628 ### Features
629
630  * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
631  Should be explicitly enabled by the administrator in the configuration file
632  * Add german, spanish, taiwan (traditional chinese) and occitan languages
633  * Add ability to delete our account
634  * Add ability to ban a user
635  * Add ability to set a moderation comment to an abuse
636  * Add state (pending, accepted, rejected) attribute to an abuse
637  * Add ability to set a reason when blacklisting a video
638  * Add ability to blacklist local videos
639  * Improve abuse and blacklist tables
640  * Add user quota used in users list
641  * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
642  * Add database pool configuration ([@rigelk](https://github.com/rigelk))
643  * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
644  * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
645  * Upgrade to bootstrap 4
646  * DNT support
647
648 ### Bug fixes
649
650  * Fix videos FPS federation
651  * Cleanup request files on bad request
652  * Handle truncated markdown links
653  * Fix dropdown position in menu
654  * Translate subtitle languages in player
655  * Translate player according the language of the interface
656  * Fix reset my password button ([@joshmorel](https://github.com/joshmorel))
657
658
659 ## v1.0.0-beta.10
660
661 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
662
663 ### Bug fixes (from beta.10.pre.3)
664
665  * Fix caption upload on Mac OS
666
667
668 ## v1.0.0-beta.10.pre.3
669
670 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
671
672 ### Bug fixes (from beta.10.pre.2)
673
674  * Try to fix the infinite creation of Delete actor jobs by deleting kue migration
675  * Cleanup SQL indexes
676  * Try to optimize SQL search query
677  * Try to optimize videos list SQL query
678  * Add more logs and fix logger when having an error
679  * Move subscription helper in the account line in video watch page
680  * Fix responsive on videos search
681  * Refresh orphan actors
682  * Don't send a follow request if the follow was already accepted
683
684
685 ## v1.0.0-beta.10.pre.2
686
687 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
688
689 ### Bug fixes (from beta.10.pre.1)
690
691  * Fix captions/subtitles freeze in player
692  * Fix attribute label width in video watch page
693  * Fix player playback in Chrome
694  * Revert SQL optimization when listing videos: it breaks the connection pool of some instances
695
696
697 ## v1.0.0-beta.10.pre.1
698
699 This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
700
701 **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
702
703 ```
704 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
705 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
706 ```
707
708 You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
709
710 ### BREAKING CHANGES
711
712  * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
713  * `category` filter param is replaced by `categoryOneOf`
714  * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
715  * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
716  * Update default cache size configurations
717  * Update search API route: `/videos/search` becomes `/search/videos`
718  * Needs Redis >= 2.8.18
719
720 ### Features
721
722  * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
723  * Subtitles/captions support (.srt and .vtt)
724  * Add advanced search
725  * Add ability to click on category/language/licence/tags in watch page
726  * Improve explanations of P2P & Privacy section in about page
727  * Avoid design latency when the admin set custom CSS
728  * Add ability to update video channel avatar
729  * Limit video resolution depending on the video element size (Nitesh Sawant)
730  * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet))
731  * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro))
732  * Add "agree to the terms" checkbox in registration form
733  * Add tracker rate limiter
734  * Add author URL in OEmbed response
735  * Display username instead of email in menu
736  * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk))
737  * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk))
738  * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant)
739  * 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
740  * Support Redis socket ([@rigelk](https://github.com/rigelk))
741  * Improve video `start` param to support string times (for example: 2m42s))
742  * Display table next/prev/first/last icons in admin tables
743  * NodeInfo support ([@rigelk](https://github.com/rigelk))
744  * Improve HTTP headers security ([@rigelk](https://github.com/rigelk))
745  * Improve client accessibility (for screen reader users etc)
746  * Optimize SQL requests (in particular the one to list videos)
747  * Optimize images ([@jorropo](https://github.com/jorropo))
748  * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages
749  * Allow uploads of videos <8GB (*experimental*)
750  * Handle FPS > 30 (*experimental*)
751
752 ### Bug fixes
753
754  * Fix avatars/thumbnails update (cache issue)
755  * Fix pagination on admin job table when changing the job state
756  * Fix SQL transaction retryer log
757  * Correctly handle error when remote instance is down
758  * Fix account videos URL when scrolling
759  * Avoid commenting twice by disabling comment submit button when sending the comment
760  * Reset confirm component input when closing it
761  * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio))
762  * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk))
763  * Reset published date on video publish (scheduled or after a transcoding)
764  * Avoid 404 title on the first page load
765  * Fix forgot password message regarding email
766  * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault))
767  * Use UUID for channel link in watch page
768
769 ### Docker
770
771  * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
772
773
774 ## v1.0.0-beta.9
775
776 ### Features
777
778  * Theater/Cinema mode in player
779  * Add ability to wait transcoding before publishing it
780  * Add ability for uploaders to schedule video update
781  * Add time display to see where we seek the video
782  * Add title in player peers info to show total downloaded/uploaded data
783  * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk))
784  * Add warning if the domain name is different from the one of the first start of Peertube
785  * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent))
786
787 ### Bug fixes
788
789  * Fix dislikes number in video watch page
790  * Fix import when the imported file has the same extension than an already existing file
791  * Fix bad RSS descriptions when filtering videos by account or channel
792  * Fix RSS results limit
793  * Fix glitch when updating player volume
794  * Use local object URLs for feeds
795  * Automatically jump to the highlighted thread
796  * Fix account link width on video view ([@sesn](https://github.com/sesn))
797  * Prevent commenting twice
798  * Blue links color in comments
799  * Fix quota precision in users list
800  * Handle markdown in account/video channel pages
801  * Fix avatar image in channel page
802  * Fix slow HTTP fallback on Firefox
803  * Do not create a user with the same username than another actor name
804  * Reset search on page change
805  * Fix images size limit
806  * Log torrent errors/warnings in the console, instead of disturbing users
807
808
809 ## v1.0.0-beta.8
810
811 ### Features
812
813  * Docker:
814    * Add disable_starttls and transcoding configuration variables
815    * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
816    * Some improvements that should make the upgrades less painful
817  * Add ability to manually run transcoding jobs (admin with CLI)
818  * Add ability to import a video file (admin with CLI)
819  * Add context menu to the player
820  * Add number of videos published by an account/video channel
821  * Improve player progress bar
822  * Improve Twitter configuration help tooltips
823  * Pick average video file instead of max quality in "Auto" resolution mode
824  * Increase access token lifetime to 1 day
825  * Add video comments RSS
826
827 ### Bug fixes
828
829  * Clicking on "Download" correctly opens a popup to download the video
830  (instead of opening the video in a new tab)
831  * Fix frequent logout
832  * Fix `publishedAt` video attribute when following a new instance
833  * Correctly resumes the video on "PeerTube" link click in embed
834  * Fix markdown links truncation
835  * Fix account/channel pages not updated if we only change the account/channel
836  * Fix player resolution change that plays even if the video was paused
837  * Fix posting view in embed that contains search params
838  * Fix video watch tooltips regarding subscriptions by using the account name
839  instead of the display name
840  * Rename "my settings" to "my account" in menu
841
842
843 ## v1.0.0-beta.7
844
845 ### BREAKING CHANGES
846
847  * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
848
849 ### Documentation
850
851  * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
852
853 ### Features
854
855  * Add short description in about page
856  * Add owner account name in video channel page
857  * Improve performance in ActivityPub controllers
858  * Video **support** field inherits video channel **support** field when uploading/updating a video
859  * Resume video when clicking on "PeerTube" link in embed
860
861 ### Bug fixes
862
863  * Fix player on Android
864  * Fix player when Firefox has cookies disabled
865  * Reload "my videos" after a delete
866  * Fix missing key configuration when upgrading with Docker
867  * Fix CC audience in Activity Pub objects/activities
868
869
870 ## v1.0.0-beta.6
871
872 ### Features
873
874  * Handle concurrent requests in cache middleware
875  * Add ability to enable registration by IP
876
877 ### Bug fixes
878
879  * Fix insane SQL request when loading all video attributes
880
881
882 ## v1.0.0-beta.5
883
884 ### BREAKING CHANGES
885
886  * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
887  * Rename client routes:
888    * `/admin/users/add` to `/admin/users/create`
889    * `/videos/edit/:uuid` to `/videos/update/:uuid`
890    * `/admin/users/:id/update` to `/admin/users/update/:id`
891
892
893 ### Features
894
895  * Adding basic helpers to guide users for comments/subscribe to accounts
896  * Add ability to move a video in another channel
897  * Improve web browser RAM consumption when watching (long) videos
898  * Support robots.txt in configuration
899  * Add ability to select the Redis database in configuration
900
901
902 ### Bug fixes
903
904  * Fix error message on token expiration
905  * Increase menu icon size
906  * Add timeout and TTL to request jobs to fix stuck job
907  * Fix responsive account about page
908  * Fix updating description account
909  * Account/video channel descriptions are not required anymore
910  * Fix video channel description and support max length (500 characters now)
911  * Fix "..." for buttons (delete/edit) in admin tables
912  * Fix overflow in markdown textarea preview
913  * Add ability to embed videos in a Twitter card
914  * Use `publishedAt` attribute when sorting videos
915  * Fix concurrent requests in videos list
916  * Fix player on iOS
917
918
919 ## v1.0.0-beta.4
920
921 ### BREAKING CHANGES
922
923  * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
924  * Move video channels routes:
925    * `/videos/channels` routes to `/video-channels`
926    * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
927  * PeerTube now listen on 127.0.0.1 by default
928  * Use ISO 639 for language (*en*, *es*, *fr*...)
929    * Tools (`import-videos`...) need the language ISO639 code instead of a number
930    * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
931
932 ### Features
933
934  * Add `publishedAt` attribute to videos
935  * Improve player:
936    * Smooth progress bar
937    * Settings menu
938    * Automatic resolution (depending on the user bandwidth)
939    * Some animations/effects
940    * More reactive when clicking on play
941    * Handle autoplay blocking by some web browsers
942    * Better responsive
943    * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
944  * Add an id to the body to override current CSS (for custom CSS)
945  * Add privacy argument to `upload.ts` script
946  * RSS/Atom/JSON-feed for videos recently-added/trending/account
947  * Support hostname binding in the configuration
948  * Add ability to click on an account in the video watch page (link to a search)
949  * Better responsive on many comment replies
950  * Move follows in the job queue
951  * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
952  * Add video privacy information in *my videos page*
953  * Use the video name for the torrent file name instead of the UUID
954  * Handle errors in embed (video not found, server error...)
955  * Account view (videos uploaded by this account + video channel owned by this account + about pages)
956  * Video channel view (videos uploaded in this channel + about pages)
957  * Video channel management (avatar update is still missing)
958
959 ### Bug fixes
960
961  * Fix "show more" description on video change
962  * Accept unlisted comments
963  * Don't start application until all components were initialized
964  * Fix word-break in video description and video comments
965  * Don't add a `.` after the URL in the "forgot password" email
966
967
968
969 ## v1.0.0-beta.3
970
971 ### Features
972
973  * Add hover background color in menu
974  * Add info about the initial user quota in the registration form
975  * Add link to register in the login form
976  * Prevent brute force login attack
977
978 ### Bug fixes
979
980  * Fix bad federation with videos with special utf characters in description (again)
981  * Fix views system behind a reverse proxy
982
983
984 ## v1.0.0-beta.2
985
986 ### Features
987
988  * More logging in SMTP module
989  * Add option to disable starttls in SMTP module
990  * Update STUN servers (using framasoft.org and stunprotocol.org now)
991  * Min comment length is 1 now (useful for emoji...)
992  * Better embed video player in small screens
993  * Reduce display time of title/description/control bar in embed on inactivity
994  * Add sign languages for videos attribute
995  * Add autoplay parameter for embed
996  * Videos search on account username and host too
997  * Redirect to homepage on empty search
998
999 ### Bug fixes
1000
1001  * Fix mentions in comment replies
1002  * Logo/Title redirects to the default route
1003  * Fix bad federation with videos with special utf characters in description
1004  * Fix pagination on mobile
1005  * Use instance name for page titles
1006  * Fix bad id for Create activities (ActivityPub)
1007  * Handle inner actors instead of just handling actor ids (ActivityPub)
1008  * Fallback to torrent file if infohash is incorrect
1009  * Fix admin config errors display/validation
1010  * Add public to Announces (ActivityPub)
1011  * Fix inability to run client when cookies are disabled
1012  * Fix words breaking in videos description
1013  * Graceful exit when import videos script fails
1014  * Fix import videos with long names
1015  * Fix login with a password containing special characters
1016  * Fix player error flickering with an unsupported video format
1017  * Fix comment delete federation
1018  * Fix communication of a PeerTube instance and Mastodon
1019  * Fix custom configuration with number values
1020
1021
1022 ## v1.0.0-beta.1
1023
1024 Nothing new here, but PeerTube is stable enough for being in beta now.
1025
1026
1027 ## v1.0.0-alpha.9
1028
1029 ### BREAKING CHANGES
1030
1031  * Update videos list/search/get API response:
1032    * Removed `resolution` field
1033    * Removed `resolutionLabel` field
1034    * Removed `category` field
1035    * Removed `categoryLabel` field
1036    * Removed `licence` field
1037    * Removed `licenceLabel` field
1038    * Removed `language` field
1039    * Removed `languageLabel` field
1040    * Removed `privacy` field
1041    * Removed `privacyLabel` field
1042    * Added `resolution.id` field
1043    * Added `resolution.label` field
1044    * Added `category.id` field
1045    * Added `category.label` field
1046    * Added `licence.id` field
1047    * Added `licence.label` field
1048    * Added `language.id` field
1049    * Added `language.label` field
1050    * Added `privacy.id` field
1051    * Added `privacy.label` field
1052
1053 ### Bug fixes
1054
1055  * Fix video_share_url duplicate key on failed transcoding job
1056
1057
1058 ## v1.0.0-alpha.8
1059
1060 ### Features
1061
1062  * Add ability to set a short instance description
1063
1064
1065 ## v1.0.0-alpha.7
1066
1067 ### BREAKING CHANGES
1068
1069  * Update videos list/search API response:
1070    * Removed `accountName` field
1071    * Removed `serverHost` field
1072    * Added `account.name` field
1073    * Added `account.displayName` field
1074    * Added `account.host` field
1075    * Added `account.url` field
1076    * Added `account.avatar` field
1077  * Update video abuses API response:
1078    * Removed `reporterUsername` field
1079    * Removed `reporterServerHost` field
1080    * Removed `videoId` field
1081    * Removed `videoUUID` field
1082    * Removed `videoName` field
1083    * Added `reporterAccount` field
1084    * Added `video.id` field
1085    * Added `video.name` field
1086    * Added `video.uuid` field
1087    * Added `video.url` field
1088
1089 ### Features
1090
1091  * Add "Local" in menu that lists only local videos
1092
1093
1094 ## v1.0.0-alpha.4
1095
1096 ### Features
1097
1098  * Add iOS support
1099
1100
1101 ## v1.0.0-alpha.1
1102
1103 ### Features
1104
1105  * Add messages about privacy and P2P
1106  * Add stats route
1107  * Add playback setting
1108
1109
1110 ## v0.0.29-alpha
1111
1112 ### BREAKING CHANGES
1113
1114  * Use only 1 thread for transcoding by default
1115
1116 ### Features
1117
1118  * Add help to JS/CSS custom configuration inputs
1119  * Keep ratio in video thumbnail generation
1120  * Handle video in portrait mode
1121
1122 ### Bug fixes
1123
1124  * Fix complete description on some videos
1125  * Fix job sorting in administration
1126
1127
1128 ## v0.0.28-alpha
1129
1130 ### BREAKING CHANGES
1131
1132  * Enable original file transcoding by default in configuration
1133  * Disable transcoding in other definitions in configuration
1134
1135 ### Features
1136
1137  * Fallback to HTTP if video cannot be loaded
1138  * Limit to 30 FPS in transcoding
1139
1140
1141 ## v0.0.27-alpha
1142
1143 ### Features
1144
1145  * Add ability for admin to inject custom JavaScript/CSS
1146  * Add help tooltip on some fields
1147
1148 ### Bug fixes
1149
1150  * Fix comment reply highlighting
1151
1152
1153 ## v0.0.26-alpha
1154
1155 ### BREAKING CHANGES
1156
1157  * Renamed script `import-youtube.js` to `import-videos.js`
1158  * Renamed `import-video.js` argument `youtube-url` to `target-url`
1159
1160 ### Features
1161
1162  * Add "Support" attribute/button on videos
1163  * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
1164
1165 ### Bug fixes
1166
1167  * Fix custom instance name overflow
1168
1169
1170 ## v0.0.25-alpha
1171
1172 ### Features
1173
1174  * Add ability to link a specific comment
1175
1176 ### Bug fixes
1177
1178  * Fix avatars on video watch page
1179
1180
1181 ## v0.0.24-alpha
1182
1183 ### Features
1184
1185 * Publish comments with *ctrl + enter*
1186
1187 ### Bug fixes
1188
1189 * Don't stuck on active jobs
1190 * Fix deleting a video with comments
1191 * Fix infinite scroll (videos list)