From 29f72f03c4c5a25a3e8f0816f33ab1b3237149c1 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 23 Jan 2020 00:55:37 +0900 Subject: [PATCH] Add news topics --- history.en.md | 7 +++++++ history.ja.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/history.en.md b/history.en.md index aabbce029..60c7f2494 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,13 @@ # History - master/HEAD + * Don't skip peinding (unloaded) tabs on Ctrl-Shift-Tab. + * Skip collapsed tabs on Ctrl-Tab/Ctrl-Shift-Tab focus rotation more correctly, just after the active tab was closed. + * Pinned tab is now droppable before the first unpinned tab. + * Unnpinned tab is now droppable after the last pinned tab. + * Detect drop position on a tab as top or bottom for pinned but not-faviconized tabs. + * Add an expert option to control the behavior: collapse other trees when a collapsed tree is auto-expanded by a long-dragover. + * Update `ru` locale by wvxwxvw. Thanks! - 3.3.4 (2020.1.14) * Fix unexpected error from cyclic references. * Reduce accidental modifications of the tree structure after tabs are shown/hidden. diff --git a/history.ja.md b/history.ja.md index 88febedec..f8b6709fd 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,13 @@ # 更新履歴 - master/HEAD + * Ctrl-Shift-Tabでのフォーカス移動で待機状態のタブを飛ばさないようにした + * アクティブなタブが閉じられた直後にCtrl-Tab/Ctrl-Shift-Tabでタブを切り替えたとき、折り畳まれたツリーの子孫のタブがスキップされない問題を修正 + * ピン留めされたタブを最初のピン留めされていないタブの前の位置にドロップできるようにした + * ピン留めされていないタブを最後のピン留めされたタブの後の位置にドロップできるようにした + * ピン留めされていて、且つアイコンの大きさに縮められていないタブについて、タブ上のドロップ位置を上下方向で判定するようにした + * ドラッグ操作中に折りたたまれたツリーの上でしばらく待ってツリーが自動的に展開されたときに、他のツリーを折りたたむかどうかを制御する上級者向け設定を追加 + * `ru`ロケール更新(by wvxwxvw. Thanks!) - 3.3.4 (2020.1.14) * 循環参照に起因する意図されないエラーを修正 * タブの表示/非表示が切り替わった後にツリー構造が意図せず変更されるケースを減らした