mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
Version 1.7.2
This commit is contained in:
parent
495957d220
commit
21bccde769
3 changed files with 14 additions and 2 deletions
12
CHANGELOG
12
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)
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Mastodon <upstream>3.4.3</upstream>.
|
||||
This app packages Mastodon <upstream>3.4.4</upstream>.
|
||||
|
||||
## About
|
||||
|
||||
|
|
Loading…
Reference in a new issue