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