mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
Version 1.7.0
This commit is contained in:
parent
ea1683c835
commit
c3b9a16b73
2 changed files with 5 additions and 1 deletions
|
@ -116,3 +116,7 @@
|
|||
* Fix deprecated slash as division in SASS files (ClearlyClaire)
|
||||
* Fix tootctl search deploy compatibility error on Ruby 3 (ClearlyClaire)
|
||||
* Fix mailer jobs for deleted notifications erroring out (ClearlyClaire)
|
||||
|
||||
[1.7.0]
|
||||
* Add `/app/data/config.sh` to customize puma, sidekiq and streaming configs
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.6.2",
|
||||
"version": "1.7.0",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
Loading…
Reference in a new issue