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 3149476bb..1cb7cb99f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,7 @@ We added some sections in the documentation website:
30 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance 30 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
31 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs 31 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
32 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute 32 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
33 * Controlled player embed API: https://docs.joinpeertube.org/#/api-em 33 * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player
34 34
35### Docker 35### Docker
36 36
@@ -192,7 +192,7 @@ We added some sections in the documentation website:
192 192
193### IMPORTANT NOTES 193### IMPORTANT NOTES
194 194
195 * **/!\ 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: 195 * **/!\ 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:
196 * `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` 196 * `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`
197 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs. 197 * **/!\ VERY IMPORTANT /!\\** In the next PeerTube release (v2.2.0), we'll add a unique index on actors usernames to fix some federation bugs.
198 Please check now if you have conflicts using: 198 Please check now if you have conflicts using:
@@ -216,7 +216,7 @@ We added some sections in the documentation website:
216 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance 216 * Customize your instance (install plugins & themes): https://docs.joinpeertube.org/#/admin-customize-instance
217 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs 217 * PeerTube logs (standard log/audit log): https://docs.joinpeertube.org/#/admin-logs
218 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute 218 * Mute accounts/instances: https://docs.joinpeertube.org/#/use-mute
219 * Controlled player embed API: https://docs.joinpeertube.org/#/api-em 219 * Controlled player embed API: https://docs.joinpeertube.org/#/api-embed-player
220 220
221### Docker 221### Docker
222 222