***Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
***Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
* Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
* Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
* Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
* Support 4K transcoding
* Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
* Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
* Add rate limit to registration and API endpoints
* Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
* Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
* Automatically remove dead followings
* Federate comment deletion if the comment was deleted by the video owner
### Bug fixes
* Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
* Fix tools auth with remote instances
* Fix various issues in upload/import scripts
* Fix redundancy exceeded quota
* Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
* Fix quota display in features table
* Fix transcoding help placement
* Fix invisible videos in playlists
* Fix HLS transcoding in lower resolutions
* Fix various federation issues
* Fix mute badge labels
* Fix broken follow notification when the actor is deleted
* Fix overflow and playlist block width in the watch page
* Fix search results overflow on mobile
* Fix infinite scroll on big screens
* Fix start time on some HLS videos
## v1.3.1
### Bug fixes
...
...
@@ -21,7 +107,7 @@
* Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
* CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
## Maintenance
### Maintenance
* 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
* Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))