mirror of https://github.com/Chocobozzz/PeerTube
Update changelog
parent
62b655ab87
commit
3cc20a1aca
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v3.1.0-rc.1 (stable ~ late March)
|
## v3.1.0
|
||||||
|
|
||||||
### IMPORTANT NOTES
|
### IMPORTANT NOTES
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@
|
||||||
* Transcode audio uploads to lower configured resolutions
|
* Transcode audio uploads to lower configured resolutions
|
||||||
* Transcode HLS playlists in a `tmp` directory (less bugs/inconsistencies)
|
* Transcode HLS playlists in a `tmp` directory (less bugs/inconsistencies)
|
||||||
* Allow admins to choose the transcoding jobs concurrency
|
* Allow admins to choose the transcoding jobs concurrency
|
||||||
|
* Support Albanian locale
|
||||||
* Video upload:
|
* Video upload:
|
||||||
* Async torrent creation on video upload. We hope that it should fix some weird upload errors
|
* Async torrent creation on video upload. We hope that it should fix some weird upload errors
|
||||||
* Add `.m4a` audio upload support
|
* Add `.m4a` audio upload support
|
||||||
|
@ -131,6 +132,9 @@
|
||||||
* Don't update live attributes if they did not change (allowing to update live metadata even if the live has started)
|
* Don't update live attributes if they did not change (allowing to update live metadata even if the live has started)
|
||||||
* Fix live RAM usage when ffmpeg is too slow to transcode the RTMP stream
|
* Fix live RAM usage when ffmpeg is too slow to transcode the RTMP stream
|
||||||
* Correctly load live information (description and preview) when not started
|
* Correctly load live information (description and preview) when not started
|
||||||
|
* Fix mention notification with deleted comment
|
||||||
|
* Fix default boolean plugin setting
|
||||||
|
* Fix long text on modals [#3840](https://github.com/Chocobozzz/PeerTube/pull/3840)
|
||||||
|
|
||||||
## v3.0.1
|
## v3.0.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue