From 7439769e52aa7839b56b38217cbf7728a5430380 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 22 Sep 2023 08:49:37 +0530 Subject: [PATCH] Version 1.12.0 --- CHANGELOG | 16 ++++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b47e4d6..1a72f2b 100644 --- a/CHANGELOG +++ b/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) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b80f78f..9cdd564 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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,