Skip to content

Commit 0440141

Browse files
committed
Add news topics
1 parent 3f4f5ed commit 0440141

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

history.en.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# History
22

33
- master/HEAD
4+
* "Bookmark this Tree" context menu command now bookmarks all multiselected tabs and thier descendants.
5+
* Open dummy group tab with loaded state always, when it is opened by "Open All as a Tree" context menu command on bookmark folders.
6+
* Apply "Mute Tab" and "Unmute Tab" context menu commands to the tree recursively when the target tab has collapsed descendants. If you run these commands on an expanded tree, only target tabs are processed.
7+
* Apply muted/unmuted state to the tree recursively by clicking of the sound playing button only on a collapsed tree. If you click buttons on expanded tabs, only clicked tabs are affected.
8+
* Fix edge case problem of auto-tree-repair when tabs are switched to shown from hidden.
9+
* Fix edge case problem of tree attaching with hidden tabs.
10+
* Suppress needless reloading after some tabs are removed immediately after other tabs are moved.
411
- 3.3.5 (2020.1.24)
512
* Don't skip peinding (unloaded) tabs on Ctrl-Shift-Tab.
613
* Skip collapsed tabs on Ctrl-Tab/Ctrl-Shift-Tab focus rotation more correctly, just after the active tab was closed.

history.ja.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# 更新履歴
22

33
- master/HEAD
4+
* 複数のタブが選択されている場合、コンテキストメニューの「このツリーをブックマーク」の実行時にそれら(およびその配下のタブ~をすべてブックマークするようにした
5+
* ブックマークフォルダ上のコンテキストメニューの「ツリーとしてすべて開く」で開かれるグループタブはペンディング状態にせずすぐ読み込むようにした
6+
* タブのコンテキストメニューの「タブをミュート」「タブのミュートを解除」について、ツリーが折りたたまれている場合は子孫タブにも結果を反映するようにした(展開されているツリーでは今まで通り)
7+
* タブの音声再生中ボタンのクリック操作について、折りたたまれたツリーの場合にだけ子孫タブの状態も制御し、展開されているツリーの場合はそのタブのみ状態を変えるようにした
8+
* タブが非表示状態から表示状態に復帰したときのツリーの自動修復処理が期待通りに働いていない場合があったのを修正
9+
* 非表示のタブがある状態でタブの親子関係の変更が期待通りにならない場合があったのを修正
10+
* タブを移動した直後にタブが削除された場合に、無用なリロードが発生しないようにした
411
- 3.3.5 (2020.1.24)
512
* Ctrl-Shift-Tabでのフォーカス移動で待機状態のタブを飛ばさないようにした
613
* アクティブなタブが閉じられた直後にCtrl-Tab/Ctrl-Shift-Tabでタブを切り替えたとき、折り畳まれたツリーの子孫のタブがスキップされない問題を修正

0 commit comments

Comments
 (0)