Releases: FatMii/sse-devtools-panel
Releases · FatMii/sse-devtools-panel
Release list
v1.2.2 — JSON tree search mark + string layout polish
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.cpSynccrash on non-ASCII project paths (#29)
Links
- Commits since v1.2.1:
3d1b4b4,3ea3d6c,33784ab/ #29, releasef85ec7d
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
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
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
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: truealready look like a stream; discard if the response is not. Ordinary JSON APIs stay hidden. Closes #19. - Conversation: merge Tongyi/Qwen
bar/workflowbar_thinkinginto reasoning andbar_toolinto tools (weather chips usename: weather).
Artifact
sse-devtools-panel-v1.1.3.zip(built fromdist/)
Compared to v1.1.2.
v1.1.2
Summary
Patch release after v1.1.1: subtab underline polish, Conversation tools scroll fix, and docs updates.
Highlights
- UI: replace request/conversation subtab
border-bottomwith::afterunderline (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 fromdist/)
Compared to v1.1.1.
v1.1.1
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
scrollTopafter 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 fromdist/)
Compared to v1.1.0.
v1.1.0
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 fromdist/)
Compared to v1.0.0 (cfe57d8).