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