From 6cfa065512cfc6092e2e41ceec6013518dfb6f7b Mon Sep 17 00:00:00 2001 From: Package Updates Date: Fri, 21 Nov 2025 08:11:57 +0000 Subject: [PATCH] Update package version to 1.17.2 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e69e596..2f40709 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -764,3 +764,17 @@ * Fix `/api/v1/statuses/:id/context` sometimes returing `Mastodon-Async-Refresh` without `result_count` ([#36779](https://github.com/tootsuite/mastodon/issues/36779) by [@ClearlyClaire](https://github.com/ClearlyClaire)) * Fix prepared quote not being discarded with contents when replying ([#36778](https://github.com/tootsuite/mastodon/issues/36778) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +[1.17.2] +* Update mastodon to 4.5.2 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.5.2) +* Change private quote education modal to not show up on self-quotes ([#36926](https://github.com/tootsuite/mastodon/issues/36926) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix missing fallback link in CW-only quote posts ([#36963](https://github.com/tootsuite/mastodon/issues/36963) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix statuses without text being hidden while loading ([#36962](https://github.com/tootsuite/mastodon/issues/36962) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix `g` + `h` keyboard shortcut not working when a post is focused ([#36935](https://github.com/tootsuite/mastodon/issues/36935) by [@diondiondion](https://github.com/diondiondion)) +* Fix quoting overwriting current content warning ([#36934](https://github.com/tootsuite/mastodon/issues/36934) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix scroll-to-status in threaded view being unreliable ([#36927](https://github.com/tootsuite/mastodon/issues/36927) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix path resolution for emoji worker ([#36897](https://github.com/tootsuite/mastodon/issues/36897) by [@ChaosExAnima](https://github.com/ChaosExAnima)) +* Fix `tootctl upgrade storage-schema` failing with `ArgumentError` ([#36914](https://github.com/tootsuite/mastodon/issues/36914) by [@shugo](https://github.com/shugo)) +* 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)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 4751581..484b63f 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.1", + "version": "1.17.2", "upstreamVersion": "4.5.2", "healthCheckPath": "/about", "httpPort": 8000,