aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4887614a9..0272d851c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,7 +45,7 @@ We added some sections in the documentation website:
45 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance 45 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
46 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs 46 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
47 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute 47 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
48 * Controlled player embed API: https://docs.joinpeertube.org/#/api-em 48 * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player
49 49
50### Docker 50### Docker
51 51
@@ -207,7 +207,7 @@ We added some sections in the documentation website:
207 207
208### IMPORTANT NOTES 208### IMPORTANT NOTES
209 209
210 * **/!\ 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: 210 * **/!\ 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:
211 * `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` 211 * `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`
212 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs. 212 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.
213 Please check now if you have conflicts using: 213 Please check now if you have conflicts using:
@@ -231,7 +231,7 @@ We added some sections in the documentation website:
231 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance 231 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
232 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs 232 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
233 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute 233 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
234 * Controlled player embed API: https://docs.joinpeertube.org/#/api-em 234 * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player
235 235
236### Docker 236### Docker
237 237