mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 09:11: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 deprecated slash as division in SASS files (ClearlyClaire)
|
||||||
* Fix tootctl search deploy compatibility error on Ruby 3 (ClearlyClaire)
|
* Fix tootctl search deploy compatibility error on Ruby 3 (ClearlyClaire)
|
||||||
* Fix mailer jobs for deleted notifications erroring out (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",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Federated social network",
|
"tagline": "Federated social network",
|
||||||
"version": "1.6.2",
|
"version": "1.7.0",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|
Loading…
Reference in a new issue