Version 2.0.1

This commit is contained in:
Girish Ramakrishnan 2021-01-12 16:14:35 -08:00
parent f40099dd36
commit 6f8f785c5a
3 changed files with 11 additions and 2 deletions

View file

@ -59,3 +59,12 @@
* Remove deprecated video abuse API
* Update the default configuration to not federate unlisted videos. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L182)
* Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170)
[2.0.1]
* Update Peertube to 3.0.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.0.1)
* Security: Fix retrieving data of another user if the username contains _ when fetching my information
* Fix account feed URL
* Log RTMP server error (address already in use)
* Fix NPM theme links in admin theme page
* Don't reject AP actors with empty description

View file

@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",

View file

@ -1,4 +1,4 @@
This app packages PeerTube <upstream>3.0.0</upstream>
This app packages PeerTube <upstream>3.0.1</upstream>
## About