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)