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
Added ⌘→ / ⌘← to move keyboard focus between the sidebar and the document, so you no longer have to click the document to scroll it. Windows opened from the CLI or from Quick Open now start with focus on the document.
⌘← no longer moves to the parent folder in the sidebar. Use ⌘↑ or Delete for that, as before.
Fixes
Fixed text fields on the PDF surface not taking keyboard focus. ⌘F now focuses the search field so you can type right away, and Esc returns focus to the PDF.
Window size is now a single app-wide value again. The size you last adjusted is applied to the next window you open, and each window is restored to its own size on relaunch.
The per-file window size memory has been removed without migration. The size you last adjusted is kept, so windows still open at the size you expect.
Improvements
Switching files now starts loading immediately instead of waiting for pending work on the main actor. Measured on the same build, time to start loading dropped from a median of 19.23ms to 0.03ms, and total load time from 21.98ms to 19.07ms.
新機能
⌘→ / ⌘← でサイドバーと本文の間をキーボードで行き来できるようにしました。本文をクリックしなくてもスクロールできます。CLI と Quick Open から開いたウィンドウは本文にフォーカスを置きます。