Release notes
WindowHop 1.4.0
Released on 24 July 2026. All release notes.
WindowHop 1.4.0
Changed
- Documentation captures: the published screenshots are a smaller, curated set, and the Settings images are now the real window — title bar, toolbar, and all six panes' identical frame — instead of an offscreen crop of one pane.
- One Settings window size: panes no longer resize the window. General is split into General, Shortcuts, and Windows, every pane renders into one shared canvas (and scrolls if it ever outgrows it), and the selected pane is restored by identifier so future panes cannot shift it.
Fixed
- The right preview on the right window: Accessibility and the window server spell the same window's title differently (Chromium reports
Page – Brave – Profilewhere the window server knows onlyPage), so same-sized windows of one app used to fall back to window-server order and could show each other's snapshot. Matching now scores pid, frame, and decoration-tolerant titles, accepts a pair only when it is the unambiguous best choice for both sides, and leaves genuinely indistinguishable windows without a preview instead of guessing. Long titles the window server reports with their middle elided are recognized too, verified against real stacked browser windows.