From fdee927ce8fc994c1a14eb60c285809e0e4329a2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Sep 2024 08:50:47 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa732161..339aa350c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,12 +46,12 @@ * Add a button to copy server logs in admin * Smoother live autoplay: only the player is reloaded * Improve channel and account page tab title + * Better resolution label for custom video aspect. For example with a `1920x816` video, we now display `1080p` instead of `816p` * Support max FPS configuration: the admin can allow videos with more than 60FPS, which is the current default limit * Max resolution file preserves input FPS even if < 720p, allowing users to upload and broadcast a 480p resolution at 60FPS * Add ability for admins to set multiple proxies for youtube-dl that PeerTube will randomly select * Support youtube-dl executable (for example *Linux standalone x64 binary* that includes additional features like [impersonation](https://github.com/yt-dlp/yt-dlp/?tab=readme-ov-file#impersonation)) * Add a cover to the file if the user only downloads the audio version of the video - * Better resolution label for custom video aspect. For example with a `1920x816` video, we now display `1080p` instead of `816p` * Forward watch page `start` query param to the OEmbed service so that the embed starts at the correct time * Notify local users on when an *Internal* video is published * Add ability for admins to disable federation (disabling ActivityPub endpoints)