diff options
| author | 2024-11-05 18:21:39 +0100 | |
|---|---|---|
| committer | 2024-11-05 18:21:39 +0100 | |
| commit | 9de791b125ca0ba0835a98f54cb5aac3f1a47fdd (patch) | |
| tree | 330f65c143ab736d2f33fc7cc528d9dc9503a52f | |
| parent | New server variable 'strict_public_timelines'. (diff) | |
| download | snac2-9de791b125ca0ba0835a98f54cb5aac3f1a47fdd.tar.gz snac2-9de791b125ca0ba0835a98f54cb5aac3f1a47fdd.tar.xz snac2-9de791b125ca0ba0835a98f54cb5aac3f1a47fdd.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 03936c1..1153ee1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -6,6 +6,8 @@ Added a new user option to collapse top level threads by default. | |||
| 6 | 6 | ||
| 7 | Added a new `disable_block_notifications` boolean field to `server.json` to disable the notifications of Block activities. | 7 | Added a new `disable_block_notifications` boolean field to `server.json` to disable the notifications of Block activities. |
| 8 | 8 | ||
| 9 | 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. | ||
| 10 | |||
| 9 | 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). | 11 | 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). |
| 10 | 12 | ||
| 11 | Added a small HTML/CSS tweak to improve post previews from some implementations (contributed by nyanide). | 13 | Added a small HTML/CSS tweak to improve post previews from some implementations (contributed by nyanide). |