mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 09:11:00 +00:00
Version 1.12.0
This commit is contained in:
parent
2a87a826c4
commit
7439769e52
2 changed files with 18 additions and 2 deletions
16
CHANGELOG
16
CHANGELOG
|
@ -371,3 +371,19 @@
|
|||
* Fix missing HTML sanitization in translation API (CVE-2023-42452, GHSA-2693-xr3m-jhqr)
|
||||
* Fix incorrect domain name normalization (CVE-2023-42451, GHSA-v3xf-c9qf-j667)
|
||||
|
||||
[1.12.0]
|
||||
* Update Mastodon to 4.2.0
|
||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.0)
|
||||
* Add “Privacy and reach” tab in profile settings (Gargron, ClearlyClaire)
|
||||
* This reorganized scattered privacy and reach settings to a single place, as well as improve their wording.
|
||||
* Add display of out-of-band hashtags in the web interface (Gargron, arbolitoloco1, ClearlyClaire, ClearlyClaire, ClearlyClaire, Gargron, ClearlyClaire)
|
||||
* Add role badges to the web interface (ClearlyClaire, Gargron)
|
||||
* Add ability to pick domains to forward reports to using the forward_to_domains parameter in POST /api/v1/reports (ClearlyClaire, ClearlyClaire)
|
||||
* The forward_to_domains REST API parameter is a list of strings. If it is empty or omitted, the previous behavior is maintained.
|
||||
* The forward parameter still needs to be set for forward_to_domains to be taken into account.
|
||||
* The forwarded-to domains can only include that of the original author and people being replied to.
|
||||
* Add forwarding of reported replies to servers being replied to (Gargron, ClearlyClaire)
|
||||
* Add ONE_CLICK_SSO_LOGIN environment variable to directly link to the Single-Sign On provider if there is only one sign up method available (CSDUMMI, ClearlyClaire, CSDUMMI, ClearlyClaire)
|
||||
* Add webhook templating (Gargron)
|
||||
* Add webhooks for local status.created, status.updated, account.updated and report.updated (VyrCossont, VyrCossont, VyrCossont)
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.11.11",
|
||||
"upstreamVersion": "4.1.9",
|
||||
"version": "1.12.0",
|
||||
"upstreamVersion": "4.2.0",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
Loading…
Reference in a new issue