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