forked from cloudron-apps/peertube-app
Version 0.7.0
This commit is contained in:
parent
0ed9531bd4
commit
4bf2d3c48f
3 changed files with 17 additions and 2 deletions
15
CHANGELOG
15
CHANGELOG
|
@ -24,3 +24,18 @@
|
|||
[0.6.0]
|
||||
* Install CLI tool in /app/code/cli
|
||||
|
||||
[0.7.0]
|
||||
* Update Peertube to 2.4.0
|
||||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v2.4.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
|
||||
* Moderation:
|
||||
* Add ability to bulk delete comments of an account
|
||||
* Add ability to mute accounts from video miniature
|
||||
* Improve report modal: @rigelk in #2842
|
||||
* Replaced softies icons by feather icons @rigelk
|
||||
* Support player hotkeys when it is not focused
|
||||
* Improve video miniature grids to fill the space as much as possible @rigelk
|
||||
* Add video miniature dropdown in Discover page
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
"author": "PeerTube developers",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages PeerTube <upstream>2.3.0</upstream>
|
||||
This app packages PeerTube <upstream>2.4.0</upstream>
|
||||
|
||||
## About
|
||||
|
||||
|
|
Loading…
Reference in a new issue