diff options
| author | grunfink <grunfink@comam.es> | 2026-05-13 09:42:49 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-05-13 09:42:49 +0200 |
| commit | 07781712c8a2894bd30ca9dda3e5aab16e2378fa (patch) | |
| tree | 4c813aae1f769c7a01e16bb7f8b360c53e0b521c | |
| parent | 5923f50e6daa394495347b7a9b06355c4553cfe2 (diff) | |
| parent | f1ca81215f712e3c64a642ee21ff5620a7f1b44d (diff) | |
Merge branch 'master' of comam.es:git/snac2
| -rw-r--r-- | RELEASE_NOTES.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8abb585..166d42f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,10 +18,20 @@ Fixed a search case where URLs to GotoSocial statuses were misidentified as acco Accounts that follow you are now marked with a thumb-up emoji, because followers are cool people. -Mastodon API: Fixed hashtags loosing the link after editing a post. +Fixed some account export errors. + +Fixed an incorrect hash in post links. + +Show an account's location link in the people page, if they have one. + +Mastodon API: Fixed hashtags loosing the link after editing a post, minor tweak in access token processing (contributed by trondd555). + +Drop usage of PATH_MAX (contributed by sergiodj). New Polish translation (contributed by kpm). +Updated German and Czech translations (contributed by zen and pmjv). + ## 2.91 Fixed some local posts not being shown if the replied post is deleted. |