X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=92ad4344b7654a26aba3db01e5946cd7141420b5;hb=ba11402435a709c2279411704611f94c5bef51fc;hp=143009bfd9bb600c759c1a29d75d648548f4fdf7;hpb=ec401ba0e0b213bdbd57d84ea8c3c1430c1c4cb6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 143009bfd..92ad4344b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## v2.2.0-rc.1 +## v2.2.0 + +**Since v2.1.0** ## IMPORTANT NOTES @@ -39,6 +41,11 @@ * `action:login.init` * `action:video-watch.video-threads.loaded` * `action:video-watch.video-thread-replies.loaded` ([@ipbc-dev](https://github.com/ipbc-dev)) + * Add server plugin hooks (https://docs.joinpeertube.org/#/api-plugins): + * `filter:api.video.pre-import-url.accept.result` + * `filter:api.video.pre-import-torrent.accept.result` + * `filter:api.video.post-import-url.accept.result` + * `filter:api.video.post-import-torrent.accept.result` * Add server helpers: * `database.query` to do SQL queries * `videos.removeVideo` @@ -135,6 +142,8 @@ * Fix load more comments on infinite scroll ([@ipbc-dev](https://github.com/ipbc-dev)) * Fix CSP issue on WebFinger service ([@ZanyMonk](https://github.com/ZanyMonk)) * Fix federation with Pleroma + * Fix Safari and iOS video play + * Fix broken HLS player on old Edge * Fix running HLS transcoding on existing HLS video * Fix user role edition * Fix video duration display @@ -156,6 +165,33 @@ * Fix playlist creation/update with a long description * Fix links of same instance in video description * Fix REPL script + * Fix broken client when cookies are disabled + * Fix upload button color in dark mode + * Explicit theme colors for inputs and textarea + * Fix input/textarea themes + * Fix action button icons theme + * Fix grey color theme + * Fix regression scrollbar bgcolor mdtextarea maximized-mode ([@kimsible](https://github.com/kimsible)) + + +**since v2.2.0-rc.1** + +### Bug fixes + + * Fix broken migration introduced in 2.2.0-rc.1 in docker + * Fix sort icons in tables + * Fix action button overflow in tables + * Fix broken client when cookies are disabled + * Fix upload button color in dark mode + * Explicit theme colors for inputs and textarea + * Fix input/textarea themes + * Fix dropdown menu overflow + * Fix notifications with dark theme + * Fix action button icons theme + * Fix grey color theme + * Fix regression scrollbar bgcolor mdtextarea maximized-mode ([@kimsible](https://github.com/kimsible)) + * Fix broken emails + ## v2.1.1