mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2025-03-30 07:05:28 +00:00
Update package version to 4.0.0
This commit is contained in:
parent
85b324cd5c
commit
8d48f17e97
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -367,3 +367,13 @@ Update web browsers support list:
|
|||
* Fix .mov video upload on some Windows versions
|
||||
* Fix video-plugin-metadata.result client plugin hook
|
||||
|
||||
[4.0.0]
|
||||
* Update PeerTube to 7.0.0
|
||||
* [Full Changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v7.0.0)
|
||||
* There are several changes in this major release. Please read upstream changelog
|
||||
* Ensure `instance.default_client_route` (in web admin -> `Configuration` -> `Basic` -> `Landing page`) has a correct path: `/videos/trending`, `/videos/local` and `/videos/recently-added` have been removed in favour of `/videos/browse`
|
||||
* Add ability to configure STUN servers IPs: `webrtc.stun_servers`
|
||||
* Remove `client.videos.miniature.display_author_avatar` config: author avatars are now always displayed
|
||||
* Improve accessibility:
|
||||
* Add Slovakian language support to the client
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "3.0.3",
|
||||
"version": "4.0.0",
|
||||
"upstreamVersion": "7.0.0",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
|
|
Loading…
Reference in a new issue