Bump version

This commit is contained in:
Johannes Zellner 2023-01-05 12:05:38 +01:00
parent 9ab0ca8cf5
commit 7a7cea05f9
2 changed files with 13 additions and 2 deletions

View File

@ -233,3 +233,14 @@
[2.10.0]
* Update base image to 4.0.0
[2.10.1]
* Update PeerTube to 5.0.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.0.1)
* Fix HLS player infinite loading when the live stream/video ends
* Do not autoplay live without autoplay setting
* Fix private/internal video playback from Cloudflare object storage
* Fix local channel stats/OpenTelemetry metric
* Also display dropdown for videos from the homepage
* Fix broken P2P with live stream coming from object storage
* Fix responsive of table pagination

View File

@ -1,6 +1,6 @@
{
"version": "2.10.0",
"upstreamVersion": "5.0.0",
"version": "2.10.1",
"upstreamVersion": "5.0.1",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",