diff --git a/CHANGELOG b/CHANGELOG index 2c98fcf..0fbee2a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -131,3 +131,15 @@ * Fix locale-specific number rounding errors (ClearlyClaire) * Fix scheduling a status decreasing status count (ClearlyClaire) * Fix user's canonical email address being blocked when user deletes own account (ClearlyClaire) + +[1.7.2] +* Update Mastodon to 3.4.4 +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.4) +* Fix error when suspending user with an already blocked canonical email (ClearlyClaire) +* Fix overflow of long profile fields in admin UI (ClearlyClaire) +* Fix confusing error when WebFinger request returns empty document (ClearlyClaire) +* Fix upload of remote media with OpenStack Swift sometimes failing (ClearlyClaire) +* Fix logout link not working in Safari (noellabo) +* Fix “open” link of media modal not closing modal in web UI (ClearlyClaire) +* Fix replying from modal in web UI (ClearlyClaire) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 02bcdcb..04abc03 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.7.1", + "version": "1.7.2", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4c4709c..3004d9c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Mastodon 3.4.3. +This app packages Mastodon 3.4.4. ## About