Update package version to 1.17.4

This commit is contained in:
Package Updates
2026-01-07 16:35:08 +00:00
parent 4bfa7c7228
commit 5c2f33dcd4
2 changed files with 15 additions and 1 deletions

View File

@@ -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 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)) * 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))

View File

@@ -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.17.3", "version": "1.17.4",
"upstreamVersion": "4.5.4", "upstreamVersion": "4.5.4",
"healthCheckPath": "/about", "healthCheckPath": "/about",
"httpPort": 8000, "httpPort": 8000,