mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-28 19:21:12 +00:00
Version 1.8.1
This commit is contained in:
parent
b7168eb9b1
commit
b0d394e098
2 changed files with 11 additions and 2 deletions
|
@ -172,3 +172,12 @@
|
||||||
* Add notifications for moderators about new sign-ups
|
* Add notifications for moderators about new sign-ups
|
||||||
* Add ability to suspend accounts in batches in admin UI
|
* Add ability to suspend accounts in batches in admin UI
|
||||||
|
|
||||||
|
[1.8.1]
|
||||||
|
* Update Mastodon to 3.5.1
|
||||||
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.1)
|
||||||
|
* Add pagination for trending statuses in web UI (Gargron)
|
||||||
|
* Change e-mail notifications to only be sent when recipient is offline (Gargron)
|
||||||
|
* Send e-mails for mentions and follows by default again
|
||||||
|
* But only when recipient does not have push notifications through an app
|
||||||
|
* Change website attribute to be nullable on Application entity in REST API (rinsuki)
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"upstreamVersion": "3.5.0",
|
"upstreamVersion": "3.5.1",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|
Loading…
Reference in a new issue