diff options
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8f04e8..484e425 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md | |||
| @@ -1,6 +1,46 @@ | |||
| 1 | # Release Notes | 1 | # Release Notes |
| 2 | 2 | ||
| 3 | ## 2.74 | 3 | ## UNRELEASED |
| 4 | |||
| 5 | The number of pending follow confirmations is shown next to the "people" link. | ||
| 6 | |||
| 7 | Faster performance metrics (contributed by dandelions). | ||
| 8 | |||
| 9 | Mastodon API: added follow confirmation endpoints. | ||
| 10 | |||
| 11 | ## 2.77 "Ugly Links Everywhere" | ||
| 12 | |||
| 13 | As they look confusing in some platforms, links in content posts are no longer included as `Link` attachments. | ||
| 14 | |||
| 15 | ## 2.76 | ||
| 16 | |||
| 17 | Added Webmention support for links (Markdown-style or direct) written in a post. | ||
| 18 | |||
| 19 | Added new command-line options for list maintenance. | ||
| 20 | |||
| 21 | Display custom emoji in more places (contributed by dandelions). | ||
| 22 | |||
| 23 | Mastodon API: fixed infinite scroll in many clients (thanks to cheeaun for giving me the clue), added `/api/v1/accounts/.../lists` endpoint (contributed by dandelions). | ||
| 24 | |||
| 25 | 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). | ||
| 26 | |||
| 27 | ## 2.75 "Time Is On My Side" | ||
| 28 | |||
| 29 | Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below). | ||
| 30 | |||
| 31 | 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. | ||
| 32 | |||
| 33 | Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. | ||
| 34 | |||
| 35 | Mastodon API: added support for `/api/v1/instance/peers`. | ||
| 36 | |||
| 37 | Added a new `snac-admin` helper script (contributed by shtrophic). | ||
| 38 | |||
| 39 | 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. | ||
| 40 | |||
| 41 | Some Finnish, Spanish, Czech and Russian translation updates and fixes. | ||
| 42 | |||
| 43 | ## 2.74 "The Days of Nicole, the Fediverse Chick" | ||
| 4 | 44 | ||
| 5 | Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). | 45 | Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). |
| 6 | 46 | ||
| @@ -22,7 +62,7 @@ Added Greek translation (contributed by uhuru). | |||
| 22 | 62 | ||
| 23 | Added Italian translation (contributed by anzu). | 63 | Added Italian translation (contributed by anzu). |
| 24 | 64 | ||
| 25 | Mastodon API: added support for /api/v1/custom_emojis (contributed by violette). | 65 | Mastodon API: added support for `/api/v1/custom_emojis` (contributed by violette). |
| 26 | 66 | ||
| 27 | Improved Undo+Follow logic (contributed by rozenglass). | 67 | Improved Undo+Follow logic (contributed by rozenglass). |
| 28 | 68 | ||