From f22fa102fabfe8dcdb3925741be35e47136c8f6b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 3 May 2022 18:10:35 -0700 Subject: [PATCH] Version 1.8.2 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eadd88f..bbb496a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -181,3 +181,12 @@ * But only when recipient does not have push notifications through an app * Change website attribute to be nullable on Application entity in REST API (rinsuki) +[1.8.2] +* Update Mastodon to 3.5.2 +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.2) +* Add warning on direct messages screen in web UI (Gargron) + * We already had a warning when composing a direct message, it has now been reworded to be more clear + * Same warning is now displayed when viewing sent and received direct messages +* Add ability to set approval-based registration through tootctl (ClearlyClaire) +* Add pre-filling of domain from search filter in domain allow/block admin UI (ClearlyClaire) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 7d5f772..adf7b50 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.8.1", - "upstreamVersion": "3.5.1", + "version": "1.8.2", + "upstreamVersion": "3.5.2", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,