diff options
| author | 2023-08-14 18:36:08 +0200 | |
|---|---|---|
| committer | 2023-08-14 18:36:08 +0200 | |
| commit | 8f09e4cb78c92b65951ecc9f556e07a8467b9dcc (patch) | |
| tree | 87d960650e838d7080cf0712e7cd358e3724393b | |
| parent | Header banners can now be uploaded. (diff) | |
| download | snac2-8f09e4cb78c92b65951ecc9f556e07a8467b9dcc.tar.gz snac2-8f09e4cb78c92b65951ecc9f556e07a8467b9dcc.tar.xz snac2-8f09e4cb78c92b65951ecc9f556e07a8467b9dcc.zip | |
Updated RELEASE_NOTES.
| -rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index acb4b51..719d34b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -6,6 +6,8 @@ Announces (boosts) can now be disabled/reenabled on a per-people basis (to limit | |||
| 6 | 6 | ||
| 7 | It's now possible to show an instance timeline instead of the classic greeting static page at the base URL. This can be enabled by setting the `show_instance_timeline` field to `true` in the server configuration file. Other metadata fields can be set to add information to this page; please see `snac(8)` (the Administrator manual page) for details. | 7 | It's now possible to show an instance timeline instead of the classic greeting static page at the base URL. This can be enabled by setting the `show_instance_timeline` field to `true` in the server configuration file. Other metadata fields can be set to add information to this page; please see `snac(8)` (the Administrator manual page) for details. |
| 8 | 8 | ||
| 9 | Users can now upload an image (preferably in landscape mode) that will be shown as a banner in their public pages. | ||
| 10 | |||
| 9 | Added hints to web UI buttons. | 11 | Added hints to web UI buttons. |
| 10 | 12 | ||
| 11 | Mastodon API: some minor fixes to allow the semaphore.social web client to work. | 13 | Mastodon API: some minor fixes to allow the semaphore.social web client to work. |