commit b0dd7f59a2228898b0f70fc931cf59c3f4991762
parent c507e30607812c4c2ab2dd27835eb5f2ea6a9742
Author: default <nobody@localhost>
Date: Thu, 21 Nov 2024 07:21:32 +0100
Updated RELEASE_NOTES.
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
@@ -1,5 +1,17 @@
# Release Notes
+## 2.64
+
+Some tweaks for better integration with https://bsky.brid.gy (the BlueSky bridge by brid.gy).
+
+A corner case bug in the media proxying code has been fixed.
+
+Hashtags can now include underscores.
+
+The server now creates a pidfile inside the data directory.
+
+Mastodon API: fixed a crash in the notification code, fixed autocapitalization in the OAuth login field (contributed by fkooman).
+
## 2.63
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.