summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-11-14 15:17:14 +0100
committerGravatar default2024-11-14 15:17:14 +0100
commit07f1231b07159759b83fec4c607e3265f6f5acb5 (patch)
tree1d185bd9a56b52dd913dfb12811947ba93230920
parentUpdated documentation. (diff)
downloadsnac2-07f1231b07159759b83fec4c607e3265f6f5acb5.tar.gz
snac2-07f1231b07159759b83fec4c607e3265f6f5acb5.tar.xz
snac2-07f1231b07159759b83fec4c607e3265f6f5acb5.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1153ee1..f46f958 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,21 @@
1# Release Notes 1# Release Notes
2 2
3## 2.63
4
5The 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.
6
7The `strict_public_timelines` option introduced in the previous release now works correctly.
8
9Fixed a crash when posting from the links browser.
10
11Fixed some repeated images from Lemmy posts.
12
13Fixed a crash when posting an image from the tooot mobile app.
14
15Updated FreeBSD rc script: the server process is now managed by the daemon(8) utility (contributed by @stefano@bsd.cafe).
16
17RSS feeds are now in 2.0 version instead of 0.91.
18
3## 2.62 19## 2.62
4 20
5Added a new user option to collapse top level threads by default. 21Added a new user option to collapse top level threads by default.