summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-06-07 10:10:44 +0200
committerGravatar default2024-06-07 10:10:44 +0200
commit6de04d9f1517fa334101964544d8aeab14eaec97 (patch)
tree5d7ab1a299c09db58dc17e29ed3fba6f5ccdef59
parentMerge pull request 'mastoapi: fix get list response & duplicate actor adding'... (diff)
downloadpenes-snac2-6de04d9f1517fa334101964544d8aeab14eaec97.tar.gz
penes-snac2-6de04d9f1517fa334101964544d8aeab14eaec97.tar.xz
penes-snac2-6de04d9f1517fa334101964544d8aeab14eaec97.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 610538c..c3152f8 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -12,12 +12,14 @@ The avatar and/or the header images can now be deleted (contributed by louis77).
12 12
13Code cleaning: HTTP status codes use names instead of hardcoded integers (contributed by louis77). 13Code cleaning: HTTP status codes use names instead of hardcoded integers (contributed by louis77).
14 14
15Mastodon API: fixed login problems with the official Mastodon API, IceCube and Toot! on iOS, some fixes for Mona and Tokodon apps, user credentials can now be edited from apps (contributed by louis77). 15Mastodon API: fixed login problems with the official Mastodon API, IceCube and Toot! on iOS, some fixes for Mona and Tokodon apps, user credentials can now be edited from apps (all contributed by louis77), fixed crash on unset content-type header.
16 16
17The webfinger content-type response header is now RFC-compliant (contributed by steve-bate). 17The webfinger content-type response header is now RFC-compliant (contributed by steve-bate).
18 18
19Improved support for the HTTP OPTIONS method, allowing sites like https://mastodonlistmanager.org to work. 19Improved support for the HTTP OPTIONS method, allowing sites like https://mastodonlistmanager.org to work.
20 20
21Fixed non-working content warnings in the public instance timeline.
22
21## 2.53 23## 2.53
22 24
23New user feature to search by post content (using regular expressions) or tag. 25New user feature to search by post content (using regular expressions) or tag.