Update package version to 1.17.3
This commit is contained in:
14
CHANGELOG
14
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))
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user