diff options
| author | 2023-10-16 19:03:37 +0200 | |
|---|---|---|
| committer | 2023-10-16 19:03:37 +0200 | |
| commit | b95d4d7518e5e71601f3d36405e76153036c8c26 (patch) | |
| tree | 0bf6af9ba1b4fc81efcb3a77529d600d207e9268 | |
| parent | Added web UI for setting the 'private' flag. (diff) | |
| download | snac2-b95d4d7518e5e71601f3d36405e76153036c8c26.tar.gz snac2-b95d4d7518e5e71601f3d36405e76153036c8c26.tar.xz snac2-b95d4d7518e5e71601f3d36405e76153036c8c26.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 49166c3..cb27df1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | It's now possible to add profile metadata. | 5 | It's now possible to add profile metadata. |
| 6 | 6 | ||
| 7 | Accounts can be marked as 'private', so that they are not accesible from any non-authorized web UI (i.e. only through the Fediverse). | ||
| 8 | |||
| 7 | Outgoing connections that fail with a timeout are retried with a higher timeout limit. But, if the instance keeps timing out, it's penalized by skipping one retry. | 9 | Outgoing connections that fail with a timeout are retried with a higher timeout limit. But, if the instance keeps timing out, it's penalized by skipping one retry. |
| 8 | 10 | ||
| 9 | If a post comes from a group or community (i.e. it has an `audience` field set), the buttons `Follow Group` or `Unfollow Group` are shown. | 11 | If a post comes from a group or community (i.e. it has an `audience` field set), the buttons `Follow Group` or `Unfollow Group` are shown. |
| @@ -14,7 +16,7 @@ Some RSS validation fixes. | |||
| 14 | 16 | ||
| 15 | Mastodon API: some tweaks to better match Mastodon behaviour in timeline entries and boosted posts are correctly returned, and some fixes for crashes. | 17 | Mastodon API: some tweaks to better match Mastodon behaviour in timeline entries and boosted posts are correctly returned, and some fixes for crashes. |
| 16 | 18 | ||
| 17 | Don't allow creating users which user name strings only differ in case. | 19 | Don't allow creating users which user name strings only differ in case. This was creating some problems (e.g. the webfinger interface doesn't allow case sensitivity). |
| 18 | 20 | ||
| 19 | ## 2.41 | 21 | ## 2.41 |
| 20 | 22 | ||