diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 20 |
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 | ||
| 5 | Included 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). | 5 | The 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 | |||
| 7 | Added Dutch (nl_NL) translation (contributed by martijndeb). | ||
| 8 | |||
| 9 | Added Western Frisian (fy_NL) translation (contributed by martijndeb). | ||
| 10 | |||
| 11 | Mastodon API: Fixed repeated entries in timelines. | ||
| 12 | |||
| 13 | Added nodeinfo 2.1 support. | ||
| 14 | |||
| 15 | ## 2.81 | ||
| 16 | |||
| 17 | If 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 | |||
| 19 | Included 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 | ||
| 7 | Added Ukrainian translation (contributed by wincentbalin). | 21 | Added Ukrainian translation (contributed by wincentbalin). |
| 8 | 22 | ||
| 23 | New command-line option `muted`, to list all MUTEd actors. | ||
| 24 | |||
| 25 | Mastodon API: Fixed metadata and follower approval flag when editing the account. | ||
| 26 | |||
| 9 | ## 2.80 | 27 | ## 2.80 |
| 10 | 28 | ||
| 11 | Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. | 29 | Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. |