Version 1.8.3

This commit is contained in:
Girish Ramakrishnan 2022-05-27 12:27:22 -07:00
parent 99bd0488e9
commit 795983fa31
2 changed files with 9 additions and 2 deletions

View file

@ -190,3 +190,10 @@
* 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)
[1.8.3]
* Update Mastodon to 3.5.3
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.3)
* Add language dropdown to compose form in web UI (Gargron, ykzts)
* Add warning for limited accounts in web UI (Gargron)
* Add limited attribute to accounts in REST API (Gargron)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.8.2",
"upstreamVersion": "3.5.2",
"version": "1.8.3",
"upstreamVersion": "3.5.3",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,