diff options
| author | shtrophic <christoph@liebender.dev> | 2025-03-08 22:29:50 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-03-08 22:29:50 +0100 |
| commit | 398b733b2c0ff4c96f4de9731a864373842e86d6 (patch) | |
| tree | e2a381ee39d7139cf13c953c5ddad8e59bf8163f /RELEASE_NOTES.md | |
| parent | beb500360c32ee459201a087dbed57a447b1f0db (diff) | |
| parent | ecf006811de59b58b3da39f68d8ed4efa7712914 (diff) | |
Merge remote-tracking branch 'upstream/master' into curl-smtp
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 30 |
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 @@ # Release Notes +## UNRELEASED + +Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). + +Added Czech translation (contributed by pmjv). + +Added Brazilian Portuguese translation (contributed by daltux). + +Added Finnish translation (contributed by inz). + +Added French translation (contributed by Popolon). + +Added Russian translation (contributed by sn4il). + +Added Chinese translation (contributed by mistivia). + +Added German translation (contributed by zen). + +## 2.73 + +Added 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). + +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). |