From 440ddfb52d48ef027522b42574659c630af26db8 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 9 Dec 2025 08:15:10 +0000 Subject: [PATCH] Update package version to 1.17.3 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2f40709..5ca6559 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -778,3 +778,17 @@ * Fix cross-origin handling of CSS modules ([#36890](https://github.com/tootsuite/mastodon/issues/36890) by [@ClearlyClaire](https://github.com/ClearlyClaire)) * Fix error with remote tags including percent signs ([#36886](https://github.com/tootsuite/mastodon/issues/36886) and [#36925](https://github.com/tootsuite/mastodon/issues/36925) by [@ChaosExAnima](https://github.com/ChaosExAnima) and [@ClearlyClaire](https://github.com/ClearlyClaire)) +[1.17.3] +* Update mastodon to 4.5.3 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.5.3) +* Fix inconsistent error handling leaking information on existence of private posts ([GHSA-gwhw-gcjx-72v8](https://github.com/mastodon/mastodon/security/advisories/GHSA-gwhw-gcjx-72v8)) +* Fix Delete and Redraft on a non-quote being treated as a quote post in some cases ([#37140](https://github.com/tootsuite/mastodon/issues/37140) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix YouTube embeds by sending referer ([#37126](https://github.com/tootsuite/mastodon/issues/37126) by [@ChaosExAnima](https://github.com/ChaosExAnima)) +* Fix streamed quoted polls not being hydrated correctly ([#37118](https://github.com/tootsuite/mastodon/issues/37118) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix creation of duplicate conversations ([#37108](https://github.com/tootsuite/mastodon/issues/37108) by [@oneiros](https://github.com/oneiros)) +* Fix extraneous `noreferrer` in external links ([#37107](https://github.com/tootsuite/mastodon/issues/37107) by [@ChaosExAnima](https://github.com/ChaosExAnima)) +* Fix edge case error handling in some database migrations ([#37079](https://github.com/tootsuite/mastodon/issues/37079) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix error handling when re-fetching already-known statuses ([#37077](https://github.com/tootsuite/mastodon/issues/37077) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* 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)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2e4adeb..1b73c48 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.2", + "version": "1.17.3", "upstreamVersion": "4.5.3", "healthCheckPath": "/about", "httpPort": 8000,