summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md16
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 @@
1# Release Notes 1# Release Notes
2 2
3## 2.62
4
5Added a new user option to collapse top level threads by default.
6
7Added a new `disable_block_notifications` boolean field to `server.json` to disable the notifications of Block activities.
8
9Fixed 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
11Added a small HTML/CSS tweak to improve post previews from some implementations (contributed by nyanide).
12
13Notifications for `EmojiReact` activities now show the emoji.
14
15New command-line action `insert`, to insert a post by its URL in a user's timeline.
16
17Fixed bad processing/rendering of URLs with two or more @ symbols.
18
3## 2.61 19## 2.61
4 20
5Migration from a Mastodon account to a snac one has been implemented. Please see `snac(8)` (the administrator manual) for more information. 21Migration from a Mastodon account to a snac one has been implemented. Please see `snac(8)` (the administrator manual) for more information.