summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md52
1 files changed, 51 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ba86212..9f2ffd6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,13 +1,63 @@
1# Release Notes 1# Release Notes
2 2
3## UNRELEASED 3## 2.89
4
5Fixed crash in pronouns processing (contributed by byte).
6
7Added counters in the people page (contributed by byte).
8
9New command-line option `refresh`, to refresh all follower and following `Actor` objects, marking them as broken if they are.
10
11## 2.88
12
13If `disable_emojireact` is set to `true` in `server.json`, EmojiReacts (incoming and outgoing) are totally disabled.
14
15New 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).
16
17Added a new set of per-user muted words; if a post contains any of them, it's hidden behind a dropdown (contributed by byte).
18
19If an account has a metadata named `pronouns`, it's shown by the name (contributed by violette).
20
21Mastodon API: children of a post are returned recursively, not just the first level (contributed by violette).
22
23Implemented optional metadata stripping for images and videos using external tools (contributed by Stefano Marinelli).
24
25## 2.87
26
27Hide EmojiReacts from muted actors and blocked instances.
28
29## 2.86
30
31Truncate RSS titles at UTF-8 character boundaries (contributed by lxo).
32
33Link contacts to single-user people pages. Also, user's posts are shown (contributed by lxo).
34
35Added emoji reactions (contributed by violette).
36
37Mastodon API: Fix for some client notifications (contributed by violette), fix for a status visibility error (contributed by fruye).
38
39If the query variable `terse` of a public post page is set to anything, no header is shown.
40
41Fixed search failures when the query string has any leading blank.
42
43## 2.85
4 44
5Quoted posts are now shown. 45Quoted posts are now shown.
6 46
47Added metadata to remote users in the people page (contributed by dandelions).
48
7Fixed memory leak (contributed by dandelions). 49Fixed memory leak (contributed by dandelions).
8 50
51Fixed user matching (contributed by rakoo).
52
53Rendering visibility conditionally, with lesser reach if needed (contributed by byte).
54
55Added a button next to a follow notification to follow back.
56
9Fixed typo in man page (contributed by spky). 57Fixed typo in man page (contributed by spky).
10 58
59Updated Czech and German translations (contributed by pmjv and zen).
60
11## 2.84 61## 2.84
12 62
13Implemented more scopes to match other ActivityPub implementations (public, unlisted, followers-only and direct message) (contributed by byte). 63Implemented more scopes to match other ActivityPub implementations (public, unlisted, followers-only and direct message) (contributed by byte).