]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
Translated using Weblate (Arabic)
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v2.3.0-rc.1
4
5 ### IMPORTANT NOTES
6
7 * Deprecate `/videos/abuse` endpoint.
8 A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0)
9 * Renamed videos blacklist feature to videos blocks/blocklist
10
11
12 ### Documentation
13
14 * Add feeds routes to the openapi spec **@rigelk**
15 * Add notifications routes to the openapi spec **@rigelk**
16 * Add redundancy routes to the openapi spec **@rigelk**
17 * Add plugins routes to the openapi spec **@rigelk**
18 * Add examples, descriptions and missing filters for abuses routes in the openapi spec **@rigelk**
19 * Update CentOS insutructions in dependencies.md [@cgarwood82 in 2904](https://github.com/Chocobozzz/PeerTube/pull/2904)
20
21 ### Maintenance
22
23 * Switched image processing library from native dependency `sharp` to pure JS implementation `jimp`. Admins don't have to compile `sharp` anymore and `jimp` is lighter
24 * Provide specific engine boundaries for NodeJS and Yarn [@rigelk in 0c4bacb](https://github.com/Chocobozzz/PeerTube/commit/0c4bacbff53bc732f5a2677d62a6ead7752e2405)
25 * Add ability to set `database.name` config option [@gramakri in #2898](https://github.com/Chocobozzz/PeerTube/pull/2898)
26
27
28 ### Docker
29
30 * Fix `POSTGRES` env variables in docker-compose ([@kimsible in #2538](https://github.com/Chocobozzz/PeerTube/pull/2538/files))
31 * Fix OpenDKIM permissions in docker-compose setup [@kimsible in #2868](https://github.com/Chocobozzz/PeerTube/pull/2868)
32
33
34 ### Official PeerTube plugins
35
36 * [Auto block videos (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-block-videos)
37
38
39 ### Features
40
41 * :tada: Add global search support (has to be explicitely enabled by admins)
42 * :tada: Add ability for admins to display a banner on their instance
43 * :tada: Support Vietnamese and Kabyle languages. Also re-establish Occitan language locale despite lack of support in Angular
44 * Federation:
45 * Make federation of unlisted videos an instance-level server preference [@Tak in #2802](https://github.com/Chocobozzz/PeerTube/pull/2802)
46 * Sort ActivityPub video object files by resolution in descending order (fix issue with Pleroma)
47 * Send complete video description in ActivityPub video objects
48 * Moderation:
49 * Add ability to bulk delete comments of an account
50 * Add ability to mute accounts from video miniature
51 * Improve report modal: [@rigelk in #2842](https://github.com/Chocobozzz/PeerTube/pull/2842)
52 * Add ability to provide predefined reasons
53 * Embed of the video in the modal
54 * Add ability to set a **startAt** parameter
55 * Accessibility:
56 * Add lang attribute in languages list menu [@Pandoraaa in #2832](https://github.com/Chocobozzz/PeerTube/pull/2832)
57 * Add aria-hidden to non-descriptive icons [@Pandoraaa in #2844](https://github.com/Chocobozzz/PeerTube/pull/2844)
58 * Change focus color instead of opacity of video play button [@Pandoraaa in #2845](https://github.com/Chocobozzz/PeerTube/pull/2845)
59 * Add explicit step and aria-current attribute in register form [@Pandoraaa in #2861](https://github.com/Chocobozzz/PeerTube/pull/2861)
60 * Add scope tags and aria-labels in instance features table [@Pandoraaa in #2866](https://github.com/Chocobozzz/PeerTube/pull/2866)
61 * Add keyboard navigation in video watch page buttons [@Pandoraaa in #2854 with @rigelk](https://github.com/Chocobozzz/PeerTube/pull/2854)
62 * Replaced softies icons by feather icons **@rigelk**
63 * Support player hotkeys when it is not focused
64 * Improve video miniature grids to fill the space as much as possible **@rigelk**
65 * Add video miniature dropdown in *Discover* page
66 * Add channel information in *My videos* page
67 * Add videos count per channel in *My channels* page
68 * Improve channel deletion warning by explaining how many videos will be deleted
69 * Simplify navigation within most admin menus **@rigelk**
70 * Tracker:
71 * Log IP requesting unknown infoHash [@JohnXLivingston in
72 212e17a ](https://github.com/Chocobozzz/PeerTube/commit/212e17a1892162a69138c0b9c0a1bd88f95209a8)
73 * Block IP of infohash spammers [db48de8](https://github.com/Chocobozzz/PeerTube/commit/db48de8597897e5024f8e9ed5acb1a8f40748169)
74 * Allow limiting video-comments rss feeds to an account or video channel [@rigelk in 00494d6](https://github.com/Chocobozzz/PeerTube/commit/00494d6e2ae915741f47869dcd359d9728a0af91)
75
76 ### Bug fixes
77
78 * Fix default anonymous theme that should use instance default
79 * Fix configuration form issue when auto follow index URL is empty
80 * Fix URL import of some videos
81 * Fix quota representation in profile settings **@rigelk**
82 * Exclude 0p from auto webtorrent quality
83 * Fix scroll on some pages with hash in URL
84 * Fix search filter in video reports
85 * Fix anonymous user nsfw policy
86 * Don't cache embed HTML page resulting in broken embed after a PeerTube upgrade
87 * Accessibility:
88 * Add lang in document to match current locale [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822)
89 * Prevent duplicate id attributes for `.svg` [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822)
90 * Fix headings order or add missing ones [@Pandoraaa in #2871](https://github.com/Chocobozzz/PeerTube/pull/2871)
91 * Remove uneccessary details to link titles [@Pandoraaa in #2879](https://github.com/Chocobozzz/PeerTube/pull/2879)
92
93
94 ## v2.2.0
95
96 **Since v2.1.0**
97
98 ## IMPORTANT NOTES
99
100 * **/!\ VERY IMPORTANT /!\\** We added a unique index on actors usernames to fix some federation bugs.
101 Please check now if you have conflicts:
102 * Go inside your database using `sudo -u postgres psql peertube_prod` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 1;`
103 * If you have some results, it seems you have duplicate channels/accounts.
104 For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique).
105 The updated actors could have some federations issues
106 * Changed `auto_follow_index` setting configuration: you now have to use the complete URL in `index_url`.
107 If you used the default one, you now need to use `https://instances.joinpeertube.org/api/v1/instances/hosts`.
108 This way, you can also use a direct raw URL (Gitlab, Github, pastebin, etc.) using [a simple text format](https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow) and easily maintain small communities or instance recommendation lists.
109 * PeerTube requires NodeJS v10 or v12
110
111 ### CLI tools
112
113 * Add redundancy CLI: https://docs.joinpeertube.org/#/maintain-tools?id=peertube-redundancyjs
114 * Add ability to pass remaining options to youtube-dl binary in peertube-import script ([@drzraf](https://github.com/drzraf))
115
116 ### Docker
117
118 * **Important** Fix HLS storage configuration ([@xcffl](https://github.com/xcffl)): https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml#L48
119 * Add DKIM support to Docker ([@kimsible](https://github.com/kimsible))
120
121 ### Maintenance
122
123 * Add nginx configuration to redirect videos to an S3 bucket ([@rigelk](https://github.com/rigelk)) and update of the [corresponding documentation](https://docs.joinpeertube.org/#/admin-remote-storage).
124
125 ### Plugins/Themes/Embed API
126
127 * Add embed API (https://docs.joinpeertube.org/#/api-embed-player):
128 * `playbackState` can be `ended`
129 * `playbackStatusUpdate` has a `duration` field
130 * `setCaption` and `getCaptions` methods
131 * Add client plugin hooks (https://docs.joinpeertube.org/#/api-plugins):
132 * `action:login.init`
133 * `action:video-watch.video-threads.loaded`
134 * `action:video-watch.video-thread-replies.loaded` ([@ipbc-dev](https://github.com/ipbc-dev))
135 * Add server plugin hooks (https://docs.joinpeertube.org/#/api-plugins):
136 * `filter:api.video.pre-import-url.accept.result`
137 * `filter:api.video.pre-import-torrent.accept.result`
138 * `filter:api.video.post-import-url.accept.result`
139 * `filter:api.video.post-import-torrent.accept.result`
140 * Add server helpers:
141 * `database.query` to do SQL queries
142 * `videos.removeVideo`
143 * `config.getWebserverUrl`
144 * `moderation.blockServer`, `moderation.unblockServer`, `moderation.blockAccount`, `moderation.unblockAccount`, `moderation.blacklistVideo`, `moderation.unblacklistVideo`
145 * Add client helpers:
146 * `notifier` to notify users using the toast component ([@kimsible](https://github.com/kimsible))
147 * `showModal` to show a modal ([@kimsible](https://github.com/kimsible))
148 * `markdownRenderer` to render markdown ([@kimsible](https://github.com/kimsible))
149 * Add ability for plugins to define custom routes
150 * Add ability for plugins to remove video/playlist privacies
151 * Add ability for plugins to support additional auth methods
152 * Add `onSettingsChange` support
153
154 ### Official PeerTube plugins
155
156 * [OpenID Connect](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auth-openid-connect)
157 * [LDAP](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auth-ldap)
158 * [SAML2](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auth-saml2)
159 * [Auto mute accounts/instances (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-mute)
160
161 ## Features
162
163 * :tada: Add HTML support in PeerTube emails, improve text-only version ([@rigelk](https://github.com/rigelk))
164 * :tada: Add settings panel for anonymous users so they can change NSFW/P2P/autoplay/displayed videos policy ([@rigelk](https://github.com/rigelk))
165 * :tada: Improve redundancy management:
166 * Add quick action on video miniature to mirror a specific video using the web interface
167 * Add admin dashboard to list remote and local redundancies
168 * Add ability for admins to define remote redundancies policy (accept/reject)
169 * :tada: Many responsive & UI improvements:
170 * Add maximized mode to markdown textarea ([@kimsible](https://github.com/kimsible))
171 * Detect and prevent sub menu overflow on small screens using a dropdown or a modal ([@rigelk](https://github.com/rigelk))
172 * Use a typeahead component for the search bar ([@rigelk](https://github.com/rigelk))
173 * Use a modal instead of a dropdown menu in small/mobile views ([@kimsible](https://github.com/kimsible))
174 * Improve display of accounts and channel pages on small and medium screens ([@rigelk](https://github.com/rigelk))
175 * Improve forms layout ([@rigelk](https://github.com/rigelk))
176 * Replace helpers icons with descriptions in admin configuration ([@rigelk](https://github.com/rigelk))
177 * Improve tables on mobile devices to prevent layout breakage ([@kimsible](https://github.com/kimsible))
178 * Fix multiple broken views on small screens ([@kimsible](https://github.com/kimsible))
179 * Make video add tabs scrollable on small devices ([@kimsible](https://github.com/kimsible))
180 * Better use of space and icons in the plugin administration interface ([@rigelk](https://github.com/rigelk))
181 * Restyle toast notifications to tone down colors ([@rigelk](https://github.com/rigelk))
182 * Add/move links at the bottom of the left menu ([@rigelk](https://github.com/rigelk))
183 * Improve avatar upload UI ([@rigelk](https://github.com/rigelk))
184 * Use progress bars for quota used in my account ([@rigelk](https://github.com/rigelk))
185 * Add variable pagination size to all tables ([@rigelk](https://github.com/rigelk))
186 * Add empty states to all tables ([@rigelk](https://github.com/rigelk))
187 * Add generic text filter to all admin tables ([@rigelk](https://github.com/rigelk))
188 * Fix `z-index` for tooltips, modals and their button to prevent overlaps ([@rigelk](https://github.com/rigelk))
189 * And many others!
190 * :tada: Improve video abuses admin table ([@rigelk](https://github.com/rigelk)):
191 * Add in-text specific search filters
192 * Reports can be linked to directly
193 * Rich reporter field
194 * Add video thumbnail with abuse count for the video and position of the abuse in that list
195 * Expand row to see more information about the video, the reporter and the reportee
196 * Add many actions (on the video, on the reporter)
197 * Don't remove a report when a video is deleted
198 * Add information on a video abuse within its notification email ([@rigelk](https://github.com/rigelk))
199 * Add ability for video owners to delete comments
200 * Add filter inputs for blacklisted videos and muted accounts/servers ([@rigelk](https://github.com/rigelk))
201 * Video import improvements:
202 * Support subtitles when importing a video ([@kimsible](https://github.com/kimsible))
203 * Generate thumbnail/preview from URL and inject them in the video edit form ([@kimsible](https://github.com/kimsible))
204 * Support `licence` and `language` fields
205 * Support audio file imports
206 * Support WMA and WAV audio files upload
207 * Support drag and drop for video upload/torrent import ([@rigelk](https://github.com/rigelk))
208 * Add video file metadata to download modal ([@rigelk](https://github.com/rigelk))
209 * Add views stats for channels ([@rigelk](https://github.com/rigelk))
210 * Add more information about the user in the edit form ([@rigelk](https://github.com/rigelk))
211 * Server optimizations:
212 * Add cache for some immutable models
213 * Don't refresh videos when processing a view
214 * Optimize view endpoint
215 * Completely rewritten SQL query to list videos
216 * Optimize SQL request when broadcasting an activity
217 * Support infinite scrolling in the discover page
218 * Add ability for admins to create a user without a password. PeerTube will send a reset password link to the user ([@JohnXLivingston](https://github.com/JohnXLivingston))
219 * Improve embed title background opacity
220 * Add origin instance URL in watch page
221 * Clearer description of advanced search options
222 * Always copy full actor handle in video channels view ([@rigelk](https://github.com/rigelk))
223 * Add `sendmail` support ([@immae](https://github.com/immae)) to `smtp` configuration
224 * Support `rel="me"` links in markdown
225 * Use `originallyPublishedAt` from body on import if it exists
226 * Sort outbox by *DESC createdAt* order
227 * Increase video comment max length limit
228
229 ### Bug fixes
230
231 * Update default user theme to `instance-default` (Jorge Silva)
232 * Fix user dropdown menu with long texts ([@rigelk](https://github.com/rigelk))
233 * Fix load more comments on infinite scroll ([@ipbc-dev](https://github.com/ipbc-dev))
234 * Fix CSP issue on WebFinger service ([@ZanyMonk](https://github.com/ZanyMonk))
235 * Fix federation with Pleroma
236 * Fix Safari and iOS video play
237 * Fix broken HLS player on old Edge
238 * Fix running HLS transcoding on existing HLS video
239 * Fix user role edition
240 * Fix video duration display
241 * Fix error when adding a video in a playlist that does not have a thumbnail
242 * Fix internal video display in playlists
243 * Fix add comment in threads with deleted comments
244 * Fix video codec in HLS playlist resulting in a broken video
245 * Fix torrent import on Windows
246 * Respect browser autoplay policy: don't autoplay videos in mute mode
247 * Fix playlist videos autoplay/next play ([@rigelk](https://github.com/rigelk))
248 * Fix admin table column invalid sort error
249 * Fix outbox crawling max page/timeout (when an admin follows an instance with many videos)
250 * Add CORS to ActivityPub routes
251 * Fix my video imports table display when a video gets deleted ([@rigelk](https://github.com/rigelk))
252 * Fix peertube/import scripts `comment-enabled`, `wait-transcoding` and `download-enabled` options
253 * Don't leak unlisted videos in comments feed
254 * Do not display deleted comments or muted accounts/instances in RSS feed
255 * Fix HLS audio only transcoding
256 * Fix playlist creation/update with a long description
257 * Fix links of same instance in video description
258 * Fix REPL script
259 * Fix broken client when cookies are disabled
260 * Fix upload button color in dark mode
261 * Explicit theme colors for inputs and textarea
262 * Fix input/textarea themes
263 * Fix action button icons theme
264 * Fix grey color theme
265 * Fix regression scrollbar bgcolor mdtextarea maximized-mode ([@kimsible](https://github.com/kimsible))
266
267
268 **since v2.2.0-rc.1**
269
270 ### Bug fixes
271
272 * Fix broken migration introduced in 2.2.0-rc.1 in docker
273 * Fix sort icons in tables
274 * Fix action button overflow in tables
275 * Fix broken client when cookies are disabled
276 * Fix upload button color in dark mode
277 * Explicit theme colors for inputs and textarea
278 * Fix input/textarea themes
279 * Fix dropdown menu overflow
280 * Fix notifications with dark theme
281 * Fix action button icons theme
282 * Fix grey color theme
283 * Fix regression scrollbar bgcolor mdtextarea maximized-mode ([@kimsible](https://github.com/kimsible))
284 * Fix broken emails
285
286
287
288 ## v2.1.1
289
290 ### Bug fixes
291
292 * Fix youtube-dl in docker image
293 * Fix playlist creation/update
294 * Fix fetch of instance config in client
295 * Manual approves followers only for the instance (and not accounts/channels)
296 * Fix avatar update
297 * Fix CSP for embeds
298 * Fix scroll of the menu on mobile
299 * Fix CPU usage of PostgreSQL
300 * Fix embed for iOS
301
302
303 ## v2.1.0
304
305 **Since v2.0.0**
306
307 ### IMPORTANT NOTES
308
309 * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (can be executed after your upgrade, while your PeerTube instance is running) to create HLS video torrents:
310 * `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-2.1.js`
311 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.
312 Please check now if you have conflicts using:
313 * Go inside your database using `sudo -u postgres psql peertube_prod` and run `select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 1;`
314 * If you have some results, it seems you have duplicate channels/accounts.
315 For every entry, you'll have to change the preferredUsername of the entry you want (so they are unique).
316 The updated actors could have some federations issues
317 * We now use Buster for the docker image, so the image name changed:
318 * `production-stretch` becomes `production-buster`
319 * `v2.x.x-stretch` becomes `v2.x.x-buster`
320 * Users cannot create more than 20 channels now to avoid UX and actor name squatting issues
321 * We added a warning if the `videos` directory is the same than the `redundancy` one in your configuration file: it can create some bugs
322
323 ### Documentation
324
325 We added some sections in the documentation website:
326
327 * S3 remote storage: https://docs.joinpeertube.org/#/admin-remote-storage
328 * Instances redundancy: https://docs.joinpeertube.org/#/admin-following-instances
329 * Moderate your instance: https://docs.joinpeertube.org/#/admin-moderation
330 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
331 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
332 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
333 * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player
334
335 ### Docker
336
337 * Sticking to one env-var management system ([@Leopere](https://github.com/Leopere)) (See https://github.com/Chocobozzz/PeerTube/pull/2247)
338 * Simplify Dockerfile and slim Docker image ([@Nutomic](https://github.com/nutomic))
339 * Add HLS support in Docker container by using the latest Debian stable (Buster) image
340
341 ### Plugins/Themes API
342
343 * Add checkbox and textarea as possible input types for settings ([@rigelk](https://github.com/rigelk))
344 * Add `isLoggedIn` helper to client plugins ([@rigelk](https://github.com/rigelk))
345 * Add client plugin hooks:
346 * `action:video-watch.player.loaded` with player instance
347 * `action:video-watch.video.loaded` with a videojs instance
348 * `action:signup.register.init` ([@rigelk](https://github.com/rigelk))
349 * `filter:api.signup.registration.create.params` ([@rigelk](https://github.com/rigelk))
350 * `filter:internal.video-watch.player.build-options.params`
351 * `filter:internal.video-watch.player.build-options.result`
352 * `filter:internal.common.svg-icons.get-content.params`
353 * `filter:internal.common.svg-icons.get-content.result`
354 * Add server plugins hooks:
355 * `action:api.user.blocked`
356 * `action:api.user.unblocked`
357 * `action:api.user.registered`
358 * `action:api.user.created`
359 * `action:api.user.deleted`
360 * `action:api.user.updated`
361 * `action:api.user.oauth2-got-token`
362 * Accept `.` `_` and `0-9` characters in plugin names
363
364 ### Maintenance
365
366 * PeerTube moved translations from Zanata to Weblate. Here is the new translations website URL: https://weblate.framasoft.org/projects/peertube/
367 * We now provide a JavaScript library to control a PeerTube embed: https://www.npmjs.com/package/@peertube/embed-api
368 * Add ability to generate HLS videos using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/#/maintain-tools?id=create-transcoding-jobjs))
369 * Update nginx template: (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
370 * Add streaming playlists endpoint
371 * Add `client_body_temp_path` hint
372 * Relax TLS/SSL ciphers hardening to allow Android 4.4.2 to use the PeerTube instance API
373 * Add `maxFileSize`, `maxFiles` and `anonymizeIP` log options in configuration file
374
375 ### Features
376
377 * :tada: Add *internal* video privacy mode. *Internal* videos are only available to other logged in users of your instance, and are not federated
378 * :tada: Add hyperlink video timestamps in comments & video descriptions ([@Lesterpig](https://github.com/lesterpig) & [@rigelk](https://github.com/rigelk))
379 * :tada: Comments improvements:
380 * Support basic markdown
381 * Soft delete video comments instead of destroying them ([@alcalyn](https://github.com/alcalyn))
382 * Add commentator name alongside fid for video comments ([@rigelk](https://github.com/rigelk))
383 * Add a cancel button in comment form ([@rigelk](https://github.com/rigelk))
384 * Show number of comments under a video in watch page ([@rigelk](https://github.com/rigelk))
385 * Add user moderation dropdown ([@rigelk](https://github.com/rigelk))
386 * Add ability to sort comments by *total replies* or *created date* ([@rigelk](https://github.com/rigelk))
387 * Add *total replies from video author* indicator ([@rigelk](https://github.com/rigelk))
388 * Comment name emphasis for video author ([@rigelk](https://github.com/rigelk))
389 * Add "Watch later" button in video miniature overlay ([@rigelk](https://github.com/rigelk))
390 * Add ability to transcode videos in an audio only video container ([@Yetangitu](https://github.com/Yetangitu))
391 * Add playlist search input in *add to playlist* dropdown ([@rigelk](https://github.com/rigelk))
392 * Add search bars for a user's videos and playlists ([@rigelk](https://github.com/rigelk))
393 * Support playlists in share modal
394 * Better UI for a better world:
395 * Add play/pause bezels to the video player ([@rigelk](https://github.com/rigelk))
396 * Use icons instead of buttons in watch page (like/dislike, support...) ([@rigelk](https://github.com/rigelk))
397 * Improve *PeerTube* section in About page and add links to the documentation
398 * Improve comment tree in Watch page
399 * Improve dropdown box shadow ([@rigelk](https://github.com/rigelk))
400 * Add channel avatar to watch view ([@rigelk](https://github.com/rigelk))
401 * Improve likes-dislikes bar usability
402 * Alter titles section header style ([@rigelk](https://github.com/rigelk))
403 * Enhance jobs list display on smaller screens ([@alcalyn](https://github.com/alcalyn))
404 * Add a button in the videos from subscriptions page to manage subscriptions ([@rigelk](https://github.com/rigelk))
405 * Add duration to video attributes in watch view ([@rigelk](https://github.com/rigelk))
406 * Add a message in the login form when signup is disabled for people that are looking for an account ([@rigelk](https://github.com/rigelk))
407 * Add "Manage" button in owned account and channels pages ([@rigelk](https://github.com/rigelk))
408 * Improve password input accessibility ([@rigelk](https://github.com/rigelk))
409 * Add descriptions in moderation dropdown ([@rigelk](https://github.com/rigelk))
410 * Performances improvements:
411 * Lazy load categories, licences, languages and video/playlist privacies in the client
412 * Only update remote actor avatar if the filename changed
413 * Optimize transcoding by using the lowest resolution as input file
414 * Speedup embed first paint
415 * Optimize videos list SQL query
416 * Optimize local videos list SQL query
417 * Cache `peertube` instance actor SQL result
418 * Cache HLS/WebTorrent InfoHash SQL result
419 * Optimize notification endpoint on specific cases
420 * Optimize "list my playlists" SQL query
421 * Improve search filters: ([@rigelk](https://github.com/rigelk))
422 * Add ability to sort results
423 * Improve tags filter inputs
424 * Add a button to reset filters
425 * Improve autoplay: ([@rigelk](https://github.com/rigelk))
426 * Autoplay next video switch for both user and visitors
427 * Add *up next* screen on autoplay
428 * Autoplay next video support for playlists
429 * Add *next* video button to the player
430 * Add loop setting when watching a playlist
431 * Add option to download subtitles in download modal ([@rigelk](https://github.com/rigelk))
432 * Add a button in account page to follow all account channels ([@rigelk](https://github.com/rigelk))
433 * Add ability to search a video directly by its UUID
434 * Case insensitive tags search
435 * Add ability to disable WebTorrent (and only enable HLS) (**experimental and breaks federation with PeerTube instances < 2.1**)
436 * Don't seed if the client is on a cellular network in the HLS player
437 * Load HLS player in embed by default if enabled
438 * Admin panels:
439 * Add ability to sort by *state*, *score* and *redundancy allowed* columns in following/followers admin table
440 * Add ability to filter per job type in admin
441 * Add *Audit logs* section in admin Logs panel
442 * Improve Media-RSS support ([@rigelk](https://github.com/rigelk))
443 * Explicit the tag limit in video form ([@bikepunk](https://github.com/bikepunk))
444 * Add a warning when uploading videos using root
445 * Clearer video quota label in user settings
446 * Pause the video when the user opens a modal
447 * Handle basic HTML in account descriptions
448 * Support `m4v` videos
449 * Improve 4k resolution bitrate
450 * Add missing hotkeys documentation in the watch page
451 * Add a button to copy the channel handle ([@rigelk](https://github.com/rigelk))
452 * Add server config to the nodeinfo metadata ([@rigelk](https://github.com/rigelk))
453 * Improve notification popup interactivity ([@rigelk](https://github.com/rigelk))
454
455 ### Bug fixes
456
457 * Don't notify if the account in on a muted instance
458 * Don't leak other notified addresses in notification emails
459 * Allow the embed iframe to open links
460 * Add missing button roles for the language chooser and keyboard shortcut menu items [@MarcoZehe](https://github.com/MarcoZehe)
461 * Fix overflow when creating a channel
462 * Fix "copy magnet URI" in player
463 * Fix text overflow in menu
464 * Fix player focus
465 * Only display accepted followers/followings instances in about page
466 * Fix brackets truncation in video description
467 * Fix channel playlist miniatures overflow
468 * Fix background color on some screens
469 * Fix captions upload issue depending on the caption name
470 * Fix file download when the video is private
471 * Fix dropdown on video miniature for unlogged users
472 * Fix video support field in update form
473 * Fix video import having a long thumbnail url (Facebook for example)
474 * Add correct HTTP status on not found video
475 * Fix bug on login when username has a special character (`_` for example)
476 * Fix plugin unregistration that did not remove properly its hooks ([@JohnXLivingston](https://github.com/JohnXLivingston))
477 * Fix wrong audio only resolution label for hls
478 * Fix AP icon URL for imported videos
479 * Fix octet stream fallback for video ext
480
481 **since v2.1.0-rc.1**
482
483 ### Bug fixes
484
485 * Fix wrong audio only resolution label for hls
486 * Fix AP icon URL for imported videos
487 * Fix embed on mastodon
488 * Fix octet stream fallback for video ext
489
490
491 ## v2.0.0
492
493 **Since v1.4.1**
494
495 ### IMPORTANT NOTES
496
497 * Removed old JSON LD signature implementation. There will be some **federation incompatibilities** with forwarded activities sent
498 by PeerTube instances < v2.0.0
499 * Replaced configuration key `email.object` with `email.subject`: https://github.com/Chocobozzz/PeerTube/commit/916937d7daf386e4e2d37b2ca22db07b644b02df
500
501 ### Plugins/Themes API
502
503 * Add plugin hook on registration `filter:api.user.signup.allowed.result`
504
505 ### Docker
506
507 * Fix traefik version docker compose (**you need to update your `docker-compose.yml` file**: https://github.com/Chocobozzz/PeerTube/commit/f1b38883922fd59b36f093e44a5091e090d20862)
508
509 ### Maintenance
510
511 * Add `--tmpdir`, `--first`, `--last` and `--verbose [level]` parameters to peertube-import-videos script ([@Yetangitu](https://github.com/Yetangitu))
512 * Improve REST API documentation ([@frankstrater](https://github.com/frankstrater))
513 * Improve plugin management documentation
514
515 ### Features
516
517 * Better instance admin responsibility:
518 * Add ability to set more information about your instance. This will be used in the future on https://joinpeertube.org to help people find
519 the appropriate PeerTube instance on which they can register:
520 * Main **Categories**
521 * **Languages** you/your moderators speak
522 * **Code of Conduct**
523 * **Moderation information** (who moderates your instance, NSFW policy etc)
524 * Who is **behind the instance** (a single person? non-profit?)
525 * Why did the admin **create this instance**
526 * How long the admin plan to **maintain the instance**
527 * How the administrator **will finance** the PeerTube server
528 * **Hardware** information
529 * Add these information in the about page and in the signup page
530 * Add a welcome modal at first admin login with some explanations of PeerTube and some useful links
531 * Add warning modal when administrators enable or enabled signup but did not fill some important instance information
532 (for now the instance **name**, **terms**, **administrator** and **maintenance lifetime** information)
533 * Add ability to automatically follow back other instances
534 * Add ability to automatically follow [the public registry](https://instances.joinpeertube.org/) instances
535 * Add *Most liked videos* page ([@alcalyn](https://github.com/alcalyn))
536 * Add a drag&drop delay on playlist videos to allow user scroll on small screens ([@alcalyn](https://github.com/alcalyn))
537 * Allow to toggle video publication date to display absolute date ([@alcalyn](https://github.com/alcalyn))
538 * Add statistics in about page ([@alcalyn](https://github.com/alcalyn))
539 * Improve the *feature table* in about page
540 * Add contributors in about page
541 * Clearer warning of IP address leaking on embedded videos ([@robinkooli](https://github.com/robinkooli))
542 * Case insensitive search on video tags
543 * Add video name in "video publish notification"
544 * Add ability to autoplay next recommended video (opt in) ([@LoveIsGrief](https://github.com/LoveIsGrief))
545 * Add link behind the subscribe via RSS button ([@frankstrater](https://github.com/frankstrater))
546 * Support text/plain caption files
547 * Speedup theme injection
548 * Add ability to enable HLS in the admin panel
549
550 ### Bug fixes
551
552 * Fix audio upload
553 * Handle video reports from mastodon
554 * Fix videos redundancy exceeding the limit
555 * Fix search when user defined video languages in their preferences
556 * Don't quick transcode with the wrong pixel format
557 * Hide videos abuses of muted accounts
558 * Fix account avatar widths
559 * Fix default `commentsEnabled` and `downloadEnabled` values on video upload/import ([@frankstrater](https://github.com/frankstrater))
560 * Disable auto complete of email field when editing another user information in admin panel ([@Knackie](https://github.com/Knackie))
561 * Fix federation issues with some actors (that have long descriptions, or missing optional AP fields)
562 * Remove down redundancy endpoints in HLS player
563 * Fix user notifications with multiple opened tabs
564 * Replace "overview" by "discover" in webpage titles
565 * Clearer IP debug message in admin panel
566 * Fix checkbox styles when using a theme
567 * Don't redirect on verify account page after login
568 * Fix player captions menu after choosing a subtitle
569 * Fix CLI scripts with URLs ending with a `/`
570 * Fix `--since` and `--until` timezone in `peertube-import-videos` script
571 * Avoid circular error in logger
572 * Fix start/stop of first element when loading a playlist
573
574 ***Since v2.0.0-rc.1***
575
576 ### Features
577
578 * Improve welcome/warning modals
579 * Add ability to enable HLS in the admin panel
580
581 ### Bug fixes
582
583 * Fix auto index follow
584 * Fix CLI scripts with URLs ending with a `/`
585 * Fix `--since` and `--until` timezone in `peertube-import-videos` script ([@fflorent](https://github.com/fflorent))
586 * Avoid circular error in logger
587 * Fix start/stop of first element when loading a playlist
588
589
590 ## v1.4.1
591
592 ### Bug fixes
593
594 * Fix too fast redundancy eviction
595 * Fix broken auto blacklist page
596 * Rename signup steps
597 * Fix menu x overflow
598
599
600 ## v1.4.0
601
602 **Since v1.3.1**
603
604 ### IMPORTANT NOTES
605
606 * **Important** Add `plugins` directory in configuration file. **You should configure it in your production.yaml**
607 * **Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
608 * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
609 * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
610 * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491
611 * **Important:** With the new theme system, we removed the dark mode button. Your administrator has to install [the dark theme](https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark)
612 from their admin panel, and then users can choose this theme in their settings
613 * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information
614 * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter
615 * Renamed `Overview` page to `Discover`
616
617 ### Security
618
619 * Moderators can only create and update regular users (thanks GGC-Project)
620
621 ### Maintenance
622
623 * Create a dedicated `package.json` for CLI tools to reduce server dependencies size
624 * Add ability to set root password by environment at first start ([@darnuria](https://github.com/darnuria))
625 * Removed unused `uuid` actor field (we already have a unique identifier that is the `preferredUsername`)
626 * Add ability to disable PeerTube log rotation ([@NassimBounouas](https://github.com/NassimBounouas))
627 * Speedup font display ([@BO41](https://github.com/BO41))
628 * Improve static files HTTP cache
629 * Add `--since` and `--until` parameters to import videos script to easily sync external channels ([@fflorent](https://github.com/fflorent))
630 * Optimize `/watch/:uuid` endpoint
631 * Optimize Sequelize (SQL ORM) queries generation (consumes less CPU)
632 * Prune script is faster and can prune avatar files
633
634 ### Features
635
636 * :tada: Support Finnish, Greek and Scottish Gaelic languages
637 * :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
638 * Install plugins or themes from the administration panel
639 * Choose a default theme for your instance
640 * Users can choose the theme they want among the list of themes their administrator installed
641 * :tada: Add ability to upload audio files: PeerTube will merge the audio file and the thumbnail to create a video
642 * Multi step registration:
643 * Add ability for new users to create their default channel
644 * Guess the account username/channel username according to their display name
645 * Add explanations about what the purpose of a username/channel name is, and what a channel is
646 * Improve account video channels page:
647 * Set it as the default page for the account page in order to avoid confusion between the account homepage and the video channel homepage
648 * Display channels in rows with some of their videos
649 * Support more URL parameters in embeds: `muted`, `loop`, `peertubeLink`
650 * Redesign share modal and add customizations:
651 * Start/stop at a specific timestamp
652 * Automatically play/mute/loop the video
653 * Set a specific subtitle by default
654 * Group subscriptions and recently added videos in chronological order
655 * Add ability for users to change their email address
656 * Add ability to update the support field of all channel videos when we update the channel support field
657 * Add a language filter in user preferences to display only videos in specific languages
658 * Add instance follows list in a dedicated tab in the "About" page
659 * Add ability to set to private a public/unlisted video or video playlist
660 * Transcode in the `tmp` directory for s3fs compatibility ([@libertysoft3](https://github.com/libertysoft3))
661 * Add a button to copy account username ([@NassimBounouas](https://github.com/NassimBounouas))
662 * Redirect to "Local videos" page when going to the `peertube` account page
663 * Rearrange search filter options ([@realityfabric](https://github.com/realityfabric))
664 * Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
665 * Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
666 * Support 4K transcoding
667 * Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
668 * Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
669 * Add rate limit to registration and API endpoints
670 * Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
671 * Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
672 * Automatically remove dead followings
673 * Federate comment deletion if the comment was deleted by the video owner
674
675 ### Bug fixes
676
677 * Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
678 * Fix tools auth with remote instances
679 * Fix various issues in upload/import scripts
680 * Fix redundancy exceeded quota
681 * Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
682 * Fix quota display in features table
683 * Fix transcoding help placement
684 * Fix invisible videos in playlists
685 * Fix HLS transcoding in lower resolutions
686 * Fix various federation issues
687 * Fix mute badge labels
688 * Fix broken follow notification when the actor is deleted
689 * Fix overflow and playlist block width in the watch page
690 * Fix search results overflow on mobile
691 * Fix infinite scroll on big screens
692 * Fix start time on some HLS videos
693 * Fix socket notification with multiple user tabs
694 * Fix redundancy if the instance has already the file on disk
695 * Fix image and plugin CSP
696 * Fix video rows overflow
697 * Dismiss modals on pop state
698 * Go back when cancel NSFW modal
699
700
701 ***Since v1.4.0-rc.1***
702
703 ### Features
704
705 * Add Finnish language support
706
707 ### Bug fixes
708
709 * Fix broken front end on Firefox ESR (60)
710 * Fix prune storage script when using a same directory for multiple storage keys
711 * Relax plugin `package.json` validation
712 * Replace "overview" by "discover" in client titles
713 * Change configuration: `email.object` becomes `email.subject`
714 * Fix user creation by moderators
715 * Fix video playlist element removal
716 * Fix plugin card background color with dark theme
717 * Fix lazy static route with unknown avatars (404 instead of 500)
718 * Fix socket notification with multiple user tabs
719 * Fix redundancy if the instance has already the file on disk
720 * Fix image and plugin CSP
721 * Fix video rows overflow
722 * Dismiss modals on pop state
723 * Go back when cancel NSFW modal
724
725
726 ## v1.3.1
727
728 ### Bug fixes
729
730 * Fix Mastodon remote interactions
731 * Fix missing video download button
732 * Fix error in video upload/update form when scheduling publication
733 * Fix black theme on some pages
734 * Fix video import if auto blacklist is enabled
735
736
737 ## v1.3.0
738
739 **Since v1.2.0**
740
741 ### IMPORTANT NOTES
742
743 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
744 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
745 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
746
747 ### Maintenance
748
749 * Add GitPod support ([@jankeromnes](https://github.com/jankeromnes)) that could help people to contribute on PeerTube: https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md#online-development
750 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
751 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
752 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
753
754 ### Docker
755
756 * **Important**: Add host network mode to the reverse proxy section (without this, it could break videos views and P2P: https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666)
757 * **Important**: Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
758 and update your [.env](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env#L8) to fix IP forwarding issue ([@Nutomic](https://github.com/nutomic))
759 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
760
761 ### Features
762
763 * Add video playlist support
764 * A user has a default `Watch-later` playlist
765 * A user can create private, unlisted or public playlists
766 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
767 * The difference with a channel is that you cannot subscribe to a playlist, but you can add videos from any other user in your playlist.
768 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
769 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
770 * Add Japanese & Nederlands & Português (Portugal) support
771 * Add experimental HLS support
772 * Better playback
773 * Better bandwidth management (for both client & server)
774 * Needs to store another video file per resolution, so enabling this option multiplies the videos storage by 2 (only new uploaded videos, this is not retroactive)
775 * Requires ffmpeg >= 4
776 * Better instance's followers management:
777 * Add ability to remove an instance's follower
778 * Add ability to forbid all new instance's followers
779 * Add ability to manually approve new instance's followers
780 * Add notification on new instance's follower
781 * Improve UI:
782 * Increase player default height
783 * Reduce big play button border width
784 * Increase thumbnail sizes
785 * Add hover effect on video miniature
786 * Add "my library" section in menu
787 * Add missing icons in some buttons/dropdown
788 * 2 rows per overview section
789 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
790 * Improve video miniatures list on mobile
791 * Add animation when opening user notifications
792 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
793 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
794 * Add video miniature dropdown
795 * Add ability for admins to declare their instance as dedicated to NSFW content
796 * Improve SEO (there is still work to be done)
797 * Login is now case insensitive (if using official web client)
798 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
799 * Improve comment deletion warning
800 * Restore videos list component on history back
801 * Add ability to consult server logs in admin
802 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
803 * Add a debug page to help admins to fix IP configuration issues
804 * Add ability for admins to limit users videos history size
805 * Add ability for admins to delete old remote videos views (reduce database size)
806 * Optimize video update page load
807 * Less refresh jobs
808 * Cleanup invalid AP rates/comments/shares
809 * Better videos redundancy config error handling
810 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
811 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
812 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
813
814 ### Bug fixes
815
816 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
817 * Fix account description database error
818 * Fix Pleroma follow
819 * Fix greek label
820 * Fix email notification for some users
821 * Fix translation of "Copy magnet URI"
822 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
823 * Fix URL in video import notification
824 * Don't close help popover when clicking on it
825 * Fix `tmp` directory cleanup
826 * Fix custom CSS help
827 * Fix JSONLD context
828 * Fix privacy label display in upload form
829 * Fix my account settings responsiveness
830 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
831 * Fix contact admin button overflow
832 * Wait config to be loaded before loading login/signup
833 * Privacy is optional in upload API endpoint
834 * Fix hotkeys help popup overflow
835
836 ***Since v1.3.0-rc.2***
837
838 ### Bug fixes
839
840 * Fix duplicates in playlist add component
841 * Fix crash in files cache
842 * Fix playlist view/update 403
843 * Fix search with bad webfinger handles
844
845
846 ## v1.2.1
847
848 ### Bug fixes
849
850 * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
851 * Fix too long display name overflow in menu
852 * Fix mention notification when a remote account mention a local account that has the same username than yours
853 * Fix access to muted servers table for moderators
854 * Don't crash notification popup on bug
855 * Fix reset password script that leaks password on invalid value
856
857
858 ## v1.2.0
859
860 ### BREAKING CHANGES
861
862 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
863 * **Docker:** Check you have all the storage fields in your `/config/production.yaml` file: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml#L34
864 * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
865 * **nginx:** Add socket io endpoint. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
866 * Moderators can manage users now (add/delete/update/block)
867 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
868
869 ### Maintenance
870
871 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
872 * Explain that PeerTube must be stopped in prune storage script
873 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
874 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
875
876 ### Docker
877
878 * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir))
879
880 ### Features
881
882 * Add Russian, Polish and Italian languages
883 * Add user notifications:
884 * Notification types:
885 * Comment on my video
886 * New video from my subscriptions
887 * New video abuses (for moderators)
888 * Blacklist/Unblacklist on my video
889 * Video import finished (error or success)
890 * Pending video published (after transcoding or a scheduled update)
891 * My account or one of my channel has a new follower
892 * Someone (except muted accounts) mentioned me in comments
893 * A user registered on the instance (for moderators)
894 * Notification actions:
895 * Add a web notification
896 * Send an english email
897 * Add contact form in about page (**enabled by default**)
898 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
899 * Support additional video extensions if transcoding is enabled (**enabled by default**)
900 * Redirect to the last url on login
901 * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru
902 * Automatically enable the last selected caption when watching a video
903 * Add ability to disable, clear and list user videos history
904 * Add a button to help to translate peertube
905 * Add text in the report modal to explain to whom the report will be sent
906 * Open my account menu entries on hover
907 * Explain what features are enabled on the instance in the about page
908 * Add an error message in the forgot password modal if the instance email system is not configured
909 * Add sitemap
910 * Add well known url to change password ([@rigelk](https://github.com/rigelk))
911 * Remove 8GB video upload limit on client side. There may still be such limit depending on the reverse proxy configuration ([@scanlime](https://github.com/scanlime))
912 * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic))
913 * Update title and description HTML tags when rendering video HTML page
914 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
915 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
916 * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
917 * Warn users when they leave the video upload/update (on page refresh/tab close)
918 * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
919 * Increase video abuse length to 3000 characters
920 * Add totalLocalVideoFilesSize in the stats endpoint
921
922 ### Bug fixes
923
924 * Fix the addition of captions to a video
925 * Fix federation of some videos
926 * Fix NSFW blur on search
927 * Add error message when trying to upload .ass subtitles
928 * Fix default homepage in the progressive web application
929 * Don't crash on queue error
930 * Fix EXDEV errors if you have multiple mount points
931 * Fix broken audio in transcoding with some videos
932 * Fix crash on getVideoFileStream issue
933 * Fix followers search
934 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
935 * Use origin video url in canonical tag
936 * Fix captions in HTTP fallback
937 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
938 * Add missing translations in video embed page
939 * Fix some styling issues in dark mode
940 * Fix transcoding issues with some videos
941 * Fix Mac OS mkv/avi upload
942 * Fix menu overflow on mobile
943 * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
944
945
946 ## v1.1.0
947
948 ***Since v1.0.1***
949
950 ### BREAKING CHANGES
951
952 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
953
954 ### Maintenance
955
956 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
957 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
958 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
959 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
960 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
961 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
962
963 ### Scripts
964
965 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
966 * Add REPL script ([@McFlat](https://github.com/mcflat))
967
968 ### Docker
969
970 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
971 * Add docker dev image ([@am97](https://github.com/am97))
972 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
973 * Add postfix image
974 * Redirect HTTP -> HTTPS
975 * Disable Træfik web UI
976
977 ### Features
978
979 * Automatically resume videos if the user is logged in
980 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
981 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
982 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
983 * Add moderation tools in the account page
984 * Add bulk actions in users table (Delete/Ban for now)
985 * Add search filter in admin users table
986 * Add search filter in admin following
987 * Add search filter in admin followers
988 * Add ability to list all local videos
989 * Add ability for users to mute an account or an instance
990 * Add ability for administrators to mute an account or an instance
991 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
992 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
993 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
994 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
995 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
996 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
997 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
998 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
999 * Add background effect to activated menu entry
1000 * Improve video upload error handling
1001 * Improve message visibility on signup
1002 * Auto login user on signup if email verification is disabled
1003 * Speed up PeerTube startup (in particular the first one)
1004 * Delete invalid or deleted remote videos
1005 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
1006 * Add separators in user moderation dropdown
1007
1008 ### Bug fixes
1009
1010 * AP mimeType -> mediaType
1011 * PeerTube is not in beta anymore
1012 * PeerTube is not in alpha anymore :p
1013 * Fix optimize old videos script
1014 * Check follow constraints when getting a video
1015 * Fix application-config initialization in CLI tools ([@Yetangitu](https://github.com/Yetangitu))
1016 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
1017 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
1018 * Fix Linked Signature compatibility
1019 * Fix AP collections pagination
1020 * Fix too big thumbnails (when using URL import)
1021 * Do not host remote AP objects: use redirection instead
1022 * Fix video miniature with a long name
1023 * Fix video views inconsistencies inside the federation
1024 * Fix video embed in Wordpress Gutenberg
1025 * Fix video channel videos url when scrolling
1026 * Fix player progress bar/seeking when changing resolution
1027 * Fix search tab title with no search
1028 * Fix YouTube video import with some videos
1029
1030 ***Since v1.1.0-rc.1***
1031
1032 ### Bug fixes
1033
1034 * Fix AP infinite redirection
1035 * Fix trending page
1036
1037
1038 ## v1.0.1
1039
1040 ### Security/Maintenance/Federation
1041
1042 * Add HTTP Signature in addition to Linked Signature:
1043 * It's faster
1044 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
1045
1046
1047 ## v1.0.0
1048
1049 ### SECURITY
1050
1051 * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka)
1052
1053 ### Bug fixes
1054
1055 * Check video exists before extending expiration
1056 * Correctly delete redundancy files
1057 * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk))
1058 * Fix avatar update
1059 * Avoid old issue regarding duplicated hosts in database
1060
1061
1062 ## v1.0.0-rc.2
1063
1064 ### Bug fixes
1065
1066 * Fix config endpoint
1067
1068
1069 ## v1.0.0-rc.1
1070
1071 ### Features
1072
1073 * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
1074 * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
1075 * Add comment feeds in watch page
1076
1077 ### Bug fixes
1078
1079 * Fix dnt route (yes again, but now we have unit tests for this route :D)
1080 * Check video channel name is unique when creating a new one
1081 * Fix video fps validator (prevent redundancy/refresh of some old videos)
1082 * Allow empty search on client side ([@rigelk](https://github.com/rigelk))
1083 * Correctly forward comment deletion
1084
1085
1086 ## v1.0.0-beta.16
1087
1088 ### BREAKING CHANGES
1089
1090 * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
1091
1092 ### Features
1093
1094 * Add shortcuts icon in menu
1095 * Improve overview section titles
1096 * Check old password before change ([@BO41](https://github.com/BO41))
1097 * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
1098
1099 ### Bug fixes
1100
1101 * Stop seeding torrents after a failed import
1102 * Fix player crashing the web browser
1103 * Fix player performance with small devices
1104 * Fix some untranslated strings
1105 * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
1106 * Fix video import of some youtube videos
1107 * Fix (long) video description when importing by url
1108 * Fix Mastodon federation with a comment reply
1109 * Correctly delete directories on import
1110 * Remove duplicated videos on unfollow/delete redundancy
1111 * Fix 404 on manifest
1112 * Hide useless error when destroying fake renderer
1113 * Display other videos on big screens on the right of the watch page
1114 * Fix no other videos displayed on some videos
1115 * Fix hidden advanced options in upload form
1116 * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
1117 * Fix error when updating many video captions
1118 * Fix "my account" subtitles
1119 * Fix error when clicking on the disabled publish button
1120 * Increase timeout on upload endpoint
1121 * Fix redundancy with videos already duplicated by another instance(s)
1122 * Correctly delete files on failed import
1123
1124
1125 ## v1.0.0-beta.15
1126
1127 ### Features
1128
1129 * Improve subscription button ([@rigelk](https://github.com/rigelk))
1130 * Display it for unlogged users
1131 * Add RSS feed
1132 * Allow remote follow
1133 * Allow remote comment ([@rigelk](https://github.com/rigelk))
1134 * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
1135
1136 ### Bug fixes
1137
1138 * Fix redundancy with old PeerTube torrents
1139 * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
1140 * Fix redundancy totalVideos stats
1141 * Reduce video import TTL to 1 hour
1142 * Only duplicate public videos
1143
1144
1145 ## v1.0.0-beta.14
1146
1147 ### Features
1148
1149 * Video redundancy system (experimental)
1150 * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
1151 * Improve download modal ([@rigelk](https://github.com/rigelk))
1152 * Add redirect after login ([@BO41](https://github.com/BO41))
1153 * Improve message when removing a user
1154 * Improve responsive on small screens
1155 * Improve performance:
1156 * Overview endpoint
1157 * SQL requests of watch page endpoints
1158 * SQL requests of ActivityPub endpoints
1159 * Cache user token
1160 * Videos infinite scroll in the web browser
1161 * Add warning if one of the storage directory is in the peertube production directory
1162 * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
1163 * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
1164
1165 ### Bug fixes
1166
1167 * Fix 24 hours delay to process views
1168 * Fix tag search on overview page
1169 * Handle actors search beginning with '@'
1170 * Fix "no results" on overview page
1171 * Fix iOS player playback/subtitles menu
1172 * Fix description/comments that break the video watch page
1173 * Don't get recommended videos twice
1174 * Fix admin access to moderators
1175 * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
1176 * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
1177 * Fix comment deletion with mastodon (only with new comments)
1178
1179
1180 ## v1.0.0-beta.13
1181
1182 ### Features
1183
1184 * Improve keyboard navigation ([@rigelk](https://github.com/rigelk))
1185 * Remember theme in local storage ([@rigelk](https://github.com/rigelk))
1186
1187 ### Bug fixes
1188
1189 * Fix upgrade/installation on node 8.12 (bcrypt issue)
1190 * Fix video channel deletion
1191 * Fix video channel RSS
1192 * Fix video views increment
1193
1194
1195 ## v1.0.0-beta.12
1196
1197 **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**
1198
1199 ### BREAKING CHANGES
1200
1201 * Users can now use the name they want for their channel.
1202 We will therefore favour the display of video channel handles/names instead of account in the future.
1203
1204 ### Documentation
1205
1206 * Add SECURITY.md document
1207 * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime))
1208 * Add `parse-log` admin tool documentation
1209 * Improve README schemas ([@Edznux](https://github.com/edznux))
1210
1211 ### nginx template
1212
1213 * Add gzip support ([@scanlime](https://github.com/scanlime))
1214
1215 ### Docker template
1216
1217 * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou))
1218
1219 ### Features
1220
1221 * Add portuguese and swedish languages
1222 * Support user subscriptions
1223 * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin)
1224 * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos)
1225 * Add ability to set a name (left part of the handle) to a channel instead of UUID
1226 * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio))
1227 * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk))
1228 * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic))
1229 * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel))
1230 * Improve video watch page style ([@rigelk](https://github.com/rigelk))
1231 * Trending page takes into account views from the last x days (defined by the admin in the configuration file)
1232 * Add "start at" checkbox in the video share modal
1233 * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk))
1234 * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic))
1235 * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna))
1236 * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos))
1237 * Improve error message on actor name conflict
1238 * Improve videos list/search SQL query (split it into 2 queries)
1239 * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk))
1240 * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo))
1241 * Password change errors more friendly ([@jorropo](https://github.com/jorropo))
1242 * Improve labels for video privacies (video upload/update)
1243 * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk))
1244 * Add dark theme ([@rigelk](https://github.com/rigelk))
1245 * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk))
1246
1247 ### Bug fixes
1248
1249 * Fix player video playback (videos never ends or infinite load after seeking)
1250 * Fix video URL import with videos having a small title
1251 * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk))
1252 * Fix search results on mobile
1253 * Do not import live streaming
1254 * Fix NSFW filter when the instance decides to hide them and the user decides to list them
1255 * Delete highlighted comment too if needed
1256 * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo))
1257 * ActivityPub: use height instead of width to represent the video resolution
1258 * Fix thumbnail/preview in upload.js script
1259 * Fix import-videos.js duplicate detection
1260 * Fix occitan language label
1261
1262
1263 ## v1.0.0-beta.11
1264
1265 **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**
1266
1267 ### Features
1268
1269 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
1270 Should be explicitly enabled by the administrator in the configuration file
1271 * Add german, spanish, taiwan (traditional chinese) and occitan languages
1272 * Add ability to delete our account
1273 * Add ability to ban a user
1274 * Add ability to set a moderation comment to an abuse
1275 * Add state (pending, accepted, rejected) attribute to an abuse
1276 * Add ability to set a reason when blacklisting a video
1277 * Add ability to blacklist local videos
1278 * Improve abuse and blacklist tables
1279 * Add user quota used in users list
1280 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
1281 * Add database pool configuration ([@rigelk](https://github.com/rigelk))
1282 * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
1283 * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
1284 * Upgrade to bootstrap 4
1285 * DNT support
1286
1287 ### Bug fixes
1288
1289 * Fix videos FPS federation
1290 * Cleanup request files on bad request
1291 * Handle truncated markdown links
1292 * Fix dropdown position in menu
1293 * Translate subtitle languages in player
1294 * Translate player according the language of the interface
1295 * Fix reset my password button ([@joshmorel](https://github.com/joshmorel))
1296
1297
1298 ## v1.0.0-beta.10
1299
1300 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1301
1302 ### Bug fixes (from beta.10.pre.3)
1303
1304 * Fix caption upload on Mac OS
1305
1306
1307 ## v1.0.0-beta.10.pre.3
1308
1309 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1310
1311 ### Bug fixes (from beta.10.pre.2)
1312
1313 * Try to fix the infinite creation of Delete actor jobs by deleting kue migration
1314 * Cleanup SQL indexes
1315 * Try to optimize SQL search query
1316 * Try to optimize videos list SQL query
1317 * Add more logs and fix logger when having an error
1318 * Move subscription helper in the account line in video watch page
1319 * Fix responsive on videos search
1320 * Refresh orphan actors
1321 * Don't send a follow request if the follow was already accepted
1322
1323
1324 ## v1.0.0-beta.10.pre.2
1325
1326 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1327
1328 ### Bug fixes (from beta.10.pre.1)
1329
1330 * Fix captions/subtitles freeze in player
1331 * Fix attribute label width in video watch page
1332 * Fix player playback in Chrome
1333 * Revert SQL optimization when listing videos: it breaks the connection pool of some instances
1334
1335
1336 ## v1.0.0-beta.10.pre.1
1337
1338 This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
1339
1340 **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
1341
1342 ```
1343 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
1344 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
1345 ```
1346
1347 You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
1348
1349 ### BREAKING CHANGES
1350
1351 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
1352 * `category` filter param is replaced by `categoryOneOf`
1353 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
1354 * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
1355 * Update default cache size configurations
1356 * Update search API route: `/videos/search` becomes `/search/videos`
1357 * Needs Redis >= 2.8.18
1358
1359 ### Features
1360
1361 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
1362 * Subtitles/captions support (.srt and .vtt)
1363 * Add advanced search
1364 * Add ability to click on category/language/licence/tags in watch page
1365 * Improve explanations of P2P & Privacy section in about page
1366 * Avoid design latency when the admin set custom CSS
1367 * Add ability to update video channel avatar
1368 * Limit video resolution depending on the video element size (Nitesh Sawant)
1369 * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet))
1370 * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro))
1371 * Add "agree to the terms" checkbox in registration form
1372 * Add tracker rate limiter
1373 * Add author URL in OEmbed response
1374 * Display username instead of email in menu
1375 * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk))
1376 * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk))
1377 * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant)
1378 * 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
1379 * Support Redis socket ([@rigelk](https://github.com/rigelk))
1380 * Improve video `start` param to support string times (for example: 2m42s))
1381 * Display table next/prev/first/last icons in admin tables
1382 * NodeInfo support ([@rigelk](https://github.com/rigelk))
1383 * Improve HTTP headers security ([@rigelk](https://github.com/rigelk))
1384 * Improve client accessibility (for screen reader users etc)
1385 * Optimize SQL requests (in particular the one to list videos)
1386 * Optimize images ([@jorropo](https://github.com/jorropo))
1387 * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages
1388 * Allow uploads of videos <8GB (*experimental*)
1389 * Handle FPS > 30 (*experimental*)
1390
1391 ### Bug fixes
1392
1393 * Fix avatars/thumbnails update (cache issue)
1394 * Fix pagination on admin job table when changing the job state
1395 * Fix SQL transaction retryer log
1396 * Correctly handle error when remote instance is down
1397 * Fix account videos URL when scrolling
1398 * Avoid commenting twice by disabling comment submit button when sending the comment
1399 * Reset confirm component input when closing it
1400 * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio))
1401 * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk))
1402 * Reset published date on video publish (scheduled or after a transcoding)
1403 * Avoid 404 title on the first page load
1404 * Fix forgot password message regarding email
1405 * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault))
1406 * Use UUID for channel link in watch page
1407
1408 ### Docker
1409
1410 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
1411
1412
1413 ## v1.0.0-beta.9
1414
1415 ### Features
1416
1417 * Theater/Cinema mode in player
1418 * Add ability to wait transcoding before publishing it
1419 * Add ability for uploaders to schedule video update
1420 * Add time display to see where we seek the video
1421 * Add title in player peers info to show total downloaded/uploaded data
1422 * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk))
1423 * Add warning if the domain name is different from the one of the first start of Peertube
1424 * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent))
1425
1426 ### Bug fixes
1427
1428 * Fix dislikes number in video watch page
1429 * Fix import when the imported file has the same extension than an already existing file
1430 * Fix bad RSS descriptions when filtering videos by account or channel
1431 * Fix RSS results limit
1432 * Fix glitch when updating player volume
1433 * Use local object URLs for feeds
1434 * Automatically jump to the highlighted thread
1435 * Fix account link width on video view ([@sesn](https://github.com/sesn))
1436 * Prevent commenting twice
1437 * Blue links color in comments
1438 * Fix quota precision in users list
1439 * Handle markdown in account/video channel pages
1440 * Fix avatar image in channel page
1441 * Fix slow HTTP fallback on Firefox
1442 * Do not create a user with the same username than another actor name
1443 * Reset search on page change
1444 * Fix images size limit
1445 * Log torrent errors/warnings in the console, instead of disturbing users
1446
1447
1448 ## v1.0.0-beta.8
1449
1450 ### Features
1451
1452 * Docker:
1453 * Add disable_starttls and transcoding configuration variables
1454 * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
1455 * Some improvements that should make the upgrades less painful
1456 * Add ability to manually run transcoding jobs (admin with CLI)
1457 * Add ability to import a video file (admin with CLI)
1458 * Add context menu to the player
1459 * Add number of videos published by an account/video channel
1460 * Improve player progress bar
1461 * Improve Twitter configuration help tooltips
1462 * Pick average video file instead of max quality in "Auto" resolution mode
1463 * Increase access token lifetime to 1 day
1464 * Add video comments RSS
1465
1466 ### Bug fixes
1467
1468 * Clicking on "Download" correctly opens a popup to download the video
1469 (instead of opening the video in a new tab)
1470 * Fix frequent logout
1471 * Fix `publishedAt` video attribute when following a new instance
1472 * Correctly resumes the video on "PeerTube" link click in embed
1473 * Fix markdown links truncation
1474 * Fix account/channel pages not updated if we only change the account/channel
1475 * Fix player resolution change that plays even if the video was paused
1476 * Fix posting view in embed that contains search params
1477 * Fix video watch tooltips regarding subscriptions by using the account name
1478 instead of the display name
1479 * Rename "my settings" to "my account" in menu
1480
1481
1482 ## v1.0.0-beta.7
1483
1484 ### BREAKING CHANGES
1485
1486 * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
1487
1488 ### Documentation
1489
1490 * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
1491
1492 ### Features
1493
1494 * Add short description in about page
1495 * Add owner account name in video channel page
1496 * Improve performance in ActivityPub controllers
1497 * Video **support** field inherits video channel **support** field when uploading/updating a video
1498 * Resume video when clicking on "PeerTube" link in embed
1499
1500 ### Bug fixes
1501
1502 * Fix player on Android
1503 * Fix player when Firefox has cookies disabled
1504 * Reload "my videos" after a delete
1505 * Fix missing key configuration when upgrading with Docker
1506 * Fix CC audience in Activity Pub objects/activities
1507
1508
1509 ## v1.0.0-beta.6
1510
1511 ### Features
1512
1513 * Handle concurrent requests in cache middleware
1514 * Add ability to enable registration by IP
1515
1516 ### Bug fixes
1517
1518 * Fix insane SQL request when loading all video attributes
1519
1520
1521 ## v1.0.0-beta.5
1522
1523 ### BREAKING CHANGES
1524
1525 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
1526 * Rename client routes:
1527 * `/admin/users/add` to `/admin/users/create`
1528 * `/videos/edit/:uuid` to `/videos/update/:uuid`
1529 * `/admin/users/:id/update` to `/admin/users/update/:id`
1530
1531
1532 ### Features
1533
1534 * Adding basic helpers to guide users for comments/subscribe to accounts
1535 * Add ability to move a video in another channel
1536 * Improve web browser RAM consumption when watching (long) videos
1537 * Support robots.txt in configuration
1538 * Add ability to select the Redis database in configuration
1539
1540
1541 ### Bug fixes
1542
1543 * Fix error message on token expiration
1544 * Increase menu icon size
1545 * Add timeout and TTL to request jobs to fix stuck job
1546 * Fix responsive account about page
1547 * Fix updating description account
1548 * Account/video channel descriptions are not required anymore
1549 * Fix video channel description and support max length (500 characters now)
1550 * Fix "..." for buttons (delete/edit) in admin tables
1551 * Fix overflow in markdown textarea preview
1552 * Add ability to embed videos in a Twitter card
1553 * Use `publishedAt` attribute when sorting videos
1554 * Fix concurrent requests in videos list
1555 * Fix player on iOS
1556
1557
1558 ## v1.0.0-beta.4
1559
1560 ### BREAKING CHANGES
1561
1562 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
1563 * Move video channels routes:
1564 * `/videos/channels` routes to `/video-channels`
1565 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
1566 * PeerTube now listen on 127.0.0.1 by default
1567 * Use ISO 639 for language (*en*, *es*, *fr*...)
1568 * Tools (`import-videos`...) need the language ISO639 code instead of a number
1569 * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
1570
1571 ### Features
1572
1573 * Add `publishedAt` attribute to videos
1574 * Improve player:
1575 * Smooth progress bar
1576 * Settings menu
1577 * Automatic resolution (depending on the user bandwidth)
1578 * Some animations/effects
1579 * More reactive when clicking on play
1580 * Handle autoplay blocking by some web browsers
1581 * Better responsive
1582 * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
1583 * Add an id to the body to override current CSS (for custom CSS)
1584 * Add privacy argument to `upload.ts` script
1585 * RSS/Atom/JSON-feed for videos recently-added/trending/account
1586 * Support hostname binding in the configuration
1587 * Add ability to click on an account in the video watch page (link to a search)
1588 * Better responsive on many comment replies
1589 * Move follows in the job queue
1590 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
1591 * Add video privacy information in *my videos page*
1592 * Use the video name for the torrent file name instead of the UUID
1593 * Handle errors in embed (video not found, server error...)
1594 * Account view (videos uploaded by this account + video channel owned by this account + about pages)
1595 * Video channel view (videos uploaded in this channel + about pages)
1596 * Video channel management (avatar update is still missing)
1597
1598 ### Bug fixes
1599
1600 * Fix "show more" description on video change
1601 * Accept unlisted comments
1602 * Don't start application until all components were initialized
1603 * Fix word-break in video description and video comments
1604 * Don't add a `.` after the URL in the "forgot password" email
1605
1606
1607
1608 ## v1.0.0-beta.3
1609
1610 ### Features
1611
1612 * Add hover background color in menu
1613 * Add info about the initial user quota in the registration form
1614 * Add link to register in the login form
1615 * Prevent brute force login attack
1616
1617 ### Bug fixes
1618
1619 * Fix bad federation with videos with special utf characters in description (again)
1620 * Fix views system behind a reverse proxy
1621
1622
1623 ## v1.0.0-beta.2
1624
1625 ### Features
1626
1627 * More logging in SMTP module
1628 * Add option to disable starttls in SMTP module
1629 * Update STUN servers (using framasoft.org and stunprotocol.org now)
1630 * Min comment length is 1 now (useful for emoji...)
1631 * Better embed video player in small screens
1632 * Reduce display time of title/description/control bar in embed on inactivity
1633 * Add sign languages for videos attribute
1634 * Add autoplay parameter for embed
1635 * Videos search on account username and host too
1636 * Redirect to homepage on empty search
1637
1638 ### Bug fixes
1639
1640 * Fix mentions in comment replies
1641 * Logo/Title redirects to the default route
1642 * Fix bad federation with videos with special utf characters in description
1643 * Fix pagination on mobile
1644 * Use instance name for page titles
1645 * Fix bad id for Create activities (ActivityPub)
1646 * Handle inner actors instead of just handling actor ids (ActivityPub)
1647 * Fallback to torrent file if infohash is incorrect
1648 * Fix admin config errors display/validation
1649 * Add public to Announces (ActivityPub)
1650 * Fix inability to run client when cookies are disabled
1651 * Fix words breaking in videos description
1652 * Graceful exit when import videos script fails
1653 * Fix import videos with long names
1654 * Fix login with a password containing special characters
1655 * Fix player error flickering with an unsupported video format
1656 * Fix comment delete federation
1657 * Fix communication of a PeerTube instance and Mastodon
1658 * Fix custom configuration with number values
1659
1660
1661 ## v1.0.0-beta.1
1662
1663 Nothing new here, but PeerTube is stable enough for being in beta now.
1664
1665
1666 ## v1.0.0-alpha.9
1667
1668 ### BREAKING CHANGES
1669
1670 * Update videos list/search/get API response:
1671 * Removed `resolution` field
1672 * Removed `resolutionLabel` field
1673 * Removed `category` field
1674 * Removed `categoryLabel` field
1675 * Removed `licence` field
1676 * Removed `licenceLabel` field
1677 * Removed `language` field
1678 * Removed `languageLabel` field
1679 * Removed `privacy` field
1680 * Removed `privacyLabel` field
1681 * Added `resolution.id` field
1682 * Added `resolution.label` field
1683 * Added `category.id` field
1684 * Added `category.label` field
1685 * Added `licence.id` field
1686 * Added `licence.label` field
1687 * Added `language.id` field
1688 * Added `language.label` field
1689 * Added `privacy.id` field
1690 * Added `privacy.label` field
1691
1692 ### Bug fixes
1693
1694 * Fix video_share_url duplicate key on failed transcoding job
1695
1696
1697 ## v1.0.0-alpha.8
1698
1699 ### Features
1700
1701 * Add ability to set a short instance description
1702
1703
1704 ## v1.0.0-alpha.7
1705
1706 ### BREAKING CHANGES
1707
1708 * Update videos list/search API response:
1709 * Removed `accountName` field
1710 * Removed `serverHost` field
1711 * Added `account.name` field
1712 * Added `account.displayName` field
1713 * Added `account.host` field
1714 * Added `account.url` field
1715 * Added `account.avatar` field
1716 * Update video abuses API response:
1717 * Removed `reporterUsername` field
1718 * Removed `reporterServerHost` field
1719 * Removed `videoId` field
1720 * Removed `videoUUID` field
1721 * Removed `videoName` field
1722 * Added `reporterAccount` field
1723 * Added `video.id` field
1724 * Added `video.name` field
1725 * Added `video.uuid` field
1726 * Added `video.url` field
1727
1728 ### Features
1729
1730 * Add "Local" in menu that lists only local videos
1731
1732
1733 ## v1.0.0-alpha.4
1734
1735 ### Features
1736
1737 * Add iOS support
1738
1739
1740 ## v1.0.0-alpha.1
1741
1742 ### Features
1743
1744 * Add messages about privacy and P2P
1745 * Add stats route
1746 * Add playback setting
1747
1748
1749 ## v0.0.29-alpha
1750
1751 ### BREAKING CHANGES
1752
1753 * Use only 1 thread for transcoding by default
1754
1755 ### Features
1756
1757 * Add help to JS/CSS custom configuration inputs
1758 * Keep ratio in video thumbnail generation
1759 * Handle video in portrait mode
1760
1761 ### Bug fixes
1762
1763 * Fix complete description on some videos
1764 * Fix job sorting in administration
1765
1766
1767 ## v0.0.28-alpha
1768
1769 ### BREAKING CHANGES
1770
1771 * Enable original file transcoding by default in configuration
1772 * Disable transcoding in other definitions in configuration
1773
1774 ### Features
1775
1776 * Fallback to HTTP if video cannot be loaded
1777 * Limit to 30 FPS in transcoding
1778
1779
1780 ## v0.0.27-alpha
1781
1782 ### Features
1783
1784 * Add ability for admin to inject custom JavaScript/CSS
1785 * Add help tooltip on some fields
1786
1787 ### Bug fixes
1788
1789 * Fix comment reply highlighting
1790
1791
1792 ## v0.0.26-alpha
1793
1794 ### BREAKING CHANGES
1795
1796 * Renamed script `import-youtube.js` to `import-videos.js`
1797 * Renamed `import-video.js` argument `youtube-url` to `target-url`
1798
1799 ### Features
1800
1801 * Add "Support" attribute/button on videos
1802 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
1803
1804 ### Bug fixes
1805
1806 * Fix custom instance name overflow
1807
1808
1809 ## v0.0.25-alpha
1810
1811 ### Features
1812
1813 * Add ability to link a specific comment
1814
1815 ### Bug fixes
1816
1817 * Fix avatars on video watch page
1818
1819
1820 ## v0.0.24-alpha
1821
1822 ### Features
1823
1824 * Publish comments with *ctrl + enter*
1825
1826 ### Bug fixes
1827
1828 * Don't stuck on active jobs
1829 * Fix deleting a video with comments
1830 * Fix infinite scroll (videos list)