X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=8561fc85985dad35f4a0ff03831bc0286dcb4ca5;hb=b2c76204f9d2900b9fd58e6618e343059821d601;hp=4c474af4847c7d0c78235eea9534c6ee4e9e32ab;hpb=9a0d813e5754284ef612a99c2cbf1eacea769915;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c474af48..8561fc859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### 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 @@ -62,9 +66,9 @@ * Add channel name to create-user admin form [@Kimsible in #2984](https://github.com/Chocobozzz/PeerTube/pull/2984) * Support Kabile for video languages/captions * Translate page titles - * Add `.ac3`, `.aac`, `.qt`, `.mqv`, `.3gpp`, `.3gpp2`, `.m1v`, `.mpg`, `.mpe`, `.vob` extensions support on upload if transcoding is enabled + * Add `.ac3`, `.aac`, `.qt`, `.mqv`, `.3gpp`, `.3gpp2`, `.m1v`, `.mpg`, `.mpe`, `.vob` extensions support on upload if transcoding is enabled **@rigelk** * Performance: - * Improved front-end performance by reducing localized bundle sizes (~ 2MB instead of 3MB for the homepage)) + * Improved front-end performance by reducing localized bundle sizes (~ 2MB instead of 3MB for the homepage) * Optimize comments RSS feed SQL query * Optimize default sort SQL query when listing videos