Update package version to 1.14.3
This commit is contained in:
11
CHANGELOG
11
CHANGELOG
@@ -549,3 +549,14 @@
|
|||||||
* Fix 'unknown' media attachment type rendering ([#​32613](https://github.com/tootsuite/mastodon/issues/32613) and [#​32713](https://github.com/tootsuite/mastodon/issues/32713) by [@​ThisIsMissEm](https://github.com/ThisIsMissEm) and [@​renatolond](https://github.com/renatolond))
|
* Fix 'unknown' media attachment type rendering ([#​32613](https://github.com/tootsuite/mastodon/issues/32613) and [#​32713](https://github.com/tootsuite/mastodon/issues/32713) by [@​ThisIsMissEm](https://github.com/ThisIsMissEm) and [@​renatolond](https://github.com/renatolond))
|
||||||
* Fix tl language native name ([#​32606](https://github.com/tootsuite/mastodon/issues/32606) by [@​seav](https://github.com/seav))
|
* Fix tl language native name ([#​32606](https://github.com/tootsuite/mastodon/issues/32606) by [@​seav](https://github.com/seav))
|
||||||
|
|
||||||
|
[1.14.3]
|
||||||
|
* Update mastodon to 4.3.3
|
||||||
|
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.3.3)
|
||||||
|
* Fix insufficient validation of account URIs ([GHSA-5wxh-3p65-r4g6](https://github.com/mastodon/mastodon/security/advisories/GHSA-5wxh-3p65-r4g6))
|
||||||
|
* Update dependencies
|
||||||
|
* Fix `libyaml` missing from `Dockerfile` build stage ([#​33591](https://github.com/tootsuite/mastodon/issues/33591) by [@​vmstan](https://github.com/vmstan))
|
||||||
|
* Fix incorrect notification settings migration for non-followers ([#​33348](https://github.com/tootsuite/mastodon/issues/33348) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
|
||||||
|
* Fix down clause for notification policy v2 migrations ([#​33340](https://github.com/tootsuite/mastodon/issues/33340) by [@​jesseplusplus](https://github.com/jesseplusplus))
|
||||||
|
* Fix error decrementing status count when `FeaturedTags#last_status_at` is `nil` ([#​33320](https://github.com/tootsuite/mastodon/issues/33320) by [@​ClearlyClaire](https://github.com/ClearlyClaire))
|
||||||
|
* Fix last paginated notification group only including data on a single notification ([#​33271](https://github.com/tootsuite/mastodon/issues/33271) 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.14.2",
|
"version": "1.14.3",
|
||||||
"upstreamVersion": "4.3.3",
|
"upstreamVersion": "4.3.3",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|||||||
Reference in New Issue
Block a user