]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - CHANGELOG.md
bb0c74bb769dc6528d6ac83649b5673ebfe2bad6
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.4.0
4
5 **Since v1.3.1**
6
7 ### IMPORTANT NOTES
8
9 * **Important** Add `plugins` directory in configuration file. **You should configure it in your production.yaml**
10 * **Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
11 * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
12 * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
13 * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491
14 * **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)
15 from their admin panel, and then users can choose this theme in their settings
16 * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information
17 * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter
18 * Renamed `Overview` page to `Discover`
19
20 ### Security
21
22 * Moderators can only create and update regular users (thanks GGC-Project)
23
24 ### Maintenance
25
26 * Create a dedicated `package.json` for CLI tools to reduce server dependencies size
27 * Add ability to set root password by environment at first start ([@darnuria](https://github.com/darnuria))
28 * Removed unused `uuid` actor field (we already have a unique identifier that is the `preferredUsername`)
29 * Add ability to disable PeerTube log rotation ([@NassimBounouas](https://github.com/NassimBounouas))
30 * Speedup font display ([@BO41](https://github.com/BO41))
31 * Improve static files HTTP cache
32 * Add `--since` and `--until` parameters to import videos script to easily sync external channels ([@fflorent](https://github.com/fflorent))
33 * Optimize `/watch/:uuid` endpoint
34 * Optimize Sequelize (SQL ORM) queries generation (consumes less CPU)
35 * Prune script is faster and can prune avatar files
36
37 ### Features
38
39 * :tada: Support Finnish, Greek and Scottish Gaelic languages
40 * :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
41 * Install plugins or themes from the administration panel
42 * Choose a default theme for your instance
43 * Users can choose the theme they want among the list of themes their administrator installed
44 * :tada: Add ability to upload audio files: PeerTube will merge the audio file and the thumbnail to create a video
45 * Multi step registration:
46 * Add ability for new users to create their default channel
47 * Guess the account username/channel username according to their display name
48 * Add explanations about what the purpose of a username/channel name is, and what a channel is
49 * Improve account video channels page:
50 * Set it as the default page for the account page in order to avoid confusion between the account homepage and the video channel homepage
51 * Display channels in rows with some of their videos
52 * Support more URL parameters in embeds: `muted`, `loop`, `peertubeLink`
53 * Redesign share modal and add customizations:
54 * Start/stop at a specific timestamp
55 * Automatically play/mute/loop the video
56 * Set a specific subtitle by default
57 * Group subscriptions and recently added videos in chronological order
58 * Add ability for users to change their email address
59 * Add ability to update the support field of all channel videos when we update the channel support field
60 * Add a language filter in user preferences to display only videos in specific languages
61 * Add instance follows list in a dedicated tab in the "About" page
62 * Add ability to set to private a public/unlisted video or video playlist
63 * Transcode in the `tmp` directory for s3fs compatibility ([@libertysoft3](https://github.com/libertysoft3))
64 * Add a button to copy account username ([@NassimBounouas](https://github.com/NassimBounouas))
65 * Redirect to "Local videos" page when going to the `peertube` account page
66 * Rearrange search filter options ([@realityfabric](https://github.com/realityfabric))
67 * Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
68 * Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
69 * Support 4K transcoding
70 * Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
71 * Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
72 * Add rate limit to registration and API endpoints
73 * Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
74 * Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
75 * Automatically remove dead followings
76 * Federate comment deletion if the comment was deleted by the video owner
77
78 ### Bug fixes
79
80 * Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
81 * Fix tools auth with remote instances
82 * Fix various issues in upload/import scripts
83 * Fix redundancy exceeded quota
84 * Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
85 * Fix quota display in features table
86 * Fix transcoding help placement
87 * Fix invisible videos in playlists
88 * Fix HLS transcoding in lower resolutions
89 * Fix various federation issues
90 * Fix mute badge labels
91 * Fix broken follow notification when the actor is deleted
92 * Fix overflow and playlist block width in the watch page
93 * Fix search results overflow on mobile
94 * Fix infinite scroll on big screens
95 * Fix start time on some HLS videos
96 * Fix socket notification with multiple user tabs
97 * Fix redundancy if the instance has already the file on disk
98 * Fix image and plugin CSP
99 * Fix video rows overflow
100 * Dismiss modals on pop state
101 * Go back when cancel NSFW modal
102
103
104 ***Since v1.4.0-rc.1***
105
106 ### Features
107
108 * Add Finnish language support
109
110 ### Bug fixes
111
112 * Fix broken front end on Firefox ESR (60)
113 * Fix prune storage script when using a same directory for multiple storage keys
114 * Relax plugin `package.json` validation
115 * Replace "overview" by "discover" in client titles
116 * Change configuration: `email.object` becomes `email.subject`
117 * Fix user creation by moderators
118 * Fix video playlist element removal
119 * Fix plugin card background color with dark theme
120 * Fix lazy static route with unknown avatars (404 instead of 500)
121 * Fix socket notification with multiple user tabs
122 * Fix redundancy if the instance has already the file on disk
123 * Fix image and plugin CSP
124 * Fix video rows overflow
125 * Dismiss modals on pop state
126 * Go back when cancel NSFW modal
127
128
129 ## v1.4.0-rc.1
130
131 ### IMPORTANT NOTES
132
133 * **Important** Add `plugins` directory in configuration file. **You should configure it in your production.yaml**
134 * **Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
135 * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
136 * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
137 * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491
138 * **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)
139 from their admin panel, and then users can choose this theme in their settings
140 * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information
141 * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter
142 * Renamed `Overview` page to `Discover`
143
144 ### Maintenance
145
146 * Create a dedicated `package.json` for CLI tools to reduce server dependencies size
147 * Add ability to set root password by environment at first start ([@darnuria](https://github.com/darnuria))
148 * Removed unused `uuid` actor field (we already have a unique identifier that is the `preferredUsername`)
149 * Add ability to disable PeerTube log rotation ([@NassimBounouas](https://github.com/NassimBounouas))
150 * Speedup font display ([@BO41](https://github.com/BO41))
151 * Improve static files HTTP cache
152 * Add `--since` and `--until` parameters to import videos script to easily sync external channels ([@fflorent](https://github.com/fflorent))
153 * Optimize `/watch/:uuid` endpoint
154 * Optimize Sequelize (SQL ORM) queries generation (consumes less CPU)
155 * Prune script is faster and can prune avatar files
156
157 ### Features
158
159 * :tada: Support Greek and Scottish Gaelic languages
160 * :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
161 * Install plugins or themes from the administration panel
162 * Choose a default theme for your instance
163 * Users can choose the theme they want among the list of themes their administrator installed
164 * :tada: Add ability to upload audio files: PeerTube will merge the audio file and the thumbnail to create a video
165 * Multi step registration:
166 * Add ability for new users to create their default channel
167 * Guess the account username/channel username according to their display name
168 * Add explanations about what the purpose of a username/channel name is, and what a channel is
169 * Improve account video channels page:
170 * Set it as the default page for the account page in order to avoid confusion between the account homepage and the video channel homepage
171 * Display channels in rows with some of their videos
172 * Support more URL parameters in embeds: `muted`, `loop`, `peertubeLink`
173 * Redesign share modal and add customizations:
174 * Start/stop at a specific timestamp
175 * Automatically play/mute/loop the video
176 * Set a specific subtitle by default
177 * Group subscriptions and recently added videos in chronological order
178 * Add ability for users to change their email address
179 * Add ability to update the support field of all channel videos when we update the channel support field
180 * Add a language filter in user preferences to display only videos in specific languages
181 * Add instance follows list in a dedicated tab in the "About" page
182 * Add ability to set to private a public/unlisted video or video playlist
183 * Transcode in the `tmp` directory for s3fs compatibility ([@libertysoft3](https://github.com/libertysoft3))
184 * Add a button to copy account username ([@NassimBounouas](https://github.com/NassimBounouas))
185 * Redirect to "Local videos" page when going to the `peertube` account page
186 * Rearrange search filter options ([@realityfabric](https://github.com/realityfabric))
187 * Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
188 * Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
189 * Support 4K transcoding
190 * Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
191 * Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
192 * Add rate limit to registration and API endpoints
193 * Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
194 * Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
195 * Automatically remove dead followings
196 * Federate comment deletion if the comment was deleted by the video owner
197
198 ### Bug fixes
199
200 * Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
201 * Fix tools auth with remote instances
202 * Fix various issues in upload/import scripts
203 * Fix redundancy exceeded quota
204 * Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
205 * Fix quota display in features table
206 * Fix transcoding help placement
207 * Fix invisible videos in playlists
208 * Fix HLS transcoding in lower resolutions
209 * Fix various federation issues
210 * Fix mute badge labels
211 * Fix broken follow notification when the actor is deleted
212 * Fix overflow and playlist block width in the watch page
213 * Fix search results overflow on mobile
214 * Fix infinite scroll on big screens
215 * Fix start time on some HLS videos
216
217
218 ## v1.3.1
219
220 ### Bug fixes
221
222 * Fix Mastodon remote interactions
223 * Fix missing video download button
224 * Fix error in video upload/update form when scheduling publication
225 * Fix black theme on some pages
226 * Fix video import if auto blacklist is enabled
227
228
229 ## v1.3.0
230
231 **Since v1.2.0**
232
233 ### IMPORTANT NOTES
234
235 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
236 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
237 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
238
239 ### Maintenance
240
241 * 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
242 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
243 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
244 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
245
246 ### Docker
247
248 * **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)
249 * **Important**: Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
250 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))
251 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
252
253 ### Features
254
255 * Add video playlist support
256 * A user has a default `Watch-later` playlist
257 * A user can create private, unlisted or public playlists
258 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
259 * 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.
260 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
261 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
262 * Add Japanese & Nederlands & Português (Portugal) support
263 * Add experimental HLS support
264 * Better playback
265 * Better bandwidth management (for both client & server)
266 * 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)
267 * Requires ffmpeg >= 4
268 * Better instance's followers management:
269 * Add ability to remove an instance's follower
270 * Add ability to forbid all new instance's followers
271 * Add ability to manually approve new instance's followers
272 * Add notification on new instance's follower
273 * Improve UI:
274 * Increase player default height
275 * Reduce big play button border width
276 * Increase thumbnail sizes
277 * Add hover effect on video miniature
278 * Add "my library" section in menu
279 * Add missing icons in some buttons/dropdown
280 * 2 rows per overview section
281 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
282 * Improve video miniatures list on mobile
283 * Add animation when opening user notifications
284 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
285 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
286 * Add video miniature dropdown
287 * Add ability for admins to declare their instance as dedicated to NSFW content
288 * Improve SEO (there is still work to be done)
289 * Login is now case insensitive (if using official web client)
290 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
291 * Improve comment deletion warning
292 * Restore videos list component on history back
293 * Add ability to consult server logs in admin
294 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
295 * Add a debug page to help admins to fix IP configuration issues
296 * Add ability for admins to limit users videos history size
297 * Add ability for admins to delete old remote videos views (reduce database size)
298 * Optimize video update page load
299 * Less refresh jobs
300 * Cleanup invalid AP rates/comments/shares
301 * Better videos redundancy config error handling
302 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
303 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
304 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
305
306 ### Bug fixes
307
308 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
309 * Fix account description database error
310 * Fix Pleroma follow
311 * Fix greek label
312 * Fix email notification for some users
313 * Fix translation of "Copy magnet URI"
314 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
315 * Fix URL in video import notification
316 * Don't close help popover when clicking on it
317 * Fix `tmp` directory cleanup
318 * Fix custom CSS help
319 * Fix JSONLD context
320 * Fix privacy label display in upload form
321 * Fix my account settings responsiveness
322 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
323 * Fix contact admin button overflow
324 * Wait config to be loaded before loading login/signup
325 * Privacy is optional in upload API endpoint
326 * Fix hotkeys help popup overflow
327
328 ***Since v1.3.0-rc.2***
329
330 ### Bug fixes
331
332 * Fix duplicates in playlist add component
333 * Fix crash in files cache
334 * Fix playlist view/update 403
335 * Fix search with bad webfinger handles
336
337
338 ## v1.3.0-rc.2
339
340 ### Docker
341
342 * Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
343 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))
344
345 ### Bug fixes
346
347 * Fix playlist block width when the player is in theater mode
348 * Reset playlist add dropdown in watch page on video change
349 * Fix follow with Mastodon
350 * Fix playlist elements reordering
351 * Fix my videos list pagination
352 * Fix video thumbnails in admin blacklist page
353 * Fix video views that are not considered
354
355
356 ## v1.3.0-rc.1
357
358 ### IMPORTANT NOTES
359
360 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
361 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
362 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
363
364 ## Maintenance
365
366 * 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
367 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
368 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
369 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
370
371 ### Docker
372
373 * **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)
374 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
375
376 ### Features
377
378 * Add video playlist support
379 * A user has a default `Watch-later` playlist
380 * A user can create private, unlisted or public playlists
381 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
382 * 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.
383 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
384 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
385 * Add Japanese & Nederlands & Português (Portugal) support
386 * Add experimental HLS support
387 * Better playback
388 * Better bandwidth management (for both client & server)
389 * 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)
390 * Requires ffmpeg >= 4
391 * Better instance's followers management:
392 * Add ability to remove an instance's follower
393 * Add ability to forbid all new instance's followers
394 * Add ability to manually approve new instance's followers
395 * Add notification on new instance's follower
396 * Improve UI:
397 * Increase player default height
398 * Reduce big play button border width
399 * Increase thumbnail sizes
400 * Add hover effect on video miniature
401 * Add "my library" section in menu
402 * Add missing icons in some buttons/dropdown
403 * 2 rows per overview section
404 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
405 * Improve video miniatures list on mobile
406 * Add animation when opening user notifications
407 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
408 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
409 * Add video miniature dropdown
410 * Add ability for admins to declare their instance as dedicated to NSFW content
411 * Improve SEO (there is still work to be done)
412 * Login is now case insensitive (if using official web client)
413 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
414 * Improve comment deletion warning
415 * Restore videos list component on history back
416 * Add ability to consult server logs in admin
417 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
418 * Add a debug page to help admins to fix IP configuration issues
419 * Add ability for admins to limit users videos history size
420 * Add ability for admins to delete old remote videos views (reduce database size)
421 * Optimize video update page load
422 * Less refresh jobs
423 * Cleanup invalid AP rates/comments/shares
424 * Better videos redundancy config error handling
425 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
426 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
427 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
428
429 ### Bug fixes
430
431 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
432 * Fix account description database error
433 * Fix Pleroma follow
434 * Fix greek label
435 * Fix email notification for some users
436 * Fix translation of "Copy magnet URI"
437 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
438 * Fix URL in video import notification
439 * Don't close help popover when clicking on it
440 * Fix `tmp` directory cleanup
441 * Fix custom CSS help
442 * Fix JSONLD context
443 * Fix privacy label display in upload form
444 * Fix my account settings responsiveness
445 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
446 * Fix contact admin button overflow
447 * Wait config to be loaded before loading login/signup
448 * Privacy is optional in upload API endpoint
449 * Fix hotkeys help popup overflow
450
451
452 ## v1.2.1
453
454 ### Bug fixes
455
456 * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
457 * Fix too long display name overflow in menu
458 * Fix mention notification when a remote account mention a local account that has the same username than yours
459 * Fix access to muted servers table for moderators
460 * Don't crash notification popup on bug
461 * Fix reset password script that leaks password on invalid value
462
463
464 ## v1.2.0
465
466 ### BREAKING CHANGES
467
468 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
469 * **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
470 * **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**
471 * **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**
472 * Moderators can manage users now (add/delete/update/block)
473 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
474
475 ### Maintenance
476
477 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
478 * Explain that PeerTube must be stopped in prune storage script
479 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
480 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
481
482 ### Docker
483
484 * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir))
485
486 ### Features
487
488 * Add Russian, Polish and Italian languages
489 * Add user notifications:
490 * Notification types:
491 * Comment on my video
492 * New video from my subscriptions
493 * New video abuses (for moderators)
494 * Blacklist/Unblacklist on my video
495 * Video import finished (error or success)
496 * Pending video published (after transcoding or a scheduled update)
497 * My account or one of my channel has a new follower
498 * Someone (except muted accounts) mentioned me in comments
499 * A user registered on the instance (for moderators)
500 * Notification actions:
501 * Add a web notification
502 * Send an english email
503 * Add contact form in about page (**enabled by default**)
504 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
505 * Support additional video extensions if transcoding is enabled (**enabled by default**)
506 * Redirect to the last url on login
507 * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru
508 * Automatically enable the last selected caption when watching a video
509 * Add ability to disable, clear and list user videos history
510 * Add a button to help to translate peertube
511 * Add text in the report modal to explain to whom the report will be sent
512 * Open my account menu entries on hover
513 * Explain what features are enabled on the instance in the about page
514 * Add an error message in the forgot password modal if the instance email system is not configured
515 * Add sitemap
516 * Add well known url to change password ([@rigelk](https://github.com/rigelk))
517 * 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))
518 * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic))
519 * Update title and description HTML tags when rendering video HTML page
520 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
521 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
522 * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
523 * Warn users when they leave the video upload/update (on page refresh/tab close)
524 * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
525 * Increase video abuse length to 3000 characters
526 * Add totalLocalVideoFilesSize in the stats endpoint
527
528 ### Bug fixes
529
530 * Fix the addition of captions to a video
531 * Fix federation of some videos
532 * Fix NSFW blur on search
533 * Add error message when trying to upload .ass subtitles
534 * Fix default homepage in the progressive web application
535 * Don't crash on queue error
536 * Fix EXDEV errors if you have multiple mount points
537 * Fix broken audio in transcoding with some videos
538 * Fix crash on getVideoFileStream issue
539 * Fix followers search
540 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
541 * Use origin video url in canonical tag
542 * Fix captions in HTTP fallback
543 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
544 * Add missing translations in video embed page
545 * Fix some styling issues in dark mode
546 * Fix transcoding issues with some videos
547 * Fix Mac OS mkv/avi upload
548 * Fix menu overflow on mobile
549 * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
550
551
552 ## v1.1.0
553
554 ***Since v1.0.1***
555
556 ### BREAKING CHANGES
557
558 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
559
560 ### Maintenance
561
562 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
563 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
564 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
565 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
566 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
567 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
568
569 ### Scripts
570
571 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
572 * Add REPL script ([@McFlat](https://github.com/mcflat))
573
574 ### Docker
575
576 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
577 * Add docker dev image ([@am97](https://github.com/am97))
578 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
579 * Add postfix image
580 * Redirect HTTP -> HTTPS
581 * Disable Træfik web UI
582
583 ### Features
584
585 * Automatically resume videos if the user is logged in
586 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
587 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
588 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
589 * Add moderation tools in the account page
590 * Add bulk actions in users table (Delete/Ban for now)
591 * Add search filter in admin users table
592 * Add search filter in admin following
593 * Add search filter in admin followers
594 * Add ability to list all local videos
595 * Add ability for users to mute an account or an instance
596 * Add ability for administrators to mute an account or an instance
597 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
598 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
599 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
600 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
601 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
602 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
603 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
604 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
605 * Add background effect to activated menu entry
606 * Improve video upload error handling
607 * Improve message visibility on signup
608 * Auto login user on signup if email verification is disabled
609 * Speed up PeerTube startup (in particular the first one)
610 * Delete invalid or deleted remote videos
611 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
612 * Add separators in user moderation dropdown
613
614 ### Bug fixes
615
616 * AP mimeType -> mediaType
617 * PeerTube is not in beta anymore
618 * PeerTube is not in alpha anymore :p
619 * Fix optimize old videos script
620 * Check follow constraints when getting a video
621 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
622 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
623 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
624 * Fix Linked Signature compatibility
625 * Fix AP collections pagination
626 * Fix too big thumbnails (when using URL import)
627 * Do not host remote AP objects: use redirection instead
628 * Fix video miniature with a long name
629 * Fix video views inconsistencies inside the federation
630 * Fix video embed in Wordpress Gutenberg
631 * Fix video channel videos url when scrolling
632 * Fix player progress bar/seeking when changing resolution
633 * Fix search tab title with no search
634 * Fix YouTube video import with some videos
635
636 ***Since v1.1.0-rc.1***
637
638 ### Bug fixes
639
640 * Fix AP infinite redirection
641 * Fix trending page
642
643
644 ## v1.1.0-rc.1 (since v1.1.0-alpha.2)
645
646 ### Maintenance
647
648 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
649 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
650 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
651 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
652 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
653 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
654
655 ### Docker
656
657 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
658 * Add postfix image
659 * Redirect HTTP -> HTTPS
660 * Disable Træfik web UI
661 * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
662
663 ### Features
664
665 * Add background effect to activated menu entry
666 * Improve video upload error handling
667 * Improve message visibility on signup
668 * Auto login user on signup if email verification is disabled
669 * Speed up PeerTube startup (in particular the first one)
670 * Delete invalid or deleted remote videos
671 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
672 * Add separators in user moderation dropdown
673
674 ### Bug fixes
675
676 * Check follow constraints when getting a video
677 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
678 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
679 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
680 * Fix Linked Signature compatibility
681 * Fix AP collections pagination
682 * Fix too big thumbnails (when using URL import)
683 * Do not host remote AP objects: use redirection instead
684 * Fix video miniature with a long name
685 * Fix video views inconsistencies inside the federation
686 * Fix video embed in Wordpress Gutenberg
687 * Fix video channel videos url when scrolling
688 * Fix player progress bar/seeking when changing resolution
689 * Fix search tab title with no search
690 * Fix YouTube video import with some videos
691
692
693 ## v1.1.0-alpha.2 (since v1.1.0-alpha.1)
694
695 ### Security/Maintenance/Federation
696
697 * Add HTTP Signature in addition to Linked Signature:
698 * It's faster
699 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
700
701 ### Features
702
703 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
704 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
705 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
706 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
707 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
708
709 ### Bug fixes
710
711 * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic))
712 * AP mimeType -> mediaType
713 * PeerTube is not in beta anymore
714 * PeerTube is not in alpha anymore :p
715 * Fix optimize old videos script
716
717
718 ## v1.0.1
719
720 ### Security/Maintenance/Federation
721
722 * Add HTTP Signature in addition to Linked Signature:
723 * It's faster
724 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
725
726
727 ## v1.1.0-alpha.1
728
729 We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks.
730 This release could contain bugs. Don't expect a stable v1.1.0 until December :)
731
732 ### Scripts
733
734 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
735 * Add REPL script ([@McFlat](https://github.com/mcflat))
736
737 ### Docker
738
739 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
740 * Add docker dev image ([@am97](https://github.com/am97))
741
742 ### Features
743
744 * Automatically resume videos if the user is logged in
745 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
746 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
747 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
748 * Add moderation tools in the account page
749 * Add bulk actions in users table (Delete/Ban for now)
750 * Add search filter in admin users table
751 * Add search filter in admin following
752 * Add search filter in admin followers
753 * Add ability to list all local videos
754 * Add ability for users to mute an account or an instance
755 * Add ability for administrators to mute an account or an instance
756 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
757 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
758 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
759
760
761 ## v1.0.0
762
763 ### SECURITY
764
765 * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka)
766
767 ### Bug fixes
768
769 * Check video exists before extending expiration
770 * Correctly delete redundancy files
771 * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk))
772 * Fix avatar update
773 * Avoid old issue regarding duplicated hosts in database
774
775
776 ## v1.0.0-rc.2
777
778 ### Bug fixes
779
780 * Fix config endpoint
781
782
783 ## v1.0.0-rc.1
784
785 ### Features
786
787 * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
788 * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
789 * Add comment feeds in watch page
790
791 ### Bug fixes
792
793 * Fix dnt route (yes again, but now we have unit tests for this route :D)
794 * Check video channel name is unique when creating a new one
795 * Fix video fps validator (prevent redundancy/refresh of some old videos)
796 * Allow empty search on client side ([@rigelk](https://github.com/rigelk))
797 * Correctly forward comment deletion
798
799
800 ## v1.0.0-beta.16
801
802 ### BREAKING CHANGES
803
804 * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
805
806 ### Features
807
808 * Add shortcuts icon in menu
809 * Improve overview section titles
810 * Check old password before change ([@BO41](https://github.com/BO41))
811 * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
812
813 ### Bug fixes
814
815 * Stop seeding torrents after a failed import
816 * Fix player crashing the web browser
817 * Fix player performance with small devices
818 * Fix some untranslated strings
819 * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
820 * Fix video import of some youtube videos
821 * Fix (long) video description when importing by url
822 * Fix Mastodon federation with a comment reply
823 * Correctly delete directories on import
824 * Remove duplicated videos on unfollow/delete redundancy
825 * Fix 404 on manifest
826 * Hide useless error when destroying fake renderer
827 * Display other videos on big screens on the right of the watch page
828 * Fix no other videos displayed on some videos
829 * Fix hidden advanced options in upload form
830 * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
831 * Fix error when updating many video captions
832 * Fix "my account" subtitles
833 * Fix error when clicking on the disabled publish button
834 * Increase timeout on upload endpoint
835 * Fix redundancy with videos already duplicated by another instance(s)
836 * Correctly delete files on failed import
837
838
839 ## v1.0.0-beta.15
840
841 ### Features
842
843 * Improve subscription button ([@rigelk](https://github.com/rigelk))
844 * Display it for unlogged users
845 * Add RSS feed
846 * Allow remote follow
847 * Allow remote comment ([@rigelk](https://github.com/rigelk))
848 * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
849
850 ### Bug fixes
851
852 * Fix redundancy with old PeerTube torrents
853 * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
854 * Fix redundancy totalVideos stats
855 * Reduce video import TTL to 1 hour
856 * Only duplicate public videos
857
858
859 ## v1.0.0-beta.14
860
861 ### Features
862
863 * Video redundancy system (experimental)
864 * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
865 * Improve download modal ([@rigelk](https://github.com/rigelk))
866 * Add redirect after login ([@BO41](https://github.com/BO41))
867 * Improve message when removing a user
868 * Improve responsive on small screens
869 * Improve performance:
870 * Overview endpoint
871 * SQL requests of watch page endpoints
872 * SQL requests of ActivityPub endpoints
873 * Cache user token
874 * Videos infinite scroll in the web browser
875 * Add warning if one of the storage directory is in the peertube production directory
876 * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
877 * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
878
879 ### Bug fixes
880
881 * Fix 24 hours delay to process views
882 * Fix tag search on overview page
883 * Handle actors search beginning with '@'
884 * Fix "no results" on overview page
885 * Fix iOS player playback/subtitles menu
886 * Fix description/comments that break the video watch page
887 * Don't get recommended videos twice
888 * Fix admin access to moderators
889 * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
890 * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
891 * Fix comment deletion with mastodon (only with new comments)
892
893
894 ## v1.0.0-beta.13
895
896 ### Features
897
898 * Improve keyboard navigation ([@rigelk](https://github.com/rigelk))
899 * Remember theme in local storage ([@rigelk](https://github.com/rigelk))
900
901 ### Bug fixes
902
903 * Fix upgrade/installation on node 8.12 (bcrypt issue)
904 * Fix video channel deletion
905 * Fix video channel RSS
906 * Fix video views increment
907
908
909 ## v1.0.0-beta.12
910
911 **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**
912
913 ### BREAKING CHANGES
914
915 * Users can now use the name they want for their channel.
916 We will therefore favour the display of video channel handles/names instead of account in the future.
917
918 ### Documentation
919
920 * Add SECURITY.md document
921 * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime))
922 * Add `parse-log` admin tool documentation
923 * Improve README schemas ([@Edznux](https://github.com/edznux))
924
925 ### nginx template
926
927 * Add gzip support ([@scanlime](https://github.com/scanlime))
928
929 ### Docker template
930
931 * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou))
932
933 ### Features
934
935 * Add portuguese and swedish languages
936 * Support user subscriptions
937 * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin)
938 * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos)
939 * Add ability to set a name (left part of the handle) to a channel instead of UUID
940 * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio))
941 * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk))
942 * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic))
943 * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel))
944 * Improve video watch page style ([@rigelk](https://github.com/rigelk))
945 * Trending page takes into account views from the last x days (defined by the admin in the configuration file)
946 * Add "start at" checkbox in the video share modal
947 * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk))
948 * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic))
949 * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna))
950 * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos))
951 * Improve error message on actor name conflict
952 * Improve videos list/search SQL query (split it into 2 queries)
953 * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk))
954 * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo))
955 * Password change errors more friendly ([@jorropo](https://github.com/jorropo))
956 * Improve labels for video privacies (video upload/update)
957 * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk))
958 * Add dark theme ([@rigelk](https://github.com/rigelk))
959 * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk))
960
961 ### Bug fixes
962
963 * Fix player video playback (videos never ends or infinite load after seeking)
964 * Fix video URL import with videos having a small title
965 * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk))
966 * Fix search results on mobile
967 * Do not import live streaming
968 * Fix NSFW filter when the instance decides to hide them and the user decides to list them
969 * Delete highlighted comment too if needed
970 * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo))
971 * ActivityPub: use height instead of width to represent the video resolution
972 * Fix thumbnail/preview in upload.js script
973 * Fix import-videos.js duplicate detection
974 * Fix occitan language label
975
976
977 ## v1.0.0-beta.11
978
979 **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**
980
981 ### Features
982
983 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
984 Should be explicitly enabled by the administrator in the configuration file
985 * Add german, spanish, taiwan (traditional chinese) and occitan languages
986 * Add ability to delete our account
987 * Add ability to ban a user
988 * Add ability to set a moderation comment to an abuse
989 * Add state (pending, accepted, rejected) attribute to an abuse
990 * Add ability to set a reason when blacklisting a video
991 * Add ability to blacklist local videos
992 * Improve abuse and blacklist tables
993 * Add user quota used in users list
994 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
995 * Add database pool configuration ([@rigelk](https://github.com/rigelk))
996 * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
997 * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
998 * Upgrade to bootstrap 4
999 * DNT support
1000
1001 ### Bug fixes
1002
1003 * Fix videos FPS federation
1004 * Cleanup request files on bad request
1005 * Handle truncated markdown links
1006 * Fix dropdown position in menu
1007 * Translate subtitle languages in player
1008 * Translate player according the language of the interface
1009 * Fix reset my password button ([@joshmorel](https://github.com/joshmorel))
1010
1011
1012 ## v1.0.0-beta.10
1013
1014 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1015
1016 ### Bug fixes (from beta.10.pre.3)
1017
1018 * Fix caption upload on Mac OS
1019
1020
1021 ## v1.0.0-beta.10.pre.3
1022
1023 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1024
1025 ### Bug fixes (from beta.10.pre.2)
1026
1027 * Try to fix the infinite creation of Delete actor jobs by deleting kue migration
1028 * Cleanup SQL indexes
1029 * Try to optimize SQL search query
1030 * Try to optimize videos list SQL query
1031 * Add more logs and fix logger when having an error
1032 * Move subscription helper in the account line in video watch page
1033 * Fix responsive on videos search
1034 * Refresh orphan actors
1035 * Don't send a follow request if the follow was already accepted
1036
1037
1038 ## v1.0.0-beta.10.pre.2
1039
1040 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1041
1042 ### Bug fixes (from beta.10.pre.1)
1043
1044 * Fix captions/subtitles freeze in player
1045 * Fix attribute label width in video watch page
1046 * Fix player playback in Chrome
1047 * Revert SQL optimization when listing videos: it breaks the connection pool of some instances
1048
1049
1050 ## v1.0.0-beta.10.pre.1
1051
1052 This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
1053
1054 **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*):
1055
1056 ```
1057 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
1058 $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
1059 ```
1060
1061 You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
1062
1063 ### BREAKING CHANGES
1064
1065 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
1066 * `category` filter param is replaced by `categoryOneOf`
1067 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
1068 * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
1069 * Update default cache size configurations
1070 * Update search API route: `/videos/search` becomes `/search/videos`
1071 * Needs Redis >= 2.8.18
1072
1073 ### Features
1074
1075 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
1076 * Subtitles/captions support (.srt and .vtt)
1077 * Add advanced search
1078 * Add ability to click on category/language/licence/tags in watch page
1079 * Improve explanations of P2P & Privacy section in about page
1080 * Avoid design latency when the admin set custom CSS
1081 * Add ability to update video channel avatar
1082 * Limit video resolution depending on the video element size (Nitesh Sawant)
1083 * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet))
1084 * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro))
1085 * Add "agree to the terms" checkbox in registration form
1086 * Add tracker rate limiter
1087 * Add author URL in OEmbed response
1088 * Display username instead of email in menu
1089 * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk))
1090 * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk))
1091 * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant)
1092 * 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
1093 * Support Redis socket ([@rigelk](https://github.com/rigelk))
1094 * Improve video `start` param to support string times (for example: 2m42s))
1095 * Display table next/prev/first/last icons in admin tables
1096 * NodeInfo support ([@rigelk](https://github.com/rigelk))
1097 * Improve HTTP headers security ([@rigelk](https://github.com/rigelk))
1098 * Improve client accessibility (for screen reader users etc)
1099 * Optimize SQL requests (in particular the one to list videos)
1100 * Optimize images ([@jorropo](https://github.com/jorropo))
1101 * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages
1102 * Allow uploads of videos <8GB (*experimental*)
1103 * Handle FPS > 30 (*experimental*)
1104
1105 ### Bug fixes
1106
1107 * Fix avatars/thumbnails update (cache issue)
1108 * Fix pagination on admin job table when changing the job state
1109 * Fix SQL transaction retryer log
1110 * Correctly handle error when remote instance is down
1111 * Fix account videos URL when scrolling
1112 * Avoid commenting twice by disabling comment submit button when sending the comment
1113 * Reset confirm component input when closing it
1114 * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio))
1115 * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk))
1116 * Reset published date on video publish (scheduled or after a transcoding)
1117 * Avoid 404 title on the first page load
1118 * Fix forgot password message regarding email
1119 * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault))
1120 * Use UUID for channel link in watch page
1121
1122 ### Docker
1123
1124 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
1125
1126
1127 ## v1.0.0-beta.9
1128
1129 ### Features
1130
1131 * Theater/Cinema mode in player
1132 * Add ability to wait transcoding before publishing it
1133 * Add ability for uploaders to schedule video update
1134 * Add time display to see where we seek the video
1135 * Add title in player peers info to show total downloaded/uploaded data
1136 * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk))
1137 * Add warning if the domain name is different from the one of the first start of Peertube
1138 * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent))
1139
1140 ### Bug fixes
1141
1142 * Fix dislikes number in video watch page
1143 * Fix import when the imported file has the same extension than an already existing file
1144 * Fix bad RSS descriptions when filtering videos by account or channel
1145 * Fix RSS results limit
1146 * Fix glitch when updating player volume
1147 * Use local object URLs for feeds
1148 * Automatically jump to the highlighted thread
1149 * Fix account link width on video view ([@sesn](https://github.com/sesn))
1150 * Prevent commenting twice
1151 * Blue links color in comments
1152 * Fix quota precision in users list
1153 * Handle markdown in account/video channel pages
1154 * Fix avatar image in channel page
1155 * Fix slow HTTP fallback on Firefox
1156 * Do not create a user with the same username than another actor name
1157 * Reset search on page change
1158 * Fix images size limit
1159 * Log torrent errors/warnings in the console, instead of disturbing users
1160
1161
1162 ## v1.0.0-beta.8
1163
1164 ### Features
1165
1166 * Docker:
1167 * Add disable_starttls and transcoding configuration variables
1168 * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
1169 * Some improvements that should make the upgrades less painful
1170 * Add ability to manually run transcoding jobs (admin with CLI)
1171 * Add ability to import a video file (admin with CLI)
1172 * Add context menu to the player
1173 * Add number of videos published by an account/video channel
1174 * Improve player progress bar
1175 * Improve Twitter configuration help tooltips
1176 * Pick average video file instead of max quality in "Auto" resolution mode
1177 * Increase access token lifetime to 1 day
1178 * Add video comments RSS
1179
1180 ### Bug fixes
1181
1182 * Clicking on "Download" correctly opens a popup to download the video
1183 (instead of opening the video in a new tab)
1184 * Fix frequent logout
1185 * Fix `publishedAt` video attribute when following a new instance
1186 * Correctly resumes the video on "PeerTube" link click in embed
1187 * Fix markdown links truncation
1188 * Fix account/channel pages not updated if we only change the account/channel
1189 * Fix player resolution change that plays even if the video was paused
1190 * Fix posting view in embed that contains search params
1191 * Fix video watch tooltips regarding subscriptions by using the account name
1192 instead of the display name
1193 * Rename "my settings" to "my account" in menu
1194
1195
1196 ## v1.0.0-beta.7
1197
1198 ### BREAKING CHANGES
1199
1200 * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
1201
1202 ### Documentation
1203
1204 * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
1205
1206 ### Features
1207
1208 * Add short description in about page
1209 * Add owner account name in video channel page
1210 * Improve performance in ActivityPub controllers
1211 * Video **support** field inherits video channel **support** field when uploading/updating a video
1212 * Resume video when clicking on "PeerTube" link in embed
1213
1214 ### Bug fixes
1215
1216 * Fix player on Android
1217 * Fix player when Firefox has cookies disabled
1218 * Reload "my videos" after a delete
1219 * Fix missing key configuration when upgrading with Docker
1220 * Fix CC audience in Activity Pub objects/activities
1221
1222
1223 ## v1.0.0-beta.6
1224
1225 ### Features
1226
1227 * Handle concurrent requests in cache middleware
1228 * Add ability to enable registration by IP
1229
1230 ### Bug fixes
1231
1232 * Fix insane SQL request when loading all video attributes
1233
1234
1235 ## v1.0.0-beta.5
1236
1237 ### BREAKING CHANGES
1238
1239 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
1240 * Rename client routes:
1241 * `/admin/users/add` to `/admin/users/create`
1242 * `/videos/edit/:uuid` to `/videos/update/:uuid`
1243 * `/admin/users/:id/update` to `/admin/users/update/:id`
1244
1245
1246 ### Features
1247
1248 * Adding basic helpers to guide users for comments/subscribe to accounts
1249 * Add ability to move a video in another channel
1250 * Improve web browser RAM consumption when watching (long) videos
1251 * Support robots.txt in configuration
1252 * Add ability to select the Redis database in configuration
1253
1254
1255 ### Bug fixes
1256
1257 * Fix error message on token expiration
1258 * Increase menu icon size
1259 * Add timeout and TTL to request jobs to fix stuck job
1260 * Fix responsive account about page
1261 * Fix updating description account
1262 * Account/video channel descriptions are not required anymore
1263 * Fix video channel description and support max length (500 characters now)
1264 * Fix "..." for buttons (delete/edit) in admin tables
1265 * Fix overflow in markdown textarea preview
1266 * Add ability to embed videos in a Twitter card
1267 * Use `publishedAt` attribute when sorting videos
1268 * Fix concurrent requests in videos list
1269 * Fix player on iOS
1270
1271
1272 ## v1.0.0-beta.4
1273
1274 ### BREAKING CHANGES
1275
1276 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
1277 * Move video channels routes:
1278 * `/videos/channels` routes to `/video-channels`
1279 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
1280 * PeerTube now listen on 127.0.0.1 by default
1281 * Use ISO 639 for language (*en*, *es*, *fr*...)
1282 * Tools (`import-videos`...) need the language ISO639 code instead of a number
1283 * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
1284
1285 ### Features
1286
1287 * Add `publishedAt` attribute to videos
1288 * Improve player:
1289 * Smooth progress bar
1290 * Settings menu
1291 * Automatic resolution (depending on the user bandwidth)
1292 * Some animations/effects
1293 * More reactive when clicking on play
1294 * Handle autoplay blocking by some web browsers
1295 * Better responsive
1296 * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
1297 * Add an id to the body to override current CSS (for custom CSS)
1298 * Add privacy argument to `upload.ts` script
1299 * RSS/Atom/JSON-feed for videos recently-added/trending/account
1300 * Support hostname binding in the configuration
1301 * Add ability to click on an account in the video watch page (link to a search)
1302 * Better responsive on many comment replies
1303 * Move follows in the job queue
1304 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
1305 * Add video privacy information in *my videos page*
1306 * Use the video name for the torrent file name instead of the UUID
1307 * Handle errors in embed (video not found, server error...)
1308 * Account view (videos uploaded by this account + video channel owned by this account + about pages)
1309 * Video channel view (videos uploaded in this channel + about pages)
1310 * Video channel management (avatar update is still missing)
1311
1312 ### Bug fixes
1313
1314 * Fix "show more" description on video change
1315 * Accept unlisted comments
1316 * Don't start application until all components were initialized
1317 * Fix word-break in video description and video comments
1318 * Don't add a `.` after the URL in the "forgot password" email
1319
1320
1321
1322 ## v1.0.0-beta.3
1323
1324 ### Features
1325
1326 * Add hover background color in menu
1327 * Add info about the initial user quota in the registration form
1328 * Add link to register in the login form
1329 * Prevent brute force login attack
1330
1331 ### Bug fixes
1332
1333 * Fix bad federation with videos with special utf characters in description (again)
1334 * Fix views system behind a reverse proxy
1335
1336
1337 ## v1.0.0-beta.2
1338
1339 ### Features
1340
1341 * More logging in SMTP module
1342 * Add option to disable starttls in SMTP module
1343 * Update STUN servers (using framasoft.org and stunprotocol.org now)
1344 * Min comment length is 1 now (useful for emoji...)
1345 * Better embed video player in small screens
1346 * Reduce display time of title/description/control bar in embed on inactivity
1347 * Add sign languages for videos attribute
1348 * Add autoplay parameter for embed
1349 * Videos search on account username and host too
1350 * Redirect to homepage on empty search
1351
1352 ### Bug fixes
1353
1354 * Fix mentions in comment replies
1355 * Logo/Title redirects to the default route
1356 * Fix bad federation with videos with special utf characters in description
1357 * Fix pagination on mobile
1358 * Use instance name for page titles
1359 * Fix bad id for Create activities (ActivityPub)
1360 * Handle inner actors instead of just handling actor ids (ActivityPub)
1361 * Fallback to torrent file if infohash is incorrect
1362 * Fix admin config errors display/validation
1363 * Add public to Announces (ActivityPub)
1364 * Fix inability to run client when cookies are disabled
1365 * Fix words breaking in videos description
1366 * Graceful exit when import videos script fails
1367 * Fix import videos with long names
1368 * Fix login with a password containing special characters
1369 * Fix player error flickering with an unsupported video format
1370 * Fix comment delete federation
1371 * Fix communication of a PeerTube instance and Mastodon
1372 * Fix custom configuration with number values
1373
1374
1375 ## v1.0.0-beta.1
1376
1377 Nothing new here, but PeerTube is stable enough for being in beta now.
1378
1379
1380 ## v1.0.0-alpha.9
1381
1382 ### BREAKING CHANGES
1383
1384 * Update videos list/search/get API response:
1385 * Removed `resolution` field
1386 * Removed `resolutionLabel` field
1387 * Removed `category` field
1388 * Removed `categoryLabel` field
1389 * Removed `licence` field
1390 * Removed `licenceLabel` field
1391 * Removed `language` field
1392 * Removed `languageLabel` field
1393 * Removed `privacy` field
1394 * Removed `privacyLabel` field
1395 * Added `resolution.id` field
1396 * Added `resolution.label` field
1397 * Added `category.id` field
1398 * Added `category.label` field
1399 * Added `licence.id` field
1400 * Added `licence.label` field
1401 * Added `language.id` field
1402 * Added `language.label` field
1403 * Added `privacy.id` field
1404 * Added `privacy.label` field
1405
1406 ### Bug fixes
1407
1408 * Fix video_share_url duplicate key on failed transcoding job
1409
1410
1411 ## v1.0.0-alpha.8
1412
1413 ### Features
1414
1415 * Add ability to set a short instance description
1416
1417
1418 ## v1.0.0-alpha.7
1419
1420 ### BREAKING CHANGES
1421
1422 * Update videos list/search API response:
1423 * Removed `accountName` field
1424 * Removed `serverHost` field
1425 * Added `account.name` field
1426 * Added `account.displayName` field
1427 * Added `account.host` field
1428 * Added `account.url` field
1429 * Added `account.avatar` field
1430 * Update video abuses API response:
1431 * Removed `reporterUsername` field
1432 * Removed `reporterServerHost` field
1433 * Removed `videoId` field
1434 * Removed `videoUUID` field
1435 * Removed `videoName` field
1436 * Added `reporterAccount` field
1437 * Added `video.id` field
1438 * Added `video.name` field
1439 * Added `video.uuid` field
1440 * Added `video.url` field
1441
1442 ### Features
1443
1444 * Add "Local" in menu that lists only local videos
1445
1446
1447 ## v1.0.0-alpha.4
1448
1449 ### Features
1450
1451 * Add iOS support
1452
1453
1454 ## v1.0.0-alpha.1
1455
1456 ### Features
1457
1458 * Add messages about privacy and P2P
1459 * Add stats route
1460 * Add playback setting
1461
1462
1463 ## v0.0.29-alpha
1464
1465 ### BREAKING CHANGES
1466
1467 * Use only 1 thread for transcoding by default
1468
1469 ### Features
1470
1471 * Add help to JS/CSS custom configuration inputs
1472 * Keep ratio in video thumbnail generation
1473 * Handle video in portrait mode
1474
1475 ### Bug fixes
1476
1477 * Fix complete description on some videos
1478 * Fix job sorting in administration
1479
1480
1481 ## v0.0.28-alpha
1482
1483 ### BREAKING CHANGES
1484
1485 * Enable original file transcoding by default in configuration
1486 * Disable transcoding in other definitions in configuration
1487
1488 ### Features
1489
1490 * Fallback to HTTP if video cannot be loaded
1491 * Limit to 30 FPS in transcoding
1492
1493
1494 ## v0.0.27-alpha
1495
1496 ### Features
1497
1498 * Add ability for admin to inject custom JavaScript/CSS
1499 * Add help tooltip on some fields
1500
1501 ### Bug fixes
1502
1503 * Fix comment reply highlighting
1504
1505
1506 ## v0.0.26-alpha
1507
1508 ### BREAKING CHANGES
1509
1510 * Renamed script `import-youtube.js` to `import-videos.js`
1511 * Renamed `import-video.js` argument `youtube-url` to `target-url`
1512
1513 ### Features
1514
1515 * Add "Support" attribute/button on videos
1516 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
1517
1518 ### Bug fixes
1519
1520 * Fix custom instance name overflow
1521
1522
1523 ## v0.0.25-alpha
1524
1525 ### Features
1526
1527 * Add ability to link a specific comment
1528
1529 ### Bug fixes
1530
1531 * Fix avatars on video watch page
1532
1533
1534 ## v0.0.24-alpha
1535
1536 ### Features
1537
1538 * Publish comments with *ctrl + enter*
1539
1540 ### Bug fixes
1541
1542 * Don't stuck on active jobs
1543 * Fix deleting a video with comments
1544 * Fix infinite scroll (videos list)