aboutsummaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorOliver <zen@noreply.codeberg.org>2025-03-21 17:14:58 +0000
committerOliver <zen@noreply.codeberg.org>2025-03-21 17:14:58 +0000
commit83c8218f71a7d901609f10df6612bf457c30f35a (patch)
treea08b014ced2dd68b20e498195d4c2c6064225dab /RELEASE_NOTES.md
parentc9a6cb8bb0047a1976e390bb1f3e09e58d70b9f5 (diff)
parentd68d2f51df95dde970fbc8972c49276c52d5a7d6 (diff)
Merge pull request 'v2.74' (#4) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/4
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 52f9065..a8f04e8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# Release Notes
-## UNRELEASED
+## 2.74
Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi).
@@ -22,6 +22,16 @@ Added Greek translation (contributed by uhuru).
Added Italian translation (contributed by anzu).
+Mastodon API: added support for /api/v1/custom_emojis (contributed by violette).
+
+Improved Undo+Follow logic (contributed by rozenglass).
+
+Reverted (temporarily) the Markdown code that converted text between underscores to italics, because it was causing more problems that what it was worth.
+
+Fixed bug in bookmark CSV import.
+
+Don't indent Twitter-like "threads" (i.e. chains of short posts from the same author that are self-replies).
+
## 2.73
Added support for customizing and translating the web UI language via simple `.po` files. For more information on how to install language files or create new ones, please see `snac(8)` (the administrator manual).