aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-14 11:53:48 +0200
committerChocobozzz <me@florianbigard.com>2020-05-14 11:53:48 +0200
commit7d47ff906dc80926231a85935646e1eb157b7127 (patch)
treeed061ba8ca78ff516af276c1da7dc7a122661687
parent2158ac90341dc3fcae958540de65032da25c8d6e (diff)
downloadPeerTube-7d47ff906dc80926231a85935646e1eb157b7127.tar.gz
PeerTube-7d47ff906dc80926231a85935646e1eb157b7127.tar.zst
PeerTube-7d47ff906dc80926231a85935646e1eb157b7127.zip
Update changelog
-rw-r--r--CHANGELOG.md7
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