Version 1.14.0

This commit is contained in:
Girish Ramakrishnan 2024-10-19 09:44:47 +02:00
parent 89fd0089a7
commit 97bb2f8cd9
2 changed files with 13 additions and 2 deletions

View file

@ -503,3 +503,14 @@
* Fix security context sometimes not being added in LD-Signed activities (#31871 by @ClearlyClaire)
* Fix error when encountering reblog of deleted post in feed rebuild (#32001 by @ClearlyClaire)
[1.14.0]
* Update Mastodon to 4.3.0
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.0)
* Add server-side notification grouping
* Add notification policies, filtered notifications and notification requests
* Add notifications of severed relationships
* Add hover cards in web UI
* Add "system" theme setting (light/dark theme depending on user system preference)
* Add timeline of public posts about a trending link
* Add author highlight for news articles whose authors are on the fediverse

View file

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.13.6",
"upstreamVersion": "4.2.13",
"version": "1.14.0",
"upstreamVersion": "4.3.0",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,