Skip to content

Commit

Permalink
Add news topics
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 22, 2020
1 parent acc1a0c commit 29f72f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 更新履歴

- master/HEAD
* Ctrl-Shift-Tabでのフォーカス移動で待機状態のタブを飛ばさないようにした
* アクティブなタブが閉じられた直後にCtrl-Tab/Ctrl-Shift-Tabでタブを切り替えたとき、折り畳まれたツリーの子孫のタブがスキップされない問題を修正
* ピン留めされたタブを最初のピン留めされていないタブの前の位置にドロップできるようにした
* ピン留めされていないタブを最後のピン留めされたタブの後の位置にドロップできるようにした
* ピン留めされていて、且つアイコンの大きさに縮められていないタブについて、タブ上のドロップ位置を上下方向で判定するようにした
* ドラッグ操作中に折りたたまれたツリーの上でしばらく待ってツリーが自動的に展開されたときに、他のツリーを折りたたむかどうかを制御する上級者向け設定を追加
* `ru`ロケール更新(by wvxwxvw. Thanks!)
- 3.3.4 (2020.1.14)
* 循環参照に起因する意図されないエラーを修正
* タブの表示/非表示が切り替わった後にツリー構造が意図せず変更されるケースを減らした
Expand Down

0 comments on commit 29f72f0

Please sign in to comment.