diff --git a/CHANGELOG b/CHANGELOG index 8359e88..2f73ccc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -650,3 +650,12 @@ * Add emoji from Twemoji 15.1.0, including in the emoji picker/completion ([#33395](https://github.com/tootsuite/mastodon/issues/33395), [#34321](https://github.com/tootsuite/mastodon/issues/34321), [#34620](https://github.com/tootsuite/mastodon/issues/34620), and [#34677](https://github.com/tootsuite/mastodon/issues/34677) by [@ChaosExAnima](https://github.com/ChaosExAnima), [@ClearlyClaire](https://github.com/ClearlyClaire), [@TheEssem](https://github.com/TheEssem), and [@eramdam](https://github.com/eramdam)) * Add option to remove account from followers in web UI ([#34488](https://github.com/tootsuite/mastodon/issues/34488) by [@Gargron](https://github.com/Gargron)) +[1.16.1] +* Update mastodon to 4.4.1 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.4.1) +* Fix nearly every sub-directory being crawled as part of Vite build ([#35323](https://github.com/tootsuite/mastodon/issues/35323) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix assets not building when Redis is unavailable ([#35321](https://github.com/tootsuite/mastodon/issues/35321) by [@oneiros](https://github.com/oneiros)) +* Fix replying from media modal or pop-in-player tagging user `@undefined` ([#35317](https://github.com/tootsuite/mastodon/issues/35317) by [@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)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 9627107..964bb67 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.16.0", + "version": "1.16.1", "upstreamVersion": "4.4.1", "healthCheckPath": "/about", "httpPort": 8000,