1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Update changelog

This commit is contained in:
Chocobozzz 2025-09-09 12:53:45 +02:00
parent c922886f8a
commit 41b3a404dc
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -12,6 +12,7 @@
### Plugins/Themes/Embed API ### Plugins/Themes/Embed API
* **Breaking change** Plugin and themes must use `:root` CSS selector instead of `body` to inject CSS variables
* Add server API (https://docs.joinpeertube.org/api/plugins): * Add server API (https://docs.joinpeertube.org/api/plugins):
* Support `externalRedirectUri` for `registerExternalAuth` so PeerTube redirects users on another URL set by the plugin * Support `externalRedirectUri` for `registerExternalAuth` so PeerTube redirects users on another URL set by the plugin
* If your plugin uses `filter:email.template-path.result` server hook: emails now use Handlebars template engine instead of Pug template engine * If your plugin uses `filter:email.template-path.result` server hook: emails now use Handlebars template engine instead of Pug template engine