From a2ee9d802ab0dbb7c7144ea77b8d1bdc86a45f1c Mon Sep 17 00:00:00 2001 From: default Date: Thu, 30 May 2024 10:49:41 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7573246..f48e82d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ Markdown-style links are now supported. The avatar and/or the header images can now be deleted (contributed by louis77). +Code cleaning: HTTP status codes use names instead of hardcoded integers (contributed by louis77). + +Mastodon API: some fixes for Mona and Tokodon apps, user credentials can now be edited from apps (contributed by louis77). + The webfinger content-type response header is now RFC-compliant (contributed by steve-bate). ## 2.53 -- cgit v1.2.3 From eed9324cb0ea216bfb649a47bbfcc521824a2836 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 30 May 2024 17:30:06 +0200 Subject: Updated RELEASE_NOTES. --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f48e82d..b0d37f4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,8 @@ Markdown-style links are now supported. +The alt text in attachments that have one is also shown in a dropdown just below it (useful for environments where mouseover is not available, i.e. for phones and tablets). + The avatar and/or the header images can now be deleted (contributed by louis77). Code cleaning: HTTP status codes use names instead of hardcoded integers (contributed by louis77). -- cgit v1.2.3