Version 1.11.9

This commit is contained in:
Girish Ramakrishnan
2023-09-06 08:56:51 +05:30
parent bd313d9eee
commit b1a3f751f8
4 changed files with 26 additions and 18 deletions

View File

@@ -341,3 +341,11 @@
* Fix wrong filters sometimes applying in streaming (ClearlyClaire, ThisIsMissEm, renchap)
* Fix incorrect connect timeout in outgoing requests (ClearlyClaire)
[1.11.9]
* Update Mastodon to 4.1.7
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.7)
* Change remote report processing to accept reports with long comments, but truncate them (ThisIsMissEm)
* Fix blocking subdomains of an already-blocked domain (ClearlyClaire)
* Fix /api/v1/timelines/tag/:hashtag allowing for unauthenticated access when public preview is disabled (danielmbrasil)
* Fix inefficiencies in PlainTextFormatter (ClearlyClaire)