diff options
| author | shtrophic <christoph@liebender.dev> | 2025-04-17 22:01:21 +0200 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-04-17 22:01:21 +0200 |
| commit | ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4 (patch) | |
| tree | b650f683bd6cea37e4d88ae247411f4f9edb2a32 /RELEASE_NOTES.md | |
| parent | 0aeebc177f7f40cd583c65a085c51a9398995135 (diff) | |
| parent | 8fbc8a3e14da59b9aa0640e5cc70d7556cf27c8d (diff) | |
Merge tag '2.75' into curl-smtp
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 @@ # Release Notes -## 2.74 +## 2.75 "Time Is On My Side" + +Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below). + +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. + +Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial. + +Mastodon API: added support for `/api/v1/instance/peers`. + +Added a new `snac-admin` helper script (contributed by shtrophic). + +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. + +Some Finnish, Spanish, Czech and Russian translation updates and fixes. + +## 2.74 "The Days of Nicole, the Fediverse Chick" Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). @@ -22,7 +38,7 @@ Added Greek translation (contributed by uhuru). Added Italian translation (contributed by anzu). -Mastodon API: added support for /api/v1/custom_emojis (contributed by violette). +Mastodon API: added support for `/api/v1/custom_emojis` (contributed by violette). Improved Undo+Follow logic (contributed by rozenglass). |