Update package version to 1.16.2

This commit is contained in:
Package Updates
2025-07-24 07:49:44 +00:00
parent a30165bf38
commit 49634f99d7
2 changed files with 15 additions and 1 deletions

View File

@@ -659,3 +659,17 @@
* Fix support for special characters in various environment variables ([#35314](https://github.com/tootsuite/mastodon/issues/35314) by [@mjankowski](https://github.com/mjankowski) and [@ClearlyClaire](https://github.com/ClearlyClaire))
* Fix some database migrations failing for indexes manually removed by admins ([#35309](https://github.com/tootsuite/mastodon/issues/35309) by [@mjankowski](https://github.com/mjankowski))
[1.16.2]
* Update mastodon to 4.4.2
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.4.2)
* update dependencies
* Fix menu not clickable in Firefox ([#​35390](https://github.com/tootsuite/mastodon/issues/35390) and [#​35414](https://github.com/tootsuite/mastodon/issues/35414) by [@​diondiondion](https://github.com/diondiondion))
* Add `lang` attribute to current composer language in alt text modal ([#​35412](https://github.com/tootsuite/mastodon/issues/35412) by [@​diondiondion](https://github.com/diondiondion))
* Fix quote posts styling on notifications page ([#​35411](https://github.com/tootsuite/mastodon/issues/35411) by [@​diondiondion](https://github.com/diondiondion))
* Improve a11y of custom select menus in notifications settings ([#​35403](https://github.com/tootsuite/mastodon/issues/35403) by [@​diondiondion](https://github.com/diondiondion))
* Fix selected item in poll select menus is unreadable in Firefox ([#​35402](https://github.com/tootsuite/mastodon/issues/35402) by [@​diondiondion](https://github.com/diondiondion))
* Update age limit wording ([#​35387](https://github.com/tootsuite/mastodon/issues/35387) by [@​diondiondion](https://github.com/diondiondion))
* Fix support for quote verification in implicit status updates ([#​35384](https://github.com/tootsuite/mastodon/issues/35384) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
* Improve `Dropdown` component accessibility ([#​35373](https://github.com/tootsuite/mastodon/issues/35373) by [@​diondiondion](https://github.com/diondiondion))
* Fix processing some incoming quotes failing because of missing JSON-LD context ([#​35354](https://github.com/tootsuite/mastodon/issues/35354) and [#​35380](https://github.com/tootsuite/mastodon/issues/35380) 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.16.1",
"version": "1.16.2",
"upstreamVersion": "4.4.2",
"healthCheckPath": "/about",
"httpPort": 8000,