From 6021c34466d2103ede283e95c0135fae59b6d608 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Jan 2024 12:23:32 +0100 Subject: [PATCH] Version 2.15.1 --- CHANGELOG.md | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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",