Releases: YTommy109/befold
Releases · YTommy109/befold
Release list
v1.17.1
v1.17.0
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 になりました。
v1.16.2-dev.3
v1.16.2-dev.3
Others
- Switching files now starts loading immediately instead of waiting for pending UI work on the main actor. Measured on the same build: time to start dropped from a median of 19.23ms to 0.03ms, and total load time from 21.98ms to 19.07ms.
v1.16.2-dev.3(日本語)
その他
- ファイルを切り替えたときの読み込みが、メインアクター上の他の処理を待たずに始まるようにしました。同一条件の実測で、開始までの時間が中央値 19.23ms → 0.03ms、全体が 21.98ms → 19.07ms になりました。
v1.16.2-dev.2
v1.16.2-dev.2
Features
- Added ⌘→ / ⌘← to move keyboard focus between the sidebar and the document. Windows opened from the CLI or Quick Open now start with focus on the document. The sidebar's "go to parent folder" binding on ⌘← has been removed; ⌘↑ and Delete still do that.
Bug 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.
v1.16.2-dev.2(日本語)
新機能
- ⌘→ / ⌘← でサイドバーと本文の間をキーボードで行き来できるようにしました。CLI と Quick Open から開いたウィンドウは本文にフォーカスを置きます。サイドバーの ⌘←「上位フォルダーへ移動」は廃止しました(⌘↑ と delete は従来どおり使えます)。
修正
- PDF 表示中に入力欄がフォーカスを取れない問題を修正しました。⌘F の直後から検索欄に文字を打てるようになり、Esc で PDF 側へフォーカスが戻ります。
v1.16.2-dev.1
v1.16.2-dev.1
Bug Fixes
- 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.
Others
- Release notes are now written in English first, followed by Japanese.
- Recorded v1.16.1 in CHANGELOG.md.
v1.16.2-dev.1(日本語)
修正
- ウィンドウの寸法をアプリ全体で 1 個の値に戻しました。最後に調整した寸法が次に開くウィンドウへ反映され、再起動時は各ウィンドウが前回の寸法へ戻ります。ファイル単位の寸法の記憶は廃止しました。
その他
- リリースノートを英日併記(英語が先)にしました。
- CHANGELOG.md に v1.16.1 を追記しました。
v1.16.1
Fixes
- Restored the transparency of the app icon. The corners of the icon appeared white in the Dock on macOS versions earlier than 26.
- Opening a PDF no longer steals keyboard focus from the sidebar. Moving through the file list with the arrow keys used to stop working once the selection reached a PDF.
修正
- アプリアイコンの透過が失われ、macOS 26 より前の Dock でアイコンの四隅が白く見えていた問題を修正しました。
- サイドバーを矢印キーで移動して PDF の行に来たとき、PDF 側にフォーカスが移ってしまい、続けて矢印キーで一覧を移動できなくなる問題を修正しました。
v1.16.0
新機能
- PDF の表示を PDFKit に切り替え、ページ単位の送りから連続スクロールになりました。開いた直後は 1 ページが縦に収まる大きさで表示されます (#610)
- PDF でも文書内検索(Cmd+F)が使えるようになりました (#612)
- PDF のキーボード操作を他の表示と揃えました。Space / Shift+Space はページ単位で送ります (#614)
- PDF の現在ページと総ページ数を常時表示するようになりました。この表示をクリックするとページ番号を入力でき、指定したページへ移動できます (#616)
修正
- PDF を回転したときに、切り替わる途中のページ矩形が見えてしまう問題を修正しました (#613)
v1.15.3-dev.6
v1.15.3-dev.5
変更点
- feat: TASK-577 PDF のキー操作を web 面と揃え、Space をページ単位にする (#614)
Full Changelog: v1.15.3-dev.4...v1.15.3-dev.5