diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0dc7fc1..ff2da45 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,6 +4,16 @@ | |||
| 4 | 4 | ||
| 5 | If `disable_emojireact` is set to `true` in `server.json`, EmojiReacts (incoming and outgoing) are totally disabled. | 5 | If `disable_emojireact` is set to `true` in `server.json`, EmojiReacts (incoming and outgoing) are totally disabled. |
| 6 | 6 | ||
| 7 | New 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 | |||
| 9 | Added 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 | |||
| 11 | If an account has a metadata named `pronouns`, it's shown by the name (contributed by violette). | ||
| 12 | |||
| 13 | Mastodon API: children of a post are returned recursively, not just the first level (contributed by violette). | ||
| 14 | |||
| 15 | Implemented optional metadata stripping for images and videos using external tools (contributed by Stefano Marinelli). | ||
| 16 | |||
| 7 | ## 2.87 | 17 | ## 2.87 |
| 8 | 18 | ||
| 9 | Hide EmojiReacts from muted actors and blocked instances. | 19 | Hide EmojiReacts from muted actors and blocked instances. |