mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
Version 1.8.2
This commit is contained in:
parent
563845c666
commit
f22fa102fa
2 changed files with 11 additions and 2 deletions
|
@ -181,3 +181,12 @@
|
||||||
* But only when recipient does not have push notifications through an app
|
* 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)
|
* Change website attribute to be nullable on Application entity in REST API (rinsuki)
|
||||||
|
|
||||||
|
[1.8.2]
|
||||||
|
* Update Mastodon to 3.5.2
|
||||||
|
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.2)
|
||||||
|
* Add warning on direct messages screen in web UI (Gargron)
|
||||||
|
* We already had a warning when composing a direct message, it has now been reworded to be more clear
|
||||||
|
* Same warning is now displayed when viewing sent and received direct messages
|
||||||
|
* Add ability to set approval-based registration through tootctl (ClearlyClaire)
|
||||||
|
* Add pre-filling of domain from search filter in domain allow/block admin UI (ClearlyClaire)
|
||||||
|
|
||||||
|
|
|
@ -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.1",
|
"version": "1.8.2",
|
||||||
"upstreamVersion": "3.5.1",
|
"upstreamVersion": "3.5.2",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1610612736,
|
"memoryLimit": 1610612736,
|
||||||
|
|
Loading…
Reference in a new issue