From e7e2bb43742a97edfcb31056e943c9195443772d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Nov 2023 09:46:43 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347e394bf..cc22350e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v6.0.0-rc.2 + +**Since v6.0.0-rc.1** + +### Bug fixes + + * Correctly generate `production.yaml.new` that should merge your current `production.yaml` with new keys defined by PeerTube + * Don't break `scripts/upgrade.sh` path. If you upgraded to v6.0.0-rc.1 you can find the upgrade script in `dist/scripts/upgrade.sh` + * Fix notification scrolling + * Add ability to customize frames to analyze in configuration (fix too long upload on low-power hardware) + * Fix player ratio on mobile with portrait videos + * Update page title and description on video change + * Adapt storyboard sprite ratio + * Fix card font color theme + * Optimize homepage videos query + * Respect "transcode original resolution" setting when using remote runners + * Prevent player mobile buttons flickering + + ## v6.0.0-rc.1 ### IMPORTANT NOTES