Skip to content

Commit abe31dd

Browse files
committed
Add news topics
1 parent 0f4426b commit abe31dd

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

history.en.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# History
22

33
- master/HEAD
4+
* Stabilize and optimize moving of multiple tabs with tree structure, especially across windows. ([by tkng](https://github.com/piroor/treestyletab/pull/3880), thanks!)
5+
* Add "Unload this Tree" and "Unload Descendants" context menu commands corresponding to the native "Unload Tab".
46
* Allow to create new native group by dropping tabs onto any areas of another tab simply, with pressing Shift key. (Without shift key, you need to drop tabs onto the head area of another tab to create new group.)
57
* Reconstruct option to set UI direction of the sidebar as Regular/Inverted instead of Left/Right. "Regular" always works similar to Firefox's native vertical tabs.
68
* Show confirmation dialog correctly for closing multiple tabs in a fullscreen browser window on macOS.
79
* Show tab previews in tab-hover tooltip again. (regression on 4.2.8)
810
* Fix misdetection of drop position of tabs after tabs are rearranged. (regression on 4.2.7)
11+
* Duplicate partially dragged tree at the dropped place correctly.
12+
* Fix mis-ordering of multiselected tabs moved by drag and drop.
13+
* Fix mis-sizing of tab bar boxes after extra contents are inserted via API.
914
* Fix too narrow width of group labels in the Photon theme.
1015
* Don't show nonsense "+0" label for collapsed tab groups with no other member.
16+
* Suppress needless animation effects when items are scrolled into the view.
1117
* Expand tab group automatically when a collapsed tree in the group is expanded. You can deactivate this new behavior with a new expert option under the "Tree Behavior" section.
1218
* Don't mistreat dropped URL as a native tab drop.
1319
* Hide UI elements internally used and should not be exposed to users, even if the background screen of the sidebar has transparent color.
1420
* Detect "head" area of the drop target tab correctly on RLT environment, to create new group by drag and drop.
1521
* Fix wrong alignment of tab group labels on inverted mode.
16-
* Fix wrong text direction of tab labels with LTR title on RTL environment.
22+
* Fix wrong text direction and alignment of tab labels with LTR title on RTL environment.
1723
* Suppress uncaught errors caused by already closed tabs or windows, around mouse operations, successor tab operations and caching of tree information.
1824
* Fix links to MDN documents from changelogs. ([by theluckystrike](github.com/piroor/treestyletab/pull/3879), thanks!)
1925
- 4.2.11 (2026.3.3)

history.ja.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# 更新履歴
22

33
- master/HEAD
4+
* ツリー構造を伴った複数タブの移動(特にウィンドウをまたぐ場合)の動作の安定性と速度を向上([by tkng](https://github.com/piroor/treestyletab/pull/3880), thanks!)
5+
* Firefox本体の「タブを解放」に対応する機能として、「このツリーを解放」「子孫タブを解放」をコンテキストメニューに追加
46
* Shift-ドロップで、タブをドロップ先タブのどの領域にドロップしてもタブグループを作成するようにした(Shiftキーを押さない場合はタブの頭の方にドロップするとタブグループを作成できます)
57
* サイドバー内のUIの方向を切り替える設定項目を「左/右」から「通常/反転」となるように再構築した(「通常」は常にFirefox本体の垂直タブバーと同様の外観になります)
68
* macOS上でフルスクリーン表示になっているブラウザーウィンドウにおいて、複数タブを閉じるときの確認ダイアログが表示されない問題を修正
79
* タブにポインターを載せたときのカスタムツールチップでタブのプレビューが表示されなくなっていたのを修正(4.2.8での後退バグ)
810
* 一度タブを並べ替えた後に、タブのドロップ位置が正しく識別されなくなっていたのを修正(4.2.7での後退バグ)
11+
* 部分的にドラッグして複製したツリーを正しくドロップ位置に複製するようにした
12+
* 複数選択したタブのドラッグ&ドロップでの移動後にタブの並び順が崩れる問題を修正
13+
* API経由で追加のコンテンツを挿入した後にタブバーの構成ボックスのサイズが正しく更新されていなかったのを修正
914
* Photonにおいてタブグループのラベルの表示幅が不足していたのを修正
1015
* 他に折りたたまれたタブが無い状態で、折りたたまれたタブグループに無意味な「+0」というラベルが表示されないようにした
16+
* 項目がスクロールで可視範囲に入ったときに不要なアニメーション効果が適用されないようにした
1117
* ツリーが展開されたとき、そのツリーを含むタブグループも自動的に展開するようにした(タブグループを自動展開しないように戻すには、「ツリーの挙動」配下に追加された新しい上級者向け設定を変更してください)
1218
* URLのドロップをFirefox自身のタブのドロップ操作と誤認しにくくした
1319
* サイドバーの背景に透過色が使われた場合でも、内部的に使用していてユーザーが触れるべきでないダミーのUI要素が露出しにくいようにした
1420
* RTLの環境において、タブのドラッグ&ドロップでタブグループを作成する際のドロップ位置の識別時に、LTRの環境と同様にタブの「尻の方」ではなく「頭の方」で反応するようにした
1521
* サイドバーのUIの方向を反転しているときに、タブグループのラベルの配置が適切に追従していなかったのを修正
16-
* RTLの環境において、LTRのタイトルを持つタブのラベルの末尾側ではなく先頭側が省略されてしまっていたのを修正
22+
* RTLの環境において、LTRのタイトルを持つタブのラベルが末尾側に配置されたり、末尾側ではなく先頭側が省略されてしまっていたりしたのを修正
1723
* マウス操作、タブを閉じた後のフォーカス先、ツリー情報のキャッシュの保存などにおいて、すでに閉じられたウィンドウやタブに由来するエラーを適切に捕捉するようにした
1824
* MDNのドキュメントへのリンクを修正([by theluckystrike](github.com/piroor/treestyletab/pull/3879), thanks!)
1925
- 4.2.11 (2026.3.3)

0 commit comments

Comments
 (0)