Skip to content

v0.9.1

Choose a tag to compare

@codywilliamson codywilliamson released this 25 Jun 04:01
· 19 commits to main since this release

Fixed

  • "What's new" modal no longer reappears every launch — the dismissed version was remembered in localStorage, but loupe serves on a random port each run, so every launch was a fresh origin with no memory. The seen version now persists per-user in ~/.loupe/state.json, so once dismissed it stays dismissed across repos and launches.
  • Couldn't drag the resizers — the modal popping on every launch left its full-screen backdrop quietly intercepting the first resize drag (sidebar and side-by-side panes). With the modal fixed, both resizers grab as expected.

Changed

  • Restyled the "what's new" modal — a compact 460px card with a sparkles badge, version/date subtitle, and accent-marked highlights, instead of the wide compile-modal frame.