diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4ca15e4..c7795f9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -2,13 +2,23 @@ | |||
| 2 | 2 | ||
| 3 | ## UNRELEASED | 3 | ## UNRELEASED |
| 4 | 4 | ||
| 5 | Added support for scheduled posts. | 5 | Added new command-line options for list maintenance. |
| 6 | |||
| 7 | ## 2.75 "Time Is On My Side" | ||
| 8 | |||
| 9 | Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below). | ||
| 10 | |||
| 11 | 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 | 12 | ||
| 7 | Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. | 13 | Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. |
| 8 | 14 | ||
| 9 | Mastodon API: added support for `/api/v1/instance/peers`. | 15 | Mastodon API: added support for `/api/v1/instance/peers`. |
| 10 | 16 | ||
| 11 | Some Czech and Russian translation fixes. | 17 | Added a new `snac-admin` helper script (contributed by shtrophic). |
| 18 | |||
| 19 | 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. | ||
| 20 | |||
| 21 | Some Finnish, Spanish, Czech and Russian translation updates and fixes. | ||
| 12 | 22 | ||
| 13 | ## 2.74 "The Days of Nicole, the Fediverse Chick" | 23 | ## 2.74 "The Days of Nicole, the Fediverse Chick" |
| 14 | 24 | ||