diff options
| author | Oliver <zen@noreply.codeberg.org> | 2025-08-19 21:38:44 +0200 |
|---|---|---|
| committer | Oliver <zen@noreply.codeberg.org> | 2025-08-19 21:38:44 +0200 |
| commit | eecfeec3745333451de6a2b1754f43f171e23e5d (patch) | |
| tree | 0521647efd7aba9cca0911acb387872f5f303f2d /RELEASE_NOTES.md | |
| parent | 3554a73aa50526631961efcca78c6c8eb2a16911 (diff) | |
| parent | 9558136f4153f75bf5b5dfe789f841489796b9eb (diff) | |
Merge pull request 'updates holen' (#10) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/10
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 @@ ## UNRELEASED -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). +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. + +Added Dutch (nl_NL) translation (contributed by martijndeb). + +Added Western Frisian (fy_NL) translation (contributed by martijndeb). + +Mastodon API: Fixed repeated entries in timelines. + +Added nodeinfo 2.1 support. + +## 2.81 + +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. + +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. Added Ukrainian translation (contributed by wincentbalin). +New command-line option `muted`, to list all MUTEd actors. + +Mastodon API: Fixed metadata and follower approval flag when editing the account. + ## 2.80 Mastodon API: fixed a regression (introduced in previous version in the "boosts disappear in Tusky" fix) that interrupted timelines. |