Skip to content

Commit a6a7c47

Browse files
committed
Bump version to 4.2.12
1 parent abe31dd commit a6a7c47

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 4.2.12 (2026.3.17)
45
* Stabilize and optimize moving of multiple tabs with tree structure, especially across windows. ([by tkng](https://github.com/piroor/treestyletab/pull/3880), thanks!)
56
* Add "Unload this Tree" and "Unload Descendants" context menu commands corresponding to the native "Unload Tab".
67
* 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.)

history.ja.md

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

33
- master/HEAD
4+
- 4.2.12 (2026.3.17)
45
* ツリー構造を伴った複数タブの移動(特にウィンドウをまたぐ場合)の動作の安定性と速度を向上([by tkng](https://github.com/piroor/treestyletab/pull/3880), thanks!)
56
* Firefox本体の「タブを解放」に対応する機能として、「このツリーを解放」「子孫タブを解放」をコンテキストメニューに追加
67
* Shift-ドロップで、タブをドロップ先タブのどの領域にドロップしてもタブグループを作成するようにした(Shiftキーを押さない場合はタブの頭の方にドロップするとタブグループを作成できます)

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "4.2.11",
4+
"version": "4.2.12",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)