Version 1.7.1

This commit is contained in:
Girish Ramakrishnan 2021-11-06 11:20:01 -07:00
parent 81f840e550
commit 43522adb8d
3 changed files with 14 additions and 3 deletions

View file

@ -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)

View file

@ -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,

View file

@ -1,6 +1,6 @@
This app packages Mastodon <upstream>3.4.1</upstream>.
This app packages Mastodon <upstream>3.4.3</upstream>.
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)!