diff options
| author | 2025-02-28 09:25:12 +0100 | |
|---|---|---|
| committer | 2025-02-28 09:25:12 +0100 | |
| commit | 5374426a4c37ecca08bf419cc7be27f27bc601ea (patch) | |
| tree | fe0c0dadd76744b9faf7cf3b5abc79cd707a0802 | |
| parent | Deleted old debug code. (diff) | |
| download | penes-snac2-5374426a4c37ecca08bf419cc7be27f27bc601ea.tar.gz penes-snac2-5374426a4c37ecca08bf419cc7be27f27bc601ea.tar.xz penes-snac2-5374426a4c37ecca08bf419cc7be27f27bc601ea.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f8566a2..50503a1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## UNRELEASED | ||
| 4 | |||
| 5 | New user support for blocking hashtags from the web UI. | ||
| 6 | |||
| 7 | The `Content-Security-Policy` HTTP header is now always sent to disable any JavaScript, instead of just being suggested in the documentation. | ||
| 8 | |||
| 9 | 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`. | ||
| 10 | |||
| 11 | Several fixes (contributed by inz). | ||
| 12 | |||
| 3 | ## 2.72 | 13 | ## 2.72 |
| 4 | 14 | ||
| 5 | 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). | 15 | 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). |