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