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