diff --git a/CHANGELOG.md b/CHANGELOG.md index 870159e..f2a6b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -294,3 +294,14 @@ Update web browsers support list: [2.15.0] * Migrate to OIDC login +[2.15.1] +* Update PeerTube to 6.0.3 +* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.3) +* Fix HTML meta tags with attributes that contain quotes +* Fix time parsing resulting in broken video start time in some cases +* Fix WebTorrent video import crash +* Reload Discover page on logout +* Fix privacy error when updating a live, even if the privacy has not changed +* Fix invalid remote live state change notification that causes the player to reload +* Don't apply big play button skin to settings menu +* Fix downloading video files from object storage with some video names (that include emojis, quotes etc) diff --git a/CloudronManifest.json b/CloudronManifest.json index 7581091..029d7db 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "2.15.0", - "upstreamVersion": "6.0.2", + "version": "2.15.1", + "upstreamVersion": "6.0.3", "id": "org.joinpeertube.cloudronapp", "title": "PeerTube", "author": "PeerTube developers",