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