From 795983fa31c4170f2c502a3c1f73aa830c3d2e52 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 27 May 2022 12:27:22 -0700 Subject: [PATCH] Version 1.8.3 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bbb496a..e888365 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -190,3 +190,10 @@ * 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) +[1.8.3] +* Update Mastodon to 3.5.3 +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.3) +* Add language dropdown to compose form in web UI (Gargron, ykzts) +* Add warning for limited accounts in web UI (Gargron) +* Add limited attribute to accounts in REST API (Gargron) + diff --git a/CloudronManifest.json b/CloudronManifest.json index adf7b50..236472e 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.2", - "upstreamVersion": "3.5.2", + "version": "1.8.3", + "upstreamVersion": "3.5.3", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,