Update package version to 1.17.2

This commit is contained in:
Package Updates
2025-11-21 08:11:57 +00:00
parent 4c3deb1ff5
commit 6cfa065512
2 changed files with 15 additions and 1 deletions

View File

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

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.1", "version": "1.17.2",
"upstreamVersion": "4.5.2", "upstreamVersion": "4.5.2",
"healthCheckPath": "/about", "healthCheckPath": "/about",
"httpPort": 8000, "httpPort": 8000,