diff options
| author | 2025-09-02 10:01:26 +0200 | |
|---|---|---|
| committer | 2025-09-02 10:01:26 +0200 | |
| commit | 2b2e679affd64ece96443519e6529ab40fc44437 (patch) | |
| tree | f20bbdf68342c0b757b8a48f0f99f6ae6816bdc4 | |
| parent | More replies tweaks. (diff) | |
| download | snac2-2b2e679affd64ece96443519e6529ab40fc44437.tar.gz snac2-2b2e679affd64ece96443519e6529ab40fc44437.tar.xz snac2-2b2e679affd64ece96443519e6529ab40fc44437.zip | |
Updated RELEASE_NOTES.
| -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 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## UNRELEASED | 3 | ## 2.82 |
| 4 | 4 | ||
| 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. | 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 | 6 | ||
| @@ -16,6 +16,10 @@ Added nodeinfo 2.1 support. | |||
| 16 | 16 | ||
| 17 | Fixed boosts from the command line not showing in the public timeline (contributed by xvello). | 17 | Fixed boosts from the command line not showing in the public timeline (contributed by xvello). |
| 18 | 18 | ||
| 19 | Updated several language files (contributed by zen and daltux). | ||
| 20 | |||
| 21 | Retrieving a post's replies is now possible via ActivityPub. | ||
| 22 | |||
| 19 | ## 2.81 | 23 | ## 2.81 |
| 20 | 24 | ||
| 21 | 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. | 25 | 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. |