Update package version to 1.16.4

This commit is contained in:
Package Updates
2025-09-17 08:20:10 +00:00
parent a2b6831dfa
commit 0cc83fc0bd
2 changed files with 15 additions and 1 deletions

View File

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

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Federated social network", "tagline": "Federated social network",
"version": "1.16.3", "version": "1.16.4",
"upstreamVersion": "4.4.4", "upstreamVersion": "4.4.4",
"healthCheckPath": "/about", "healthCheckPath": "/about",
"httpPort": 8000, "httpPort": 8000,