X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=2dfd9fd1c67eb3630945b1369940b3d66d1f9d8d;hb=55f0a7a76249dda79d2815bd5c1d81ccd8bc7002;hp=16a74f31506866fe56cf42b668a82e227db43f7a;hpb=474542d7ac60f7860daf9ea34d1c31968f43ab29;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a74f315..2dfd9fd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## v4.1.0-rc.1 (unreleased) +## 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 +34,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 +76,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 +104,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