Skip to content

Commit

Permalink
Bump version to 3.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Mar 13, 2023
1 parent ff5f771 commit 5266d02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# History

- master/HEAD
- 3.9.14 (2023.3.13)
* Better simulation of `browser.tabs.selectOwnerOnClose` on slow environment.
- 3.9.13 (2023.3.12)
* [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)
* Better simulation of `browser.tabs.selectOwnerOnClose` for tabs opened by other applications.
Expand Down
4 changes: 3 additions & 1 deletion history.ja.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 更新履歴

- master/HEAD
- 3.9.14 (2023.3.13)
* 遅い環境での`browser.tabs.selectOwnerOnClose`再現の挙動を改善
- 3.9.13 (2023.3.12)
* [ピン留めされたタブから開かれた子タブの位置が制御されているときに、ピン留めされたタブがアクティブな状態で新しい空のタブがアクティブなタブの子として開かれたら、ピン留めされたタブから開かれた子タブとしての制御を適用するようにした](https://github.com/piroor/treestyletab/issues/3296)
* 他のアプリケーションから開かれたタブに対する`browser.tabs.selectOwnerOnClose`の挙動を改善
* 他のアプリケーションから開かれたタブに対する`browser.tabs.selectOwnerOnClose`再現の挙動を改善
* リンクのドロップ操作に対するFirefox組み込みの設定項目「リンク、画像、メディアを新しいタブで開いたとき、すぐにそのタブに切り替える」の振る舞いを再現するための設定項目を追加
* Windows 11その他の環境において、ホバー状態以外でもスクロールバーの表示幅分サイドバーの内容をずらして表示して、ツリー操作用のUIが操作不能になら内容にした
* 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) を追加
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.9.13",
"version": "3.9.14",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 5266d02

Please sign in to comment.