peertube-app/CHANGELOG

71 lines
2.5 KiB
Plaintext
Raw Normal View History

2020-06-24 19:26:29 +00:00
[0.1.0]
* Initial version
2020-06-24 22:50:27 +00:00
[0.2.0]
* Update logo
2020-06-25 05:25:25 +00:00
[0.3.0]
* Set min box version to 5.3.0
[0.4.0]
* Set trust proxy correctly
2020-07-21 22:32:58 +00:00
* 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
2020-07-22 21:20:36 +00:00
[0.5.0]
* Fix issue where configs were not loaded correctly
2020-10-14 05:32:24 +00:00
[0.6.0]
* Install CLI tool in /app/code/cli
2020-10-14 05:53:37 +00:00
[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
2020-10-15 02:31:17 +00:00
[1.0.0]
* Fix transcoding issues
2020-10-15 05:49:55 +00:00
[1.1.0]
* Enable LDAP
2020-10-16 00:36:47 +00:00
[1.1.1]
* Fix transcoding error with readonly file system
2020-12-02 18:22:14 +00:00
[1.2.0]
* Update ffmpeg to 4.3
2020-12-30 22:53:25 +00:00
[1.2.0]
* Update to Peertube v3.0.0 RC1
2021-01-07 10:32:05 +00:00
[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)
2021-01-13 00:14:35 +00:00
[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