X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=25731ce745702412320d1c93af178a9a565f7cc6;hb=08d9ba0f855bcd254151c1000a2a4008a1816ad6;hp=1c8972fdfae745482405f40abf338cef59d7ea64;hpb=73f07d387e523a8cbb73e29fe12ecbbbb80f0a2c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8972fdf..25731ce74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### IMPORTANT NOTES + * Add `client_overrides` directory in configuration file. **You must configure it in your production.yaml** * Deprecate `/videos/abuse` endpoint. A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0) * Renamed videos blacklist feature to videos blocks/blocklist @@ -38,6 +39,10 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al * [Auto block videos (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-block-videos) +### Plugins/Themes/Embed API + + * Add ability to override client assets: logo - favicon - PWA icons - PWA manifest name and description [@kimsible in #2897](https://github.com/Chocobozzz/PeerTube/pull/2897) + ### Features * :tada: Add global search support (has to be explicitely enabled by admins)