]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - CHANGELOG.md
Translated using Weblate (Occitan)
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
index 3149476bb5ead608dc88c426a5ed256a9033f1ac..0272d851cda40bc73fc265752237009910404339 100644 (file)
@@ -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