diff options
| author | shtrophic <christoph@liebender.dev> | 2025-03-20 22:54:56 +0100 |
|---|---|---|
| committer | shtrophic <christoph@liebender.dev> | 2025-03-20 22:54:56 +0100 |
| commit | 0aeebc177f7f40cd583c65a085c51a9398995135 (patch) | |
| tree | 7d4c79b675b612ffd16b645f2014dfc9c231c25c /RELEASE_NOTES.md | |
| parent | 398b733b2c0ff4c96f4de9731a864373842e86d6 (diff) | |
| parent | bd9e9b71d7e039cc2ed971b5f2d54e6553440210 (diff) | |
Merge tag '2.74' into curl-smtp
Version 2.74 RELEASED.
Diffstat (limited to 'RELEASE_NOTES.md')
| -rw-r--r-- | RELEASE_NOTES.md | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 004de44..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). @@ -16,7 +16,21 @@ Added Russian translation (contributed by sn4il). Added Chinese translation (contributed by mistivia). -Added German translation (contributed by zen). +Added German translation (contributed by zen and Menel). + +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 |