mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2025-02-16 15:25:13 +00:00
Version 1.4.2
This commit is contained in:
parent
bce34ed486
commit
f05ba722f2
2 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -55,3 +55,14 @@
|
|||
|
||||
[1.4.1]
|
||||
* Add cron job to cleanup cached files
|
||||
|
||||
[1.4.2]
|
||||
* Update Mastodon to 3.2.1
|
||||
* [Full changelog](https://github.com/tootsuite/mastodon/releases/tag/v3.2.1)
|
||||
* Add support for latest HTTP Signatures spec draft (ThibG)
|
||||
* Add support for inlined objects in ActivityPub to/cc (ThibG)
|
||||
* Fix crash when failing to load emoji picker in web UI (ThibG)
|
||||
* Fix contrast requirements in thumbnail color extraction (ThibG)
|
||||
* Fix audio/video player not using CDN_HOST on public pages (ThibG)
|
||||
* Fix private boost icon not being used on public pages (OmmyZhang)
|
||||
* Fix audio player on Safari in web UI (ThibG, ThibG)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.4.1-1",
|
||||
"version": "1.4.2",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
@ -37,7 +37,7 @@
|
|||
"https://screenshots.cloudron.io/org.joinmastodon.cloudronapp/1.jpg",
|
||||
"https://screenshots.cloudron.io/org.joinmastodon.cloudronapp/2.png"
|
||||
],
|
||||
"documentationUrl": "https://cloudron.io/documentation/apps/mastodon/",
|
||||
"documentationUrl": "https://docs.cloudron.io/apps/mastodon/",
|
||||
"postInstallMessage": "file://POSTINSTALL.md",
|
||||
"optionalSso": true,
|
||||
"minBoxVersion": "5.5.0",
|
||||
|
|
Loading…
Reference in a new issue