From a5ed218087af2f6a2626a8b3fc7928213bb433d1 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 30 Oct 2024 11:23:33 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 +++++++++++ CloudronManifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3152f2f..66a60d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -356,3 +356,14 @@ Update web browsers support list: * Add missing max transcoding fps config in admin * Don't add mobile buttons if the player controls are disabled +[3.0.3] +* Update PeerTube to 6.3.3 +* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.3.3) +* Fix broken thumbnails on live replay +* Fix detecting portrait rotation of some video +* Don't allow to select a frame from a live to set the thumbnail +* Fix lost video stream with specific transcoding settings and video input +* Fix creating playlist without thumbnail when using the REST API +* Fix .mov video upload on some Windows versions +* Fix video-plugin-metadata.result client plugin hook + diff --git a/CloudronManifest.json b/CloudronManifest.json index 52e2eb7..a262eea 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.2", + "version": "3.0.3", "upstreamVersion": "6.3.3", "id": "org.joinpeertube.cloudronapp", "title": "PeerTube",