From a7d516e19bfed32d38d3e2f4b8967ed480be7aaa Mon Sep 17 00:00:00 2001 From: SB Yoon <44089734+yansigit@users.noreply.github.com> Date: Sat, 8 Aug 2026 21:51:22 -0600 Subject: [PATCH] docs(changelog): add fragment for Cursor SelectedImage blobIdWithData fix --- changelog.d/fixes/9834-cursor-selected-image-blobid.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/9834-cursor-selected-image-blobid.md diff --git a/changelog.d/fixes/9834-cursor-selected-image-blobid.md b/changelog.d/fixes/9834-cursor-selected-image-blobid.md new file mode 100644 index 0000000000..6ad655af98 --- /dev/null +++ b/changelog.d/fixes/9834-cursor-selected-image-blobid.md @@ -0,0 +1 @@ +- **fix(cursor):** SelectedImage uses `blobIdWithData` + session blobStore, with JPEG soft-cap prep via sharp ([#9834](https://github.com/diegosouzapw/OmniRoute/pull/9834)) — thanks @yansigit