forked from cloudron-apps/peertube-app
Version 0.4.0
This commit is contained in:
parent
e62edc778e
commit
cc2b3a5c63
3 changed files with 10 additions and 3 deletions
|
@ -9,4 +9,11 @@
|
||||||
|
|
||||||
[0.4.0]
|
[0.4.0]
|
||||||
* Set trust proxy correctly
|
* Set trust proxy correctly
|
||||||
|
* Update PeerTube to 2.3.0
|
||||||
|
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v2.3.0)
|
||||||
|
* Add global search support (has to be explicitely enabled by admins)
|
||||||
|
* Add ability for admins to display a banner on their instance
|
||||||
|
* Support Vietnamese and Kabyle languages. Also re-establish Occitan language locale despite lack of support in Angular
|
||||||
|
* Add video miniature dropdown in Discover page
|
||||||
|
* Add channel information in My videos page
|
||||||
|
* Add videos count per channel in My channels page
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"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>2.2.0</upstream>
|
This app packages PeerTube <upstream>2.3.0</upstream>
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue