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