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