commit 9de791b125ca0ba0835a98f54cb5aac3f1a47fdd
parent 8d06540d4378e3da0dc5d331aefb3423c64442e8
Author: default <nobody@localhost>
Date: Tue, 5 Nov 2024 18:21:39 +0100
Updated RELEASE_NOTES.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
@@ -6,6 +6,8 @@ Added a new user option to collapse top level threads by default.
Added a new `disable_block_notifications` boolean field to `server.json` to disable the notifications of Block activities.
+Added a new `strict_public_timelines` boolean field to `server.json` to only show an account's posts and boosts (no trees) in public timelines.
+
Fixed repeated images in posts from some implementations (those that include an image both as an attachment and as an `<img>` tag inside the post content).
Added a small HTML/CSS tweak to improve post previews from some implementations (contributed by nyanide).