mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-12-22 22:26:27 +00:00
Bump version
This commit is contained in:
parent
0f61e3c04e
commit
83e912931b
2 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -324,3 +324,13 @@
|
|||
* Fix crash in admin interface when viewing a remote user with verified links (ClearlyClaire)
|
||||
* Fix processing of media files with unusual names (ClearlyClaire)
|
||||
|
||||
[1.11.7]
|
||||
* Update Mastodon to 4.1.5
|
||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.5)
|
||||
* Add check preventing Sidekiq workers from running with Makara configured (ClearlyClaire)
|
||||
* Change request timeout handling to use a longer deadline (ClearlyClaire)
|
||||
* Fix moderation interface for remote instances with a .zip TLD (ClearlyClaire)
|
||||
* Fix remote accounts being possibly persisted to database with incomplete protocol values (ClearlyClaire)
|
||||
* Fix trending publishers table not rendering correctly on narrow screens (vmstan)
|
||||
* Fix CSP headers being unintentionally wide (ClearlyClaire)
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.11.6",
|
||||
"upstreamVersion": "4.1.4",
|
||||
"version": "1.11.7",
|
||||
"upstreamVersion": "4.1.5",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
Loading…
Reference in a new issue