summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d28b125..32c3b02 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,28 @@
1# Release Notes 1# Release Notes
2 2
3## UNRELEASED 3## 2.88
4
5If `disable_emojireact` is set to `true` in `server.json`, EmojiReacts (incoming and outgoing) are totally disabled.
6
7New command-line option `top_ten`, that returns the top ten most popular posts by a user (ordered by the sum of likes and boosts) (contributed by aov).
8
9Added a new set of per-user muted words; if a post contains any of them, it's hidden behind a dropdown (contributed by byte).
10
11If an account has a metadata named `pronouns`, it's shown by the name (contributed by violette).
12
13Mastodon API: children of a post are returned recursively, not just the first level (contributed by violette).
14
15Implemented optional metadata stripping for images and videos using external tools (contributed by Stefano Marinelli).
16
17## 2.87
18
19Hide EmojiReacts from muted actors and blocked instances.
20
21## 2.86
22
23Truncate RSS titles at UTF-8 character boundaries (contributed by lxo).
24
25Link contacts to single-user people pages. Also, user's posts are shown (contributed by lxo).
4 26
5Added emoji reactions (contributed by violette). 27Added emoji reactions (contributed by violette).
6 28