diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 143009bfd..d96b64e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -39,6 +39,11 @@ | |||
39 | * `action:login.init` | 39 | * `action:login.init` |
40 | * `action:video-watch.video-threads.loaded` | 40 | * `action:video-watch.video-threads.loaded` |
41 | * `action:video-watch.video-thread-replies.loaded` ([@ipbc-dev](https://github.com/ipbc-dev)) | 41 | * `action:video-watch.video-thread-replies.loaded` ([@ipbc-dev](https://github.com/ipbc-dev)) |
42 | * Add server plugin hooks (https://docs.joinpeertube.org/#/api-plugins): | ||
43 | * `filter:api.video.pre-import-url.accept.result` | ||
44 | * `filter:api.video.pre-import-torrent.accept.result` | ||
45 | * `filter:api.video.post-import-url.accept.result` | ||
46 | * `filter:api.video.post-import-torrent.accept.result` | ||
42 | * Add server helpers: | 47 | * Add server helpers: |
43 | * `database.query` to do SQL queries | 48 | * `database.query` to do SQL queries |
44 | * `videos.removeVideo` | 49 | * `videos.removeVideo` |
@@ -135,6 +140,8 @@ | |||
135 | * Fix load more comments on infinite scroll ([@ipbc-dev](https://github.com/ipbc-dev)) | 140 | * Fix load more comments on infinite scroll ([@ipbc-dev](https://github.com/ipbc-dev)) |
136 | * Fix CSP issue on WebFinger service ([@ZanyMonk](https://github.com/ZanyMonk)) | 141 | * Fix CSP issue on WebFinger service ([@ZanyMonk](https://github.com/ZanyMonk)) |
137 | * Fix federation with Pleroma | 142 | * Fix federation with Pleroma |
143 | * Fix Safari and iOS video play | ||
144 | * Fix broken HLS player on old Edge | ||
138 | * Fix running HLS transcoding on existing HLS video | 145 | * Fix running HLS transcoding on existing HLS video |
139 | * Fix user role edition | 146 | * Fix user role edition |
140 | * Fix video duration display | 147 | * Fix video duration display |