]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Merge branch 'release/5.0.0' into develop
authorChocobozzz <me@florianbigard.com>
Thu, 5 Jan 2023 09:33:40 +0000 (10:33 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 5 Jan 2023 09:33:40 +0000 (10:33 +0100)
CHANGELOG.md
client/package.json
package.json

index 36506e20eb63879c250b0c35270c82707afd8dd1..0513356e347cef50a157d1d4047861624d0adac3 100644 (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
index 5e962550c5eef5a9f874e49f314e4959cd5446ee..6f88d4fb9ac7814d3e8a56b8d465654f743ab8b2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "5.0.0",
+  "version": "5.0.1",
   "private": true,
   "license": "AGPL-3.0",
   "author": {
index 154951c75358a7280cd0b0036e711f4ddeaa14aa..d7d19afc2a3bb9bd663a4351a689eb78d59e071a 100644 (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": {