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