X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=0272d851cda40bc73fc265752237009910404339;hb=714bfcc556177dce2b65a1e58babdf2488e9de13;hp=3149476bb5ead608dc88c426a5ed256a9033f1ac;hpb=2ba7f3d188bffd356c93b8315e903d960bc51d52;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 3149476bb..0272d851c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.1.1 + +### Bug fixes + + * Fix youtube-dl in docker image + * Fix playlist creation/update + * Fix fetch of instance config in client + * Manual approves followers only for the instance (and not accounts/channels) + * Fix avatar update + * Fix CSP for embeds + * Fix scroll of the menu on mobile + * Fix CPU usage of PostgreSQL + * Fix embed for iOS + + ## v2.1.0 **Since v2.0.0** @@ -30,7 +45,7 @@ We added some sections in the documentation website: * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute - * Controlled player embed API: https://docs.joinpeertube.org/#/api-em + * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player ### Docker @@ -192,7 +207,7 @@ We added some sections in the documentation website: ### IMPORTANT NOTES - * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (can be executed after your upgrade, while your PeerTube instance is running) to create HLS video torrents: + * **/!\ VERY IMPORTANT /!\\** You need to execute manually a script (must be executed after the upgrade and a PeerTube restart, while your instance is running) to create HLS video torrents: * `cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-2.1.js` * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs. Please check now if you have conflicts using: @@ -216,7 +231,7 @@ We added some sections in the documentation website: * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute - * Controlled player embed API: https://docs.joinpeertube.org/#/api-em + * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player ### Docker