diff --git a/history.en.md b/history.en.md index 76f73d89e..5c2a6c56b 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.3.0 (2020.1.8) * Introduce the "Lock as Collapsed" feature. When the state is locked via the context menu command or a keyboard shortcut, TST keeps the tree collapsed when it or its any descendant get focused. * Show "Open All as a Tree" in the bookmarks context menu only when the context menu is opened on a folder. * Add an option to avoid pending (discarded) tabs to be activated accidentally when the active tab is closed or an ancestor tree of the active tab is collapsed. diff --git a/history.ja.md b/history.ja.md index b5ef23f5e..99511ea49 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.3.0 (2020.1.8) * そのタブや配下のタブがアクティブになってもツリーを自動的に展開しないようにする「たたんだ状態でロック」機能を追加した(コンテキストメニューまたはキーボードショートカットで状態を設定できます) * ブックマークフォルダをツリーとして開くコンテキストメニュー項目を、ブックマークフォルダ上でコンテキストメニューを開いた時にだけ表示するようにした * 現在のタブが閉じられたり、現在のタブを含むツリーが折りたたまれたりした時に、待機状態のタブを可能な限り選択しないようにする設定を追加した diff --git a/webextensions/manifest.json b/webextensions/manifest.json index f327af0d6..5e9c8c660 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.2.6", + "version": "3.3.0", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [