mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/5.0.0' into develop
commit
458685e0d0
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "peertube-client",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"author": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue