Skip to content

v1.17.0

Choose a tag to compare

@YTommy109 YTommy109 released this 01 Sep 13:08
· 5 commits to main since this release

New Features

  • 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 から開いたウィンドウは本文にフォーカスを置きます。
    • サイドバーの ⌘←「上位フォルダーへ移動」は廃止しました。上位フォルダーへは従来どおり ⌘↑ と delete で移動できます。

修正

  • PDF 表示中に入力欄がフォーカスを取れない問題を修正しました。⌘F の直後から検索欄に文字を打てるようになり、Esc で PDF 側へフォーカスが戻ります。
  • ウィンドウの寸法をアプリ全体で 1 個の値に戻しました。最後に調整した寸法が次に開くウィンドウへ反映され、再起動時は各ウィンドウが前回の寸法へ戻ります。
    • ファイル単位の寸法の記憶は移行せずに廃止しました。最後に調整した寸法は残るため、ウィンドウは想定どおりの大きさで開きます。

改善

  • ファイルを切り替えたときの読み込みが、メインアクター上の他の処理を待たずに始まるようにしました。同一条件の実測で、読み込み開始までの時間が中央値 19.23ms → 0.03ms、全体が 21.98ms → 19.07ms になりました。