From 97bb2f8cd93f8e205e6c143a513772af2c5ae717 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 19 Oct 2024 09:44:47 +0200 Subject: [PATCH] Version 1.14.0 --- CHANGELOG | 11 +++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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,