diff options
| author | 2024-11-21 07:21:32 +0100 | |
|---|---|---|
| committer | 2024-11-21 07:21:32 +0100 | |
| commit | b0dd7f59a2228898b0f70fc931cf59c3f4991762 (patch) | |
| tree | 05e906b372527fee20e19216df88f3fa0ca1bef6 | |
| parent | New function xs_unicode_right_to_left(). (diff) | |
| download | snac2-b0dd7f59a2228898b0f70fc931cf59c3f4991762.tar.gz snac2-b0dd7f59a2228898b0f70fc931cf59c3f4991762.tar.xz snac2-b0dd7f59a2228898b0f70fc931cf59c3f4991762.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f46f958..6ec959c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.64 | ||
| 4 | |||
| 5 | Some tweaks for better integration with https://bsky.brid.gy (the BlueSky bridge by brid.gy). | ||
| 6 | |||
| 7 | A corner case bug in the media proxying code has been fixed. | ||
| 8 | |||
| 9 | Hashtags can now include underscores. | ||
| 10 | |||
| 11 | The server now creates a pidfile inside the data directory. | ||
| 12 | |||
| 13 | Mastodon API: fixed a crash in the notification code, fixed autocapitalization in the OAuth login field (contributed by fkooman). | ||
| 14 | |||
| 3 | ## 2.63 | 15 | ## 2.63 |
| 4 | 16 | ||
| 5 | The server can now act as a proxy for all image, audio or video media coming from other account's posts (both from the Web UI and the Mastodon API). This way, other servers will see media requests coming from the server IP, not the user's, improving privacy. This is controlled by setting the `proxy_media` boolean field to `server.json` to true. | 17 | The server can now act as a proxy for all image, audio or video media coming from other account's posts (both from the Web UI and the Mastodon API). This way, other servers will see media requests coming from the server IP, not the user's, improving privacy. This is controlled by setting the `proxy_media` boolean field to `server.json` to true. |