summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b932cc2..f0089fa 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -2,10 +2,28 @@
2 2
3## UNRELEASED 3## UNRELEASED
4 4
5Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). 5The language in which a post is written can now be set from the UI; you must configure the list of languages you usually post in in the User Settings.
6
7Added Dutch (nl_NL) translation (contributed by martijndeb).
8
9Added Western Frisian (fy_NL) translation (contributed by martijndeb).
10
11Mastodon API: Fixed repeated entries in timelines.
12
13Added nodeinfo 2.1 support.
14
15## 2.81
16
17If the `propagate_local_purge` configuration variable is set to `true` in `server.json`, purged local posts generate a `Delete` activity that is sent everywhere, instead of only deleted from the filesystem.
18
19Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). This helps in searching by URL.
6 20
7Added Ukrainian translation (contributed by wincentbalin). 21Added Ukrainian translation (contributed by wincentbalin).
8 22
23New command-line option `muted`, to list all MUTEd actors.
24
25Mastodon API: Fixed metadata and follower approval flag when editing the account.
26
9## 2.80 27## 2.80
10 28
11Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. 29Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines.