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