From 5c2f33dcd4dca727357964b6ff54a0cb4d4ae8f9 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Wed, 7 Jan 2026 16:35:08 +0000 Subject: [PATCH] Update package version to 1.17.4 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5ca6559..ba84210 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -792,3 +792,17 @@ * Fix post navigation in single-column mode when Advanced UI is enabled ([#37044](https://github.com/tootsuite/mastodon/issues/37044) by [@diondiondion](https://github.com/diondiondion)) * Fix `tootctl status remove` removing quoted posts and remote quotes of local posts ([#37009](https://github.com/tootsuite/mastodon/issues/37009) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +[1.17.4] +* Update mastodon to 4.5.4 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.5.4) +* Fix custom emojis not being rendered in profile fields ([#37365](https://github.com/tootsuite/mastodon/issues/37365) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix serialization of context pages ([#37376](https://github.com/tootsuite/mastodon/issues/37376) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix quotes with CWs but no text not having fallback link ([#37361](https://github.com/tootsuite/mastodon/issues/37361) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix outdated link target for locked warning ([#37366](https://github.com/tootsuite/mastodon/issues/37366) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix local custom emojis sometimes being rendered in remote posts ([#37284](https://github.com/tootsuite/mastodon/issues/37284) by [@ChaosExAnima](https://github.com/ChaosExAnima)) +* Fix some assets not being loaded from configured CDN ([#37310](https://github.com/tootsuite/mastodon/issues/37310) by [@ChaosExAnima](https://github.com/ChaosExAnima)) +* Fix notifications page error in Tor browser ([#37285](https://github.com/tootsuite/mastodon/issues/37285) by [@diondiondion](https://github.com/diondiondion)) +* Fix custom emojis not being displayed in CWs and fav/boost notifications ([#37272](https://github.com/tootsuite/mastodon/issues/37272) and [#37306](https://github.com/tootsuite/mastodon/issues/37306) by [@ChaosExAnima](https://github.com/ChaosExAnima) and [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix default `Admin` role not including `view_feeds` permission ([#37301](https://github.com/tootsuite/mastodon/issues/37301) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix hashtag autocomplete replacing suggestion's first characters with input ([#37281](https://github.com/tootsuite/mastodon/issues/37281) by [@ClearlyClaire](https://github.com/ClearlyClaire)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index aedf14f..26cbe7f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.17.3", + "version": "1.17.4", "upstreamVersion": "4.5.4", "healthCheckPath": "/about", "httpPort": 8000,