mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
Version 2.0.1
This commit is contained in:
parent
f40099dd36
commit
6f8f785c5a
3 changed files with 11 additions and 2 deletions
|
@ -59,3 +59,12 @@
|
||||||
* Remove deprecated video abuse API
|
* 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 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)
|
* 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"id": "org.joinpeertube.cloudronapp",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"author": "PeerTube developers",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages PeerTube <upstream>3.0.0</upstream>
|
This app packages PeerTube <upstream>3.0.1</upstream>
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue