You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.