From 060daef0b78ea92d0295a468f9fe7d3ac2675a2d Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Thu, 16 Oct 2025 20:53:43 -0400 Subject: [PATCH] add gql interceptor note to changelog #5964 (#6148) --- ui/v2.5/src/docs/en/ReleaseNotes/v0290.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/docs/en/ReleaseNotes/v0290.md b/ui/v2.5/src/docs/en/ReleaseNotes/v0290.md index 4a816edd4..6dfe0b209 100644 --- a/ui/v2.5/src/docs/en/ReleaseNotes/v0290.md +++ b/ui/v2.5/src/docs/en/ReleaseNotes/v0290.md @@ -1,3 +1,5 @@ The Scenes page and related scene list views have been updated with a filter sidebar and a toolbar for filtering and other actions. This design is intended to be applied to other query pages in the following release. The design will be refined based on user feedback. -You can help steer the direction of this design by providing feedback in the [forum thread](https://discourse.stashapp.cc/t/query-page-redesign-feedback-thread-0-29/3935). \ No newline at end of file +You can help steer the direction of this design by providing feedback in the [forum thread](https://discourse.stashapp.cc/t/query-page-redesign-feedback-thread-0-29/3935). + +Old userscripts and plugins that intercept GraphQL with content-type `application/json` will stop working, as gqlenc uses the updated content-type `application/graphql-response+json` \ No newline at end of file