diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4ca15e4..c8fc35d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,13 +2,29 @@ | |||
| 2 | 2 | ||
| 3 | ## UNRELEASED | 3 | ## UNRELEASED |
| 4 | 4 | ||
| 5 | Added support for scheduled posts. | 5 | Added Webmention support for links (Markdown-style or direct) written in a post. |
| 6 | |||
| 7 | Added new command-line options for list maintenance. | ||
| 8 | |||
| 9 | Mastodon API: added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions). | ||
| 10 | |||
| 11 | Email notifications can now be sent via `libcurl` SMTP instead of spawning the `/usr/sbin/sendmail` program. To use this new feature, some additional server configuration is needed, see `snac(8)` (contributed by shtrophic). | ||
| 12 | |||
| 13 | ## 2.75 "Time Is On My Side" | ||
| 14 | |||
| 15 | Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below). | ||
| 16 | |||
| 17 | The user can now select a working time zone. This will be used to correctly parse the local date and time of a scheduled post. | ||
| 6 | 18 | ||
| 7 | Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. | 19 | Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. |
| 8 | 20 | ||
| 9 | Mastodon API: added support for `/api/v1/instance/peers`. | 21 | Mastodon API: added support for `/api/v1/instance/peers`. |
| 10 | 22 | ||
| 11 | Some Czech and Russian translation fixes. | 23 | Added a new `snac-admin` helper script (contributed by shtrophic). |
| 24 | |||
| 25 | In the web UI, posts are separated by the `<hr hidden>` tag; it's invisible in graphical browsers, but it separates post clearly in text-based browsers. | ||
| 26 | |||
| 27 | Some Finnish, Spanish, Czech and Russian translation updates and fixes. | ||
| 12 | 28 | ||
| 13 | ## 2.74 "The Days of Nicole, the Fediverse Chick" | 29 | ## 2.74 "The Days of Nicole, the Fediverse Chick" |
| 14 | 30 | ||