diff --git a/CHANGELOG.md b/CHANGELOG.md index 92762f7..00b19c6 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/CloudronManifest.json b/CloudronManifest.json index d56f014..c3ec8bc 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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",