diff options
| author | daltux <1medinnz@duck.com> | 2025-09-04 15:30:59 -0300 |
|---|---|---|
| committer | daltux <1medinnz@duck.com> | 2025-09-04 15:30:59 -0300 |
| commit | 4f5b49bc2476ab6986c3364aa0b88e0cc97040c4 (patch) | |
| tree | a793c69df7ef6c00fbb170905719214662461897 /RELEASE_NOTES.md | |
| parent | 0f1b67611317ab7163a134573b525eb10b415ea8 (diff) | |
| parent | 6dae96de25ed8d91767aa4cb4e634b71a4b9ae9a (diff) | |
Merge branch 'master' of https://codeberg.org/daltux/snac2 into docker_tzdata
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0a3d07f..8dfc18c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## UNRELEASED +## 2.82 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. @@ -16,6 +16,10 @@ Added nodeinfo 2.1 support. Fixed boosts from the command line not showing in the public timeline (contributed by xvello). +Updated several language files (contributed by zen and daltux). + +Retrieving a post's replies is now possible via ActivityPub. + ## 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. |