Update package version to 1.16.2
This commit is contained in:
14
CHANGELOG
14
CHANGELOG
@@ -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 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))
|
* 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))
|
||||||
|
|
||||||
|
|||||||
@@ -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.1",
|
"version": "1.16.2",
|
||||||
"upstreamVersion": "4.4.2",
|
"upstreamVersion": "4.4.2",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|||||||
Reference in New Issue
Block a user