diff --git a/CHANGELOG b/CHANGELOG index c638c3e..ace0089 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -97,3 +97,13 @@ * Update PeerTube to 3.3.0 * [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.3.0) +[2.4.0] +* Update PeerTube to 3.4.0 +* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.4.0) +* Add video filters to common video pages (account videos, channel videos, recently added/local/trending videos...) +* Add ability for instances to follow any actor (so specific accounts and channels) +* Updated HLS.js (library to play HLS playlists in PeerTube player) to V1: +* Add ability to search by PeerTube host in search filters +* Disallow search engine indexation of remote channels/accounts +* Support Latin language for videos + diff --git a/CloudronManifest.json b/CloudronManifest.json index b4cf193..88ddd1d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "version": "2.3.0-1", + "version": "2.4.0", "id": "org.joinpeertube.cloudronapp", "title": "PeerTube", "author": "PeerTube developers", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 2f8f0cc..88b3286 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages PeerTube 3.3.0 +This app packages PeerTube 3.4.0 ## About