Update contributors

This commit is contained in:
Chocobozzz 2020-08-25 10:25:05 +02:00
parent 9a0d813e57
commit 2f161df12a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 17 additions and 9 deletions

View file

@ -62,9 +62,9 @@
* Add channel name to create-user admin form [@Kimsible in #2984](https://github.com/Chocobozzz/PeerTube/pull/2984)
* Support Kabile for video languages/captions
* Translate page titles
* Add `.ac3`, `.aac`, `.qt`, `.mqv`, `.3gpp`, `.3gpp2`, `.m1v`, `.mpg`, `.mpe`, `.vob` extensions support on upload if transcoding is enabled
* Add `.ac3`, `.aac`, `.qt`, `.mqv`, `.3gpp`, `.3gpp2`, `.m1v`, `.mpg`, `.mpe`, `.vob` extensions support on upload if transcoding is enabled **@rigelk**
* Performance:
* Improved front-end performance by reducing localized bundle sizes (~ 2MB instead of 3MB for the homepage))
* Improved front-end performance by reducing localized bundle sizes (~ 2MB instead of 3MB for the homepage)
* Optimize comments RSS feed SQL query
* Optimize default sort SQL query when listing videos