Skip to content

Commit 5266d02

Browse files
committed
Bump version to 3.9.14
1 parent ff5f771 commit 5266d02

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

history.en.md

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

33
- master/HEAD
4+
- 3.9.14 (2023.3.13)
5+
* Better simulation of `browser.tabs.selectOwnerOnClose` on slow environment.
46
- 3.9.13 (2023.3.12)
57
* [Better handling of new blank tabs opened as a child of an active pinned tab, when child tabs from pinned parent are controlled.](https://github.com/piroor/treestyletab/issues/3296)
68
* Better simulation of `browser.tabs.selectOwnerOnClose` for tabs opened by other applications.

history.ja.md

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

33
- master/HEAD
4+
- 3.9.14 (2023.3.13)
5+
* 遅い環境での`browser.tabs.selectOwnerOnClose`再現の挙動を改善
46
- 3.9.13 (2023.3.12)
57
* [ピン留めされたタブから開かれた子タブの位置が制御されているときに、ピン留めされたタブがアクティブな状態で新しい空のタブがアクティブなタブの子として開かれたら、ピン留めされたタブから開かれた子タブとしての制御を適用するようにした](https://github.com/piroor/treestyletab/issues/3296)
6-
* 他のアプリケーションから開かれたタブに対する`browser.tabs.selectOwnerOnClose`の挙動を改善
8+
* 他のアプリケーションから開かれたタブに対する`browser.tabs.selectOwnerOnClose`再現の挙動を改善
79
* リンクのドロップ操作に対するFirefox組み込みの設定項目「リンク、画像、メディアを新しいタブで開いたとき、すぐにそのタブに切り替える」の振る舞いを再現するための設定項目を追加
810
* Windows 11その他の環境において、ホバー状態以外でもスクロールバーの表示幅分サイドバーの内容をずらして表示して、ツリー操作用のUIが操作不能になら内容にした
911
* API: コンテキストメニューのコマンド「このツリーを再帰的に展開」「すべてのツリーを展開」によるツリーの展開をキャンセルできるようにする通知型 [`try-expand-tree-from-expand-command``try-expand-tree-from-expand-all-command`](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#suppress-unintentional-expansion-of-collapsed-tree-by-tst) を追加

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": "3.9.13",
4+
"version": "3.9.14",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)