Skip to content

v0.41.1

Choose a tag to compare

@jakemor jakemor released this 11 May 20:36
· 11 commits to main since this release

Improvements

Snappier Browser Panel — Switching to the Browser panel now feels instant. Local server lists and quick actions are kept in an in-memory cache, so reopening the panel shows your previous data immediately while a silent background refresh updates it. Killing a server also updates the cache locally before re-fetching, so the row disappears right away. jake

Under the Hood

Deduped Browser Panel Fetches — A new browserPanelCache helper centralizes server/quick-action reads and writes and deduplicates in-flight requests, so quickly toggling panels or projects no longer fires redundant WebSocket round-trips. jake