* Update the default configuration to not federate unlisted videos. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L182)
* Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170)
* 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)