X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=e5e69b3f7d33a3df1249d4e0612134e58dcd0c19;hb=dd5a148982c7245ce0fa5f2ef8b421461a1e5a95;hp=16a74f31506866fe56cf42b668a82e227db43f7a;hpb=474542d7ac60f7860daf9ea34d1c31968f43ab29;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a74f315..e5e69b3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,28 @@ # Changelog -## v4.1.0-rc.1 (unreleased) +## v4.1.1 + +### Security + + * Strip EXIF data when processing images + +### Docker + + * Fix videos import by installing python 3 + * Install `git` package (may be needed to install some plugins) + +### Bug fixes + + * Fix error when updating a live + * Fix performance regression when rendering HTML and feeds + * Fix player stuck by HTTP request error + + +## v4.1.0 ### IMPORTANT NOTES - * NodeJS 12 support is deprecated and will be removed in PeerTube 4.2 + * PeerTube does not support NodeJS 12 anymore ### Plugins/Themes/Embed API @@ -34,6 +52,11 @@ * Add ability for admins to specify `youtube-dl`/`yt-dlp` python binary path [#4706](https://github.com/Chocobozzz/PeerTube/pull/4706) * PeerTube server startup is faster +### Security + + * Check video privacy before listing or accepting captions, comments or rates + * Check video import target URL does not resolve to internal IP. This technique has some limits so if you have private HTTP services on your server/network publicly accessible, we recommend to use a proxy or a dedicated interface for PeerTube + ### CLI tools * Also remove HLS files when using `prune-storage` script @@ -71,6 +94,9 @@ * Add a refresh button to admin videos overview page [#4753](https://github.com/Chocobozzz/PeerTube/pull/4753) * Add *Official* badge to official plugins in admin plugin pages * Automatically clean unavailable remote ActivityPub resources + * Media RSS feed displays video file as default enclosure instead of torrent + * Use white background for PeerTube icons (instead of transparency) + * Show private badge for private videos in playlists [#4767](https://github.com/Chocobozzz/PeerTube/pull/4767) ### Bug fixes @@ -96,6 +122,11 @@ * Search on tags is now case insensitive * Forbid comments/captions listing of private/internal videos * Prevent video import on non unicast ips + * Improve markdown to plain text converter, especially when handling lists + * Fix scheduled publication on upload + * Fix youtube-dl max buffer size error + * Hide remote subscribe if user is logged in + * Fix video file `storage` column inconsistency ## v4.0.0