diff options
-rw-r--r-- | CHANGELOG.md | 17 | ||||
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 19 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 36506e20e..0513356e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,22 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v5.0.1 | ||
4 | |||
5 | ### IMPORTANT NOTES | ||
6 | |||
7 | * If you upgrade from PeerTube **< 5.0.0**, please follow 5.0.0 IMPORTANT NOTES | ||
8 | |||
9 | ### Bug fixes | ||
10 | |||
11 | * Fix HLS player infinite loading when the live stream/video ends | ||
12 | * Do not autoplay live without autoplay setting | ||
13 | * Fix private/internal video playback from Cloudflare object storage | ||
14 | * Fix local channel stats/OpenTelemetry metric | ||
15 | * Also display dropdown for videos from the homepage | ||
16 | * Fix broken P2P with live stream coming from object storage | ||
17 | * Fix responsive of table pagination | ||
18 | |||
19 | |||
3 | ## v5.0.0 | 20 | ## v5.0.0 |
4 | 21 | ||
5 | ### IMPORTANT NOTES | 22 | ### IMPORTANT NOTES |
diff --git a/client/package.json b/client/package.json index 5e962550c..6f88d4fb9 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube-client", | 2 | "name": "peertube-client", |
3 | "version": "5.0.0", | 3 | "version": "5.0.1", |
4 | "private": true, | 4 | "private": true, |
5 | "license": "AGPL-3.0", | 5 | "license": "AGPL-3.0", |
6 | "author": { | 6 | "author": { |
diff --git a/package.json b/package.json index 154951c75..d7d19afc2 100644 --- a/package.json +++ b/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube", | 2 | "name": "peertube", |
3 | "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", | 3 | "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", |
4 | "version": "5.0.0", | 4 | "version": "5.0.1", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |