Changelog typos
This commit is contained in:
parent
8b7bd16673
commit
366b21f13f
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -38,8 +38,8 @@ We added some sections in the documentation website:
|
||||||
|
|
||||||
### Plugins/Themes API
|
### Plugins/Themes API
|
||||||
|
|
||||||
* Add checkbox and textarea as possible input types for settings ([@rigelk](https://github.com/rigelk)
|
* Add checkbox and textarea as possible input types for settings ([@rigelk](https://github.com/rigelk))
|
||||||
* Add `isLoggedIn` helper to client plugins ([@rigelk](https://github.com/rigelk)
|
* Add `isLoggedIn` helper to client plugins ([@rigelk](https://github.com/rigelk))
|
||||||
* Add client plugin hooks:
|
* Add client plugin hooks:
|
||||||
* `action:video-watch.player.loaded` with player instance
|
* `action:video-watch.player.loaded` with player instance
|
||||||
* `action:video-watch.video.loaded` with a videojs instance
|
* `action:video-watch.video.loaded` with a videojs instance
|
||||||
|
@ -63,7 +63,7 @@ We added some sections in the documentation website:
|
||||||
|
|
||||||
* PeerTube moved translations from Zanata to Weblate. Here is the new translations website URL: https://weblate.framasoft.org/projects/peertube/
|
* PeerTube moved translations from Zanata to Weblate. Here is the new translations website URL: https://weblate.framasoft.org/projects/peertube/
|
||||||
* We now provide a JavaScript library to control a PeerTube embed: https://www.npmjs.com/package/@peertube/embed-api
|
* We now provide a JavaScript library to control a PeerTube embed: https://www.npmjs.com/package/@peertube/embed-api
|
||||||
* Add ability to generate HLS using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/#/maintain-tools?id=create-transcoding-jobjs))
|
* Add ability to generate HLS videos using `create-transcoding-job` script (see [the documentation](https://docs.joinpeertube.org/#/maintain-tools?id=create-transcoding-jobjs))
|
||||||
* Update nginx template: (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
|
* Update nginx template: (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
|
||||||
* Add streaming playlists endpoint
|
* Add streaming playlists endpoint
|
||||||
* Add `client_body_temp_path` hint
|
* Add `client_body_temp_path` hint
|
||||||
|
@ -73,12 +73,12 @@ We added some sections in the documentation website:
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* :tada: Add *internal* video privacy mode. *Internal* videos are only available to other logged in users of your instance, and are not federated
|
* :tada: Add *internal* video privacy mode. *Internal* videos are only available to other logged in users of your instance, and are not federated
|
||||||
* :tada: Add hyperlink video timestamps in description ([@Lesterpig](https://github.com/lesterpig) & @rigelk](https://github.com/rigelk))
|
* :tada: Add hyperlink video timestamps in comments & video descriptions ([@Lesterpig](https://github.com/lesterpig) & [@rigelk](https://github.com/rigelk))
|
||||||
* :tada: Comments improvements:
|
* :tada: Comments improvements:
|
||||||
* Support basic markdown
|
* Support basic markdown
|
||||||
* Soft delete video comments instead of destroying them ([@alcalyn](https://github.com/alcalyn))
|
* Soft delete video comments instead of destroying them ([@alcalyn](https://github.com/alcalyn))
|
||||||
* Add commentator name alongside fid for video comments ([@rigelk](https://github.com/rigelk))
|
* Add commentator name alongside fid for video comments ([@rigelk](https://github.com/rigelk))
|
||||||
* Add a cancel button in the comment form ([@rigelk](https://github.com/rigelk))
|
* Add a cancel button in comment form ([@rigelk](https://github.com/rigelk))
|
||||||
* Show number of comments under a video in watch page ([@rigelk](https://github.com/rigelk))
|
* Show number of comments under a video in watch page ([@rigelk](https://github.com/rigelk))
|
||||||
* Add user moderation dropdown ([@rigelk](https://github.com/rigelk))
|
* Add user moderation dropdown ([@rigelk](https://github.com/rigelk))
|
||||||
* Add ability to sort comments by *total replies* or *created date* ([@rigelk](https://github.com/rigelk))
|
* Add ability to sort comments by *total replies* or *created date* ([@rigelk](https://github.com/rigelk))
|
||||||
|
@ -97,20 +97,20 @@ We added some sections in the documentation website:
|
||||||
* Improve dropdown box shadow ([@rigelk](https://github.com/rigelk))
|
* Improve dropdown box shadow ([@rigelk](https://github.com/rigelk))
|
||||||
* Add channel avatar to watch view ([@rigelk](https://github.com/rigelk))
|
* Add channel avatar to watch view ([@rigelk](https://github.com/rigelk))
|
||||||
* Improve likes-dislikes bar usability
|
* Improve likes-dislikes bar usability
|
||||||
* Alter .title-page section header style ([@rigelk](https://github.com/rigelk))
|
* Alter titles section header style ([@rigelk](https://github.com/rigelk))
|
||||||
* Enhance jobs list displaying on smaller screens ([@alcalyn](https://github.com/alcalyn))
|
* Enhance jobs list display on smaller screens ([@alcalyn](https://github.com/alcalyn))
|
||||||
* Performances improvements:
|
* Performances improvements:
|
||||||
* Lazy load categories, licences, languages and video/playlist privacies on client
|
* Lazy load categories, licences, languages and video/playlist privacies in the client
|
||||||
* Only update remote actor avatar if the filename changed
|
* Only update remote actor avatar if the filename changed
|
||||||
* Optimize transcoding by using the lowest resolution as input file
|
* Optimize transcoding by using the lowest resolution as input file
|
||||||
* Speedup embed first paint
|
* Speedup embed first paint
|
||||||
* Small videos list SQL query optimization
|
* Small videos list SQL query optimization
|
||||||
* Optimize local videos list SQL query
|
* Optimize local videos list SQL query
|
||||||
* Cache local peertube instance actor SQL result
|
* Cache `peertube` instance actor SQL result
|
||||||
* Cache HLS/WebTorrent InfoHash SQL result
|
* Cache HLS/WebTorrent InfoHash SQL result
|
||||||
* Improve search filters: ([@rigelk](https://github.com/rigelk))
|
* Improve search filters: ([@rigelk](https://github.com/rigelk))
|
||||||
* Add ability to sort results
|
* Add ability to sort results
|
||||||
* Improve tags filter input
|
* Improve tags filter inputs
|
||||||
* Add a button to reset filters
|
* Add a button to reset filters
|
||||||
* Improve autoplay: ([@rigelk](https://github.com/rigelk))
|
* Improve autoplay: ([@rigelk](https://github.com/rigelk))
|
||||||
* Autoplay next video switch for both user and visitors
|
* Autoplay next video switch for both user and visitors
|
||||||
|
|
Loading…
Reference in New Issue