Version 2.11.0

This commit is contained in:
Girish Ramakrishnan 2023-03-21 11:58:52 +01:00
parent f10e89d4ae
commit 1812ea1aef
2 changed files with 14 additions and 2 deletions

View file

@ -247,3 +247,15 @@
[2.10.2]
* Remove invokation of 5.0 upgade script
[2.11.0]
* Update PeerTube to 5.1.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.1.0)
* **IMPORTANT**: If your instance has signup enabled, user registration approval is automatically enabled by the default configuration of this release. You can change this setting in your production.yaml or in the configuration page in the web admin
Update web browsers support list:
* Drop support of Safari 11 on iOS
* Drop support of Safari 11 on desktop
* Drop support of Firefox 68 on desktop
* Implement user registration approval (https://docs.joinpeertube.org/admin/managing-users#registration-approval) #5544
* Add "back to live" button in player
* Add Icelandic & Ukrainian locales
* Add Global views default trending algorithm option in admin configuration #5471

View file

@ -1,6 +1,6 @@
{
"version": "2.10.2",
"upstreamVersion": "5.0.1",
"version": "2.11.0",
"upstreamVersion": "5.1.0",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",