mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2025-02-16 15:25:13 +00:00
Version 1.11.10
This commit is contained in:
parent
a24af7b9e1
commit
0ccd723d02
2 changed files with 10 additions and 2 deletions
|
@ -349,3 +349,11 @@
|
||||||
* Fix /api/v1/timelines/tag/:hashtag allowing for unauthenticated access when public preview is disabled (danielmbrasil)
|
* Fix /api/v1/timelines/tag/:hashtag allowing for unauthenticated access when public preview is disabled (danielmbrasil)
|
||||||
* Fix inefficiencies in PlainTextFormatter (ClearlyClaire)
|
* Fix inefficiencies in PlainTextFormatter (ClearlyClaire)
|
||||||
|
|
||||||
|
[1.11.10]
|
||||||
|
* Update Mastodon to 4.1.8
|
||||||
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.8)
|
||||||
|
* This release is an important security release fixing major security issues (CVE-2023-42451, CVE-2023-42452).
|
||||||
|
* Fix post edits not being forwarded as expected (ClearlyClaire)
|
||||||
|
* Fix moderator rights inconsistencies (ClearlyClaire)
|
||||||
|
* Fix crash when encountering invalid URL (ClearlyClaire)
|
||||||
|
* Fix cached posts including stale stats (ClearlyClaire)
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.11.9",
|
"version": "1.11.10",
|
||||||
"upstreamVersion": "4.1.7",
|
"upstreamVersion": "4.1.8",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|
Loading…
Reference in a new issue