From 43522adb8d14b052722610641bba18f2c661a36d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 6 Nov 2021 11:20:01 -0700 Subject: [PATCH] Version 1.7.1 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index be81bbe..2c98fcf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -120,3 +120,14 @@ [1.7.0] * Add `/app/data/config.sh` to customize puma, sidekiq and streaming configs +[1.7.1] +* Update Mastodon to 3.4.3 +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.2) +* Fix handling of back button with modal windows in web UI (ClearlyClaire) +* Fix pop-in player when author has long username in web UI (ClearlyClaire) +* Fix crash when a status with a playing video gets deleted in web UI (ClearlyClaire) +* Fix crash with Microsoft Translate in web UI (ClearlyClaire) +* Fix PWA not being usable from alternate domains (HolgerHuo) +* 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) diff --git a/CloudronManifest.json b/CloudronManifest.json index 0d1a913..02bcdcb 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.0", + "version": "1.7.1", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8a39965..4c4709c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,6 +1,6 @@ -This app packages Mastodon 3.4.1. +This app packages Mastodon 3.4.3. -Your self-hosted, globally interconnected microblogging community. +## About Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub)!