diff options
| author | 2023-08-02 09:07:23 +0200 | |
|---|---|---|
| committer | 2023-08-02 09:07:23 +0200 | |
| commit | 34adb67059b1f98046c17c0520101e68366f75ed (patch) | |
| tree | 333601720dba4f8aeeb3c8adc5348ff70e75e98d | |
| parent | Don't redir to 'snac-posts', now that the top page is smaller. (diff) | |
| download | snac2-34adb67059b1f98046c17c0520101e68366f75ed.tar.gz snac2-34adb67059b1f98046c17c0520101e68366f75ed.tar.xz snac2-34adb67059b1f98046c17c0520101e68366f75ed.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f7e281c..28b9616 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.39 | ||
| 4 | |||
| 5 | Added support for Follow confirmation messages that only return the follow request id (this fixes following Guppe channels). | ||
| 6 | |||
| 7 | Fixed some Gotosocial ActivityPub compatibility (details: support fields like `tag` and `attachment` being lone objects instead of arrays). | ||
| 8 | |||
| 9 | Fixed ActivityPub outbox (it listed 'Note' objects instead of 'Create' activities). | ||
| 10 | |||
| 11 | Show the 'audience' field (channel URL) if a post has one (like pages from lemmy channels and other forums). | ||
| 12 | |||
| 13 | Some web UI tweaks: the new post field is hidden by default (wasting less screen space), added a 'back to top' link at the bottom of the page and other minor tuning to the HTML and default CSS (contributed by yonle). | ||
| 14 | |||
| 15 | Fixed RSS (contributed by yonle). | ||
| 16 | |||
| 17 | Fixed interactive text processes (like instance or user creating) by calling `fflush()` after printing text prompts (it was broken on systems that use musl like Alpine Linux). | ||
| 18 | |||
| 3 | ## 2.38 | 19 | ## 2.38 |
| 4 | 20 | ||
| 5 | More vulnerability fixes (contributed by yonle). | 21 | More vulnerability fixes (contributed by yonle). |