mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Version 2.11.0
This commit is contained in:
parent
f10e89d4ae
commit
1812ea1aef
2 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue