peertube-app/CHANGELOG
Girish Ramakrishnan 32da4bba33 Version 2.6.0
2022-03-08 12:13:30 -08:00

143 lines
5.8 KiB
Plaintext

[0.1.0]
* Initial version
[0.2.0]
* Update logo
[0.3.0]
* Set min box version to 5.3.0
[0.4.0]
* Set trust proxy correctly
* Update PeerTube to 2.3.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v2.3.0)
* Add global search support (has to be explicitely enabled by admins)
* Add ability for admins to display a banner on their instance
* Support Vietnamese and Kabyle languages. Also re-establish Occitan language locale despite lack of support in Angular
* Add video miniature dropdown in Discover page
* Add channel information in My videos page
* Add videos count per channel in My channels page
[0.5.0]
* Fix issue where configs were not loaded correctly
[0.6.0]
* Install CLI tool in /app/code/cli
[0.7.0]
* Update Peertube to 2.4.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v2.4.0)
* Add global search support (has to be explicitely enabled by admins)
* Add ability for admins to display a banner on their instance
* Support Vietnamese and Kabyle languages. Also re-establish Occitan language locale despite lack of support in Angular
* Moderation:
* Add ability to bulk delete comments of an account
* Add ability to mute accounts from video miniature
* Improve report modal: @rigelk in #2842
* Replaced softies icons by feather icons @rigelk
* Support player hotkeys when it is not focused
* Improve video miniature grids to fill the space as much as possible @rigelk
* Add video miniature dropdown in Discover page
[1.0.0]
* Fix transcoding issues
[1.1.0]
* Enable LDAP
[1.1.1]
* Fix transcoding error with readonly file system
[1.2.0]
* Update ffmpeg to 4.3
[1.2.0]
* Update to Peertube v3.0.0 RC1
[2.0.0]
* Update to Peertube v3.0.0
* Remove deprecated video abuse API
* 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)
[2.0.1]
* Update Peertube to 3.0.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.0.1)
* Security: Fix retrieving data of another user if the username contains _ when fetching my information
* Fix account feed URL
* Log RTMP server error (address already in use)
* Fix NPM theme links in admin theme page
* Don't reject AP actors with empty description
[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)
[2.2.0]
* Update Peertube to 3.2.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0)
* By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change.
* PeerTube client now displays bigger video thumbnails.
[2.3.0]
* Update PeerTube to 3.3.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.3.0)
[2.4.0]
* Update PeerTube to 3.4.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.4.0)
* Add video filters to common video pages (account videos, channel videos, recently added/local/trending videos...)
* Add ability for instances to follow any actor (so specific accounts and channels)
* Updated HLS.js (library to play HLS playlists in PeerTube player) to V1:
* Add ability to search by PeerTube host in search filters
* Disallow search engine indexation of remote channels/accounts
* Support Latin language for videos
[2.4.1]
* Update PeerTube to 3.4.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.4.1)
* Fix broken PeerTube when cookies are disabled or if the embed iframe does not have appropriate options
* Fix search by channel's handle with an handle containing the local host
* Don't display autoblock message in upload page it is not enabled by the admin
* Don't index /about/peertube page
* Correctly handle OEmbed with an URL containing query parameters
* More robust youtube-dl thumbnail import
* Don't send a new video notification when using create transcoding CLI script
[2.5.0]
* Update PeerTube to 4.0.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.0.0)
[2.5.1]
* Update base image to 3.2.0
[2.6.0]
* Update PeerTube to 4.1.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.1.0)
* Player improvements
* Search improvements
* Video imports
* Add ability for users to delete individual elements in videos history
* Show date and views counter in playlist element miniature #4396
* Add norsk locale support
* Check mute status and display mute badges in channel and account pages
* Add No linguistic content video language option #4631
* Don't send notifications to admins/moderators if an admin/moderator reported an abuse
* Add ability for moderators/admins to edit any channel #4608
* Add a refresh button to admin videos overview page #4753