From 5266d02e53f08fcc0bee50bcdc090e939bc8bee8 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Mon, 13 Mar 2023 11:00:11 +0900 Subject: [PATCH] Bump version to 3.9.14 --- history.en.md | 2 ++ history.ja.md | 4 +++- webextensions/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/history.en.md b/history.en.md index be56a9ecc..35f37a4ce 100644 --- a/history.en.md +++ b/history.en.md @@ -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. diff --git a/history.ja.md b/history.ja.md index 6e34972c7..4496dd3a6 100644 --- a/history.ja.md +++ b/history.ja.md @@ -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) を追加 diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 0ba1ecaa3..5f2b2aa13 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -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": [