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 a8f04e8..13cdfb0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,6 +1,22 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.74 | 3 | ## 2.75 "Time Is On My Side" |
| 4 | |||
| 5 | Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below). | ||
| 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. | ||
| 8 | |||
| 9 | Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. | ||
| 10 | |||
| 11 | Mastodon API: added support for `/api/v1/instance/peers`. | ||
| 12 | |||
| 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 Finnish, Spanish, Czech and Russian translation updates and fixes. | ||
| 18 | |||
| 19 | ## 2.74 "The Days of Nicole, the Fediverse Chick" | ||
| 4 | 20 | ||
| 5 | Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). | 21 | Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). |
| 6 | 22 | ||
| @@ -22,7 +38,7 @@ Added Greek translation (contributed by uhuru). | |||
| 22 | 38 | ||
| 23 | Added Italian translation (contributed by anzu). | 39 | Added Italian translation (contributed by anzu). |
| 24 | 40 | ||
| 25 | Mastodon API: added support for /api/v1/custom_emojis (contributed by violette). | 41 | Mastodon API: added support for `/api/v1/custom_emojis` (contributed by violette). |
| 26 | 42 | ||
| 27 | Improved Undo+Follow logic (contributed by rozenglass). | 43 | Improved Undo+Follow logic (contributed by rozenglass). |
| 28 | 44 | ||