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