Version 1.4.2

This commit is contained in:
Girish Ramakrishnan 2020-10-19 12:01:42 -07:00
parent bce34ed486
commit f05ba722f2
2 changed files with 13 additions and 2 deletions

View file

@ -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)

View file

@ -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",