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