From 0cc83fc0bd1f355968a75debd6bb40674030d7dc Mon Sep 17 00:00:00 2001 From: Package Updates Date: Wed, 17 Sep 2025 08:20:10 +0000 Subject: [PATCH] Update package version to 1.16.4 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1f6cd99..b6000d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -687,3 +687,17 @@ * Change `StatusReachFinder` to consider quotes as well as reblogs ([#35601](https://github.com/tootsuite/mastodon/issues/35601) by [@ClearlyClaire](https://github.com/ClearlyClaire)) * Add restrictions on which quote posts can trend ([#35507](https://github.com/tootsuite/mastodon/issues/35507) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +[1.16.4] +* Update mastodon to 4.4.4 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.4.4) +* Fix missing memoization in `Web::PushNotificationWorker` ([#36085](https://github.com/tootsuite/mastodon/issues/36085) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix unresponsive areas around GIFV modals in some cases ([#36059](https://github.com/tootsuite/mastodon/issues/36059) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix missing `beforeUnload` confirmation when a poll is being authored ([#36030](https://github.com/tootsuite/mastodon/issues/36030) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix processing of remote edited statuses with new media and no text ([#35970](https://github.com/tootsuite/mastodon/issues/35970) by [@unfokus](https://github.com/unfokus)) +* Fix polls not being displayed in moderation interface ([#35644](https://github.com/tootsuite/mastodon/issues/35644) and [#35933](https://github.com/tootsuite/mastodon/issues/35933) by [@ThisIsMissEm](https://github.com/ThisIsMissEm)) +* Fix WebUI handling of deleted quoted posts ([#35909](https://github.com/tootsuite/mastodon/issues/35909) and [#35918](https://github.com/tootsuite/mastodon/issues/35918) by [@ClearlyClaire](https://github.com/ClearlyClaire) and [@diondiondion](https://github.com/diondiondion)) +* Fix Edit and Delete & Redraft on a poll not inserting empty option ([#35892](https://github.com/tootsuite/mastodon/issues/35892) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix loading of some compatibility CSS on some configurations ([#35876](https://github.com/tootsuite/mastodon/issues/35876) by [@shleeable](https://github.com/shleeable)) +* Fix HttpLog not being enabled with `RAILS_LOG_LEVEL=debug` ([#35833](https://github.com/tootsuite/mastodon/issues/35833) by [@mjankowski](https://github.com/mjankowski)) +* Fix self-destruct scheduler behavior on some Redis setups ([#35823](https://github.com/tootsuite/mastodon/issues/35823) by [@ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6a7a0bb..0d9901b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.16.3", + "version": "1.16.4", "upstreamVersion": "4.4.4", "healthCheckPath": "/about", "httpPort": 8000,