commit 5374426a4c37ecca08bf419cc7be27f27bc601ea parent ba3518e7298e8479c89dd316903a47bf4827b8c5 Author: default <nobody@localhost> Date: Fri, 28 Feb 2025 09:25:12 +0100 Updated RELEASE_NOTES. Diffstat:
M | RELEASE_NOTES.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ # Release Notes +## UNRELEASED + +New user support for blocking hashtags from the web UI. + +The `Content-Security-Policy` HTTP header is now always sent to disable any JavaScript, instead of just being suggested in the documentation. + +Image attachments in SVG format are now disabled by default; you can enable them back by setting the `enable_svg` value to `true` in `server.json`. + +Several fixes (contributed by inz). + ## 2.72 Each post can have more than one attachment from the web UI. The maximum number can be configured in `server.json` via the `max_attachments` value (default: 4).