mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Version 2.1.0
This commit is contained in:
parent
de5e800c00
commit
3f9d8dda26
3 changed files with 17 additions and 2 deletions
15
CHANGELOG
15
CHANGELOG
|
@ -71,3 +71,18 @@
|
|||
|
||||
[2.0.2]
|
||||
* Update base image to v3
|
||||
|
||||
[2.1.0]
|
||||
* Update Peertube to 3.1.0
|
||||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.1.0)
|
||||
* Fair transcoding jobs priority: give an higher priority to optimize jobs and decrease priority of transcoding jobs depending on the amount of videos uploaded by the user during the last 7 days #3637
|
||||
* Allow admins to choose the transcoding jobs concurrency
|
||||
* Support Albanian locale
|
||||
* Async torrent creation on video upload. We hope that it should fix some weird upload errors
|
||||
* Add .m4a audio upload support
|
||||
* Stricter youtube-dl format selectors for import (don't import HDR videos and cap to the max supported resolution) #3516
|
||||
* Don't publish imported videos before the user submitted the second step form
|
||||
* Implement hot and best trending algorithms #3625 & #3681
|
||||
* Support webp avatar upload
|
||||
* Allow user to search through their watch history #3576
|
||||
* Allow AP resolution for default account/channel pages (/accounts/:name/video-channels and /video-channels/:name/videos)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.0",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
"author": "PeerTube developers",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages PeerTube <upstream>3.0.1</upstream>
|
||||
This app packages PeerTube <upstream>3.1.0</upstream>
|
||||
|
||||
## About
|
||||
|
||||
|
|
Loading…
Reference in a new issue