Bump version
This commit is contained in:
10
CHANGELOG
10
CHANGELOG
@@ -324,3 +324,13 @@
|
|||||||
* Fix crash in admin interface when viewing a remote user with verified links (ClearlyClaire)
|
* Fix crash in admin interface when viewing a remote user with verified links (ClearlyClaire)
|
||||||
* Fix processing of media files with unusual names (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",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.11.6",
|
"version": "1.11.7",
|
||||||
"upstreamVersion": "4.1.4",
|
"upstreamVersion": "4.1.5",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|||||||
Reference in New Issue
Block a user