diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b626ee2..88a4d282a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,6 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v3.1.0-rc.1 (stable ~ late March) | 3 | ## v3.1.0 |
4 | 4 | ||
5 | ### IMPORTANT NOTES | 5 | ### IMPORTANT NOTES |
6 | 6 | ||
@@ -47,6 +47,7 @@ | |||
47 | * Transcode audio uploads to lower configured resolutions | 47 | * Transcode audio uploads to lower configured resolutions |
48 | * Transcode HLS playlists in a `tmp` directory (less bugs/inconsistencies) | 48 | * Transcode HLS playlists in a `tmp` directory (less bugs/inconsistencies) |
49 | * Allow admins to choose the transcoding jobs concurrency | 49 | * Allow admins to choose the transcoding jobs concurrency |
50 | * Support Albanian locale | ||
50 | * Video upload: | 51 | * Video upload: |
51 | * Async torrent creation on video upload. We hope that it should fix some weird upload errors | 52 | * Async torrent creation on video upload. We hope that it should fix some weird upload errors |
52 | * Add `.m4a` audio upload support | 53 | * Add `.m4a` audio upload support |
@@ -131,6 +132,9 @@ | |||
131 | * Don't update live attributes if they did not change (allowing to update live metadata even if the live has started) | 132 | * Don't update live attributes if they did not change (allowing to update live metadata even if the live has started) |
132 | * Fix live RAM usage when ffmpeg is too slow to transcode the RTMP stream | 133 | * Fix live RAM usage when ffmpeg is too slow to transcode the RTMP stream |
133 | * Correctly load live information (description and preview) when not started | 134 | * Correctly load live information (description and preview) when not started |
135 | * Fix mention notification with deleted comment | ||
136 | * Fix default boolean plugin setting | ||
137 | * Fix long text on modals [#3840](https://github.com/Chocobozzz/PeerTube/pull/3840) | ||
134 | 138 | ||
135 | ## v3.0.1 | 139 | ## v3.0.1 |
136 | 140 | ||