Merge branch 'release/5.0.0' into develop

pull/5544/head
Chocobozzz 2023-01-05 10:33:40 +01:00
commit 458685e0d0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,22 @@
# Changelog
## v5.0.1
### IMPORTANT NOTES
* If you upgrade from PeerTube **< 5.0.0**, please follow 5.0.0 IMPORTANT NOTES
### Bug fixes
* 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
## v5.0.0
### IMPORTANT NOTES

View File

@ -1,6 +1,6 @@
{
"name": "peertube-client",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"license": "AGPL-3.0",
"author": {

View File

@ -1,7 +1,7 @@
{
"name": "peertube",
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"licence": "AGPL-3.0",
"engines": {