Version 1.8.4

This commit is contained in:
Girish Ramakrishnan 2022-11-15 08:36:34 +01:00
parent ebd170ad1f
commit ddb26c1973
2 changed files with 11 additions and 2 deletions

View file

@ -197,3 +197,12 @@
* Add warning for limited accounts in web UI (Gargron)
* Add limited attribute to accounts in REST API (Gargron)
[1.8.4]
* Update Mastodon to 3.5.4
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.5.4)
* Install ruby 3.0.4
* Fix emoFix emoji substitution not applying only to text nodes in backend code (ClearlyClaire)
* Fix emoji substitution not applying only to text nodes in Web UI (ClearlyClaire)
* Fix rate limiting for paths with formats (Gargron)
* Fix out-of-bound reads in blurhash transcoder (delroth)

View file

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