X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=e5e69b3f7d33a3df1249d4e0612134e58dcd0c19;hb=1defb4e5aade333e4b9ff30df96f967cb9ba24ff;hp=f8a44e9a78c014c3f7bdad77fe97a5855e6da8a4;hpb=6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a44e9a7..e5e69b3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,28 @@ # Changelog -## v4.1.0-rc.1 +## 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