From d60983bea55abb446de2e178fe43c1a4d850a5cd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 8 Apr 2025 08:35:40 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78b890a7..2a3504484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v7.1.1 + +### SECURITY + + * This version fixes important vulnerabilities, that will be detailed on Tuesday, April 15 + +### Bug fixes + + * Fix playlist page margins + * Fix danger button border + * Fix unsubscribe button label for channels + * Fix remote subscribe on iOS + * Add Podcast feed to subscribe button + * Always display technical information tab in *About* page + * Fix menu button auto font-size to prevent overflow in some locales + * Correctly inject multiple `rel="me"` links with supported markdown fields + * Fix adding studio watermark with audio/video split HLS file + * Reset video state on studio failure + * Fix updating a user in administration + * Fix error when getting a S3 object with some S3 providers + * Specify charset when uploading caption files in S3 + * Fix theme color parsing with some web browsers + * Improve channel description in custom markup miniature + * Ensure ffmpeg process is killed if download is aborted + * Correctly reload playlist on playlist change in watch page + * Use `indexifembedded` in embeds instead of `noindex` + * Fix extra space on links of remote comments + * Don't convert webp images to jpeg + + ## v7.1.0 ### IMPORTANT NOTES