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