diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a74f315..9abc75cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v4.1.0-rc.1 (unreleased) | 3 | ## v4.1.0-rc.1 |
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
@@ -71,6 +71,9 @@ | |||
71 | * Add a refresh button to admin videos overview page [#4753](https://github.com/Chocobozzz/PeerTube/pull/4753) | 71 | * Add a refresh button to admin videos overview page [#4753](https://github.com/Chocobozzz/PeerTube/pull/4753) |
72 | * Add *Official* badge to official plugins in admin plugin pages | 72 | * Add *Official* badge to official plugins in admin plugin pages |
73 | * Automatically clean unavailable remote ActivityPub resources | 73 | * Automatically clean unavailable remote ActivityPub resources |
74 | * Media RSS feed displays video file as default enclosure instead of torrent | ||
75 | * Use white background for PeerTube icons (instead of transparency) | ||
76 | * Show private badge for private videos in playlists [#4767](https://github.com/Chocobozzz/PeerTube/pull/4767) | ||
74 | 77 | ||
75 | ### Bug fixes | 78 | ### Bug fixes |
76 | 79 | ||
@@ -96,6 +99,8 @@ | |||
96 | * Search on tags is now case insensitive | 99 | * Search on tags is now case insensitive |
97 | * Forbid comments/captions listing of private/internal videos | 100 | * Forbid comments/captions listing of private/internal videos |
98 | * Prevent video import on non unicast ips | 101 | * Prevent video import on non unicast ips |
102 | * Improve markdown to plain text converter, especially when handling lists | ||
103 | * Fix scheduled publication on upload | ||
99 | 104 | ||
100 | 105 | ||
101 | ## v4.0.0 | 106 | ## v4.0.0 |