diff --git a/CHANGELOG b/CHANGELOG index 888e715..ba8d9d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -560,3 +560,14 @@ * Fix error decrementing status count when `FeaturedTags#last_status_at` is `nil` ([#​33320](https://github.com/tootsuite/mastodon/issues/33320) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) * Fix last paginated notification group only including data on a single notification ([#​33271](https://github.com/tootsuite/mastodon/issues/33271) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +[1.14.4] +* Update mastodon to 4.3.4 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.4) +* Fix `GET /api/v2/notifications/:id` and `POST /api/v2/notifications/:id/dismiss` for ungrouped notifications ([#​33990](https://github.com/tootsuite/mastodon/issues/33990) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix issue with some versions of libvips on some systems ([#​33853](https://github.com/tootsuite/mastodon/issues/33853) by [@​kleisauke](https://github.com/kleisauke)) +* Fix handling of duplicate mentions in incoming status `Update` ([#​33911](https://github.com/tootsuite/mastodon/issues/33911) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix inefficiencies in timeline generation ([#​33839](https://github.com/tootsuite/mastodon/issues/33839) and [#​33842](https://github.com/tootsuite/mastodon/issues/33842) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix emoji rewrite adding unnecessary curft to the DOM for most emoji ([#​33818](https://github.com/tootsuite/mastodon/issues/33818) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix `tootctl feeds build` not building list timelines ([#​33783](https://github.com/tootsuite/mastodon/issues/33783) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix processing of incoming notifications for unfilterable types ([#​33429](https://github.com/tootsuite/mastodon/issues/33429) by [@​ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 03b784e..bc2db2f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.14.3", + "version": "1.14.4", "upstreamVersion": "4.3.4", "healthCheckPath": "/about", "httpPort": 8000,