summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f8566a2..004de44 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,35 @@
1# Release Notes 1# Release Notes
2 2
3## UNRELEASED
4
5Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi).
6
7Added Czech translation (contributed by pmjv).
8
9Added Brazilian Portuguese translation (contributed by daltux).
10
11Added Finnish translation (contributed by inz).
12
13Added French translation (contributed by Popolon).
14
15Added Russian translation (contributed by sn4il).
16
17Added Chinese translation (contributed by mistivia).
18
19Added German translation (contributed by zen).
20
21## 2.73
22
23Added support for customizing and translating the web UI language via simple `.po` files. For more information on how to install language files or create new ones, please see `snac(8)` (the administrator manual).
24
25New user support for blocking hashtags from the web UI.
26
27The `Content-Security-Policy` HTTP header is now always sent to disable any JavaScript, instead of just being suggested in the documentation.
28
29Image 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`.
30
31Several fixes (contributed by inz).
32
3## 2.72 33## 2.72
4 34
5Each 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). 35Each 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).