Update package version to 1.16.5

This commit is contained in:
Package Updates
2025-09-24 04:47:25 +00:00
parent 09fdb65305
commit 2d7b6bc9c3
2 changed files with 10 additions and 1 deletions

View File

@@ -701,3 +701,12 @@
* 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 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)) * Fix self-destruct scheduler behavior on some Redis setups ([#35823](https://github.com/tootsuite/mastodon/issues/35823) by [@ClearlyClaire](https://github.com/ClearlyClaire))
[1.16.5]
* Update mastodon to 4.4.5
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.4.5)
* Add support for `has:quote` in search ([#36217](https://github.com/tootsuite/mastodon/issues/36217) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Change quoted posts from silenced accounts to use a click-through rather than being hidden ([#36166](https://github.com/tootsuite/mastodon/issues/36166) and [#36167](https://github.com/tootsuite/mastodon/issues/36167) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix processing of out-of-order `Update` as implicit updates ([#36190](https://github.com/tootsuite/mastodon/issues/36190) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix getting `Create` and `Update` out of order ([#36176](https://github.com/tootsuite/mastodon/issues/36176) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix quotes with Content Warnings but no text being shown without Content Warnings ([#36150](https://github.com/tootsuite/mastodon/issues/36150) 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.4", "version": "1.16.5",
"upstreamVersion": "4.4.5", "upstreamVersion": "4.4.5",
"healthCheckPath": "/about", "healthCheckPath": "/about",
"httpPort": 8000, "httpPort": 8000,