diff --git a/CHANGELOG b/CHANGELOG index 1f7d1cf..e3489d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2502021..50690b1 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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,