X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=0513356e347cef50a157d1d4047861624d0adac3;hb=cd56e2f11910a088ff54b40d06d36da44a383b3f;hp=182beb67bd0810d870fd1f4ab9cc894844687d70;hpb=21e73020142635f0b1b2c8694a6b5164437954b9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 182beb67b..0513356e3 100644 --- a/CHANGELOG.md +++ b/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 @@ -16,11 +33,11 @@ * Classic installation: `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-5.0.js` * Docker installation: `cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-5.0.js` * Configuration changes (`config/production.yaml`): - * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5 - * `object_storage.upload_acl` is now a parent key that you must update + * There is a new `secrets.peertube` configuration. You must fill it before running PeerTube v5: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/config/production.yaml.example#L14 + * `object_storage.upload_acl` is now a parent key that you must update: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/config/production.yaml.example#L153 * You must update your nginx configuration: - * We introduced a new `location` for plugin websocket routes - * We introduced a new `location` for private videos files + * We introduced a new `location` for plugin websocket routes: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/support/nginx/peertube#L135 + * We introduced a new `location` for private videos files: https://github.com/Chocobozzz/PeerTube/blob/v5.0.0/support/nginx/peertube#L217 ### Documentation