Skip to content

Releases: FatMii/sse-devtools-panel

v1.2.2 — JSON tree search mark + string layout polish

Choose a tag to compare

@FatMii FatMii released this 27 Aug 08:38

Highlights

  • JSON tree search: substring-level <mark> highlighting in Events drawer / Parsed JSON (not whole-line wash)
  • Long collapsed strings auto-expand when the hit is only in the truncated tail
  • Collapsible string meta / Show more / Copy stay trailing after wrapped text (Network-like)
  • Windows build: avoid fs.cpSync crash on non-ASCII project paths (#29)

Links

  • Commits since v1.2.1: 3d1b4b4, 3ea3d6c, 33784ab / #29, release f85ec7d

Notes

  • Chrome Web Store does not update from GitHub Releases automatically; upload this zip in the Developer Dashboard so the store listing shows this version.

v1.2.1 — Network-style JSON string preview

Choose a tag to compare

@FatMii FatMii released this 25 Aug 11:57
53644d6

Highlights

  • Parsed JSON tree: long string leaves abbreviated like Chrome Network (size + Show more/less + Copy)
  • Applies to Request Payload Parsed view and Events drawer JSON tree
  • en/zh i18n; unit tests for truncate/size helpers
  • Capture preview cap remains 256KB

Links

Notes

  • Chrome Web Store does not update from GitHub Releases automatically; upload this zip in the Developer Dashboard so the store listing shows this version.

v1.2.0 — Night theme

Choose a tag to compare

@FatMii FatMii released this 22 Aug 07:25
2f273e7

Highlights

  • Night theme for the DevTools Panel — Light / Night / Follow DevTools
  • Toolbar Theme menu with preference saved in Chrome sync
  • Night token palette aligned with store promo visuals
  • en/zh i18n for theme labels
  • Chrome Web Store promo assets under /assets/store/

Links

Notes

  • Theme applies to the DevTools Panel only; Options page remains light in v1.
  • Chrome Web Store does not update from GitHub Releases automatically; upload this zip in the Developer Dashboard so the store listing shows this version.

v1.1.3

Choose a tag to compare

@FatMii FatMii released this 18 Aug 10:04

Summary

Patch release after v1.1.2: pending stream rows from request-side hints, and Qwen Conversation bar/workflow thinking / weather tools.

Highlights

  • Capture: show fetch/XHR rows in Streams while still pending when Accept / ?stream=true / stream: true already look like a stream; discard if the response is not. Ordinary JSON APIs stay hidden. Closes #19.
  • Conversation: merge Tongyi/Qwen bar/workflow bar_thinking into reasoning and bar_tool into tools (weather chips use name: weather).

Artifact

  • sse-devtools-panel-v1.1.3.zip (built from dist/)

Compared to v1.1.2.

v1.1.2

Choose a tag to compare

@FatMii FatMii released this 14 Aug 07:51

Summary

Patch release after v1.1.1: subtab underline polish, Conversation tools scroll fix, and docs updates.

Highlights

  • UI: replace request/conversation subtab border-bottom with ::after underline (matches main tabs; fixes rounded-button arc artifact)
  • Conversation: restore tools pane scroll for long result lists
  • Docs: Chrome Web Store install links; DeepSeek and demo screenshot GIFs

Artifact

  • sse-devtools-panel-v1.1.2.zip (built from dist/)

Compared to v1.1.1.

v1.1.1

Choose a tag to compare

@FatMii FatMii released this 10 Aug 06:45

Summary

Patch release after v1.1.0: Kimi Conversation/capture fixes, required vendor CI fixtures, and Raw/Conversation virtual scroll stability.

Highlights

  • Raw / Conversation: stop scrollbar drift while streaming and runaway scroll on mouse wheel (lock virtual window height, disable scroll anchoring, pin scrollTop after paint)
  • Kimi: stop treating all kimi hosts as connect-json; strip citation chips from Conversation content
  • CI: required English synthetic fixtures under fixtures/vendors/ for capture + merge regression
  • Docs / hygiene: prettier CI unblock; demo screenshot / pre-launch memo cleanup

Artifact

  • sse-devtools-panel-v1.1.1.zip (built from dist/)

Compared to v1.1.0.

v1.1.0

Choose a tag to compare

@FatMii FatMii released this 10 Aug 02:10

Summary

Post-v1.0.0 release: long-stream performance, more reliable capture, and Vitest-based tests.

Highlights

  • Performance: virtualize Events / Conversation / Raw; throttle detail refresh; incremental AI merge sessions
  • Reliability: buffer page traffic until the DevTools panel connects; wider stream detection; EventSource on* custom event capture
  • Demo: stress stream (10k events), EventSource / XHR / NDJSON smoke paths, refreshed landing page
  • Privacy / docs: broader header redaction; PRIVACY and README updates
  • Engineering: split panel CSS modules; migrate unit tests to Vitest

Artifact

  • sse-devtools-panel-v1.1.0.zip (built from dist/)

Compared to v1.0.0 (cfe57d8).

v1.0.0

Choose a tag to compare

@FatMii FatMii released this 07 Aug 10:04

Summary

Initial release 1.0.0.

  • Tag: v1.0.0
  • Commit: cfe57d8
  • Artifact: sse-devtools-panel-v1.0.0.zip (built from dist/)

Load unpacked from the zip root (folder that contains manifest.json).