diff options
| author | grunfink <grunfink@comam.es> | 2025-10-13 12:55:21 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-10-13 12:55:21 +0200 |
| commit | 4f0b97ecf6ee157c56aa4fba781a8b6b5ea36174 (patch) | |
| tree | 8fb460a575c72fac99dcccaba750466bf4da7445 | |
| parent | 0fda150238093867ec4f5e04761d9414be47cec2 (diff) | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8d35faa..2560d5d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,10 +2,16 @@ ## UNRELEASED -Implemented more scopes (public, unlisted, followers-only and direct message) (contributed by byte). +Implemented more scopes to match other ActivityPub implementations (public, unlisted, followers-only and direct message) (contributed by byte). New icons showing instance and actor failures. +Mastodon API: fixed post deletion. + +Fixed outbox collections (contributed by byte). + +Updated translations (contributed by pmjv and daltux). + ## 2.83 After receiving a follow confirmation, a bunch of posts from that account are requested and inserted into the timeline as context. |