diff --git a/CHANGELOG b/CHANGELOG index a6e5833..1b95481 100644 --- a/CHANGELOG +++ b/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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index dcb3450..4175ccc 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "version": "0.6.0", + "version": "0.7.0", "id": "org.joinpeertube.cloudronapp", "title": "PeerTube", "author": "PeerTube developers", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 041ab10..fd0e050 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages PeerTube 2.3.0 +This app packages PeerTube 2.4.0 ## About