From 3c668a170483c17a7879bc05b8eea5214103970f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Nov 2023 09:03:07 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4641ee2db..347e394bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ We have many important notes in this release. We know it's a pain for sysadmin, * Removed unmaintained `peertube-import-videos` (also aliased as `peertube import-videos` or `peertube import`) script * PeerTube remote CLI is much more simpler to install using NPM: https://docs.joinpeertube.org/maintain/tools#remote-peertube-cli + * Support moving video files from object storage to filesystem: https://docs.joinpeertube.org/maintain/tools#generate-storyboard ### Features @@ -73,7 +74,7 @@ We have many important notes in this release. We know it's a pain for sysadmin, * :tada: **Add video storyboard support** :tada: * PeerTube automatically generates a storyboard on video upload/import * Viewers can see the image around the targeted timecode when hovering the progress bar - * Storyboard of videos uploaded/imported before v6 can be generated by the admin using `npm run create-generate-storyboard-job` command + * Storyboard of videos uploaded/imported before v6 can be generated by the admin using `npm run create-generate-storyboard-job` command: https://docs.joinpeertube.org/maintain/tools#generate-storyboard * :tada: **Add ability for users to replace their video file** :tada: * Has to be enabled by the PeerTube instance administrator * The user can replace the video file in the *Update Video* page