diff options
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abc75cb6..41175af40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -34,6 +34,11 @@ | |||
34 | * Add ability for admins to specify `youtube-dl`/`yt-dlp` python binary path [#4706](https://github.com/Chocobozzz/PeerTube/pull/4706) | 34 | * Add ability for admins to specify `youtube-dl`/`yt-dlp` python binary path [#4706](https://github.com/Chocobozzz/PeerTube/pull/4706) |
35 | * PeerTube server startup is faster | 35 | * PeerTube server startup is faster |
36 | 36 | ||
37 | ### Security | ||
38 | |||
39 | * Check video privacy before listing or accepting captions, comments or rates | ||
40 | * 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 | ||
41 | |||
37 | ### CLI tools | 42 | ### CLI tools |
38 | 43 | ||
39 | * Also remove HLS files when using `prune-storage` script | 44 | * Also remove HLS files when using `prune-storage` script |
@@ -101,6 +106,9 @@ | |||
101 | * Prevent video import on non unicast ips | 106 | * Prevent video import on non unicast ips |
102 | * Improve markdown to plain text converter, especially when handling lists | 107 | * Improve markdown to plain text converter, especially when handling lists |
103 | * Fix scheduled publication on upload | 108 | * Fix scheduled publication on upload |
109 | * Fix youtube-dl max buffer size error | ||
110 | * Hide remote subscribe if user is logged in | ||
111 | * Fix video file `storage` column inconsistency | ||
104 | 112 | ||
105 | 113 | ||
106 | ## v4.0.0 | 114 | ## v4.0.0 |