diff --git a/history.en.md b/history.en.md index b13a567b8..be56a9ecc 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 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. * Add a new simulated option for Firefox's built-in "When you open a link, image or media in a new tab, switch to it immediately" about dropped links. diff --git a/history.ja.md b/history.ja.md index 27ced3114..6e34972c7 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.9.13 (2023.3.12) * [ピン留めされたタブから開かれた子タブの位置が制御されているときに、ピン留めされたタブがアクティブな状態で新しい空のタブがアクティブなタブの子として開かれたら、ピン留めされたタブから開かれた子タブとしての制御を適用するようにした](https://github.com/piroor/treestyletab/issues/3296) * 他のアプリケーションから開かれたタブに対する`browser.tabs.selectOwnerOnClose`の挙動を改善 * リンクのドロップ操作に対するFirefox組み込みの設定項目「リンク、画像、メディアを新しいタブで開いたとき、すぐにそのタブに切り替える」の振る舞いを再現するための設定項目を追加 diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 5d743fd08..0ba1ecaa3 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.12", + "version": "3.9.13", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [