diff options
| author | default <nobody@localhost> | 2024-11-05 16:27:15 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-05 16:27:15 +0100 |
| commit | bbc94bd8347a6c304c7c5434058dacd53850e81a (patch) | |
| tree | 0ea865a672621714c9b50632124509d640e5343d | |
| parent | abb4caa110f8e7b23631776c856e717288ce46b7 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6965077..03936c1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # Release Notes +## 2.62 + +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. + +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). + +Notifications for `EmojiReact` activities now show the emoji. + +New command-line action `insert`, to insert a post by its URL in a user's timeline. + +Fixed bad processing/rendering of URLs with two or more @ symbols. + ## 2.61 Migration from a Mastodon account to a snac one has been implemented. Please see `snac(8)` (the administrator manual) for more information. |