X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=7a6b630ab9dba8e0f240ba56df916eabcd45b883;hb=f64615efa6929c7b8d4e8750a861caf009614a1f;hp=ab25788afdf71b10cda64daea52844d900cb47a8;hpb=2f161df12a023c96106c3a8c5b77893840a56af9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25788af..7a6b630ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -## v2.4.0-rc.1 +## v2.4.0 + +**Since v2.3.0** ### IMPORTANT NOTES * The minimum ffmpeg version required is now 4.1 + * Deprecate static routes that will be removed in 3.0 (you may not have to do anything if you used paths returned by the video REST API): + * `/static/avatars/`: use `/lazy-static/avatars/` instead + * `/static/previews/`: use `/lazy-static/previews/` instead + * `/static/video-captions/`: use `/lazy-static/video-captions/` instead * Use `playlistPosition` URL parameter for playlists instead of `videoId` to set the current playlist position ### Maintenance @@ -90,6 +96,16 @@ * Fix video playlist playback resuming * Correctly display error message for Internet Explorer * Fix videos RSS feed when HLS only is enabled + * Add site_name to opengraph tags + + +**Since v2.4.0-rc.1** + +### Bug fixes + + * Add site_name to opengraph tags + * Fix privacy/channel select on upload + ## v2.3.0