Version 1.11.0

This commit is contained in:
Girish Ramakrishnan 2023-02-11 09:44:28 +01:00
parent 97e71fc637
commit a761bb52eb
2 changed files with 11 additions and 2 deletions

View file

@ -240,3 +240,12 @@
[1.10.0]
* Update base image to 4.0.0
[1.11.0]
* Update Mastodon to 4.1.0
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.0)
* Add support for importing/exporting server-wide domain blocks (enbylenore, ClearlyClaire, dariusk, ClearlyClaire)
* Add listing of followed hashtags (connorshea)
* Add support for editing media description and focus point of already-sent posts (ClearlyClaire)
* Add follow request banner on account header (ClearlyClaire)
* Add confirmation screen when handling reports (ClearlyClaire, Gargron, tribela)
* Add option to make the landing page be /about even when trends are enabled (ClearlyClaire)

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.10.0",
"upstreamVersion": "4.0.2",
"version": "1.11.0",
"upstreamVersion": "4.1.0",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,