mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
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]
|
[0.6.0]
|
||||||
* Install CLI tool in /app/code/cli
|
* 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",
|
"id": "org.joinpeertube.cloudronapp",
|
||||||
"title": "PeerTube",
|
"title": "PeerTube",
|
||||||
"author": "PeerTube developers",
|
"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
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue