Update package version to 1.14.4

This commit is contained in:
Package Updates
2025-02-28 09:09:17 +00:00
parent b5c47870b0
commit 265c8b6f6c
2 changed files with 12 additions and 1 deletions

View File

@@ -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))

View File

@@ -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,