Skip to content

Commit 7dbd091

Browse files
committed
Bump version to 3.3.6
1 parent 0440141 commit 7dbd091

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 3.3.6 (2020.2.21)
45
* "Bookmark this Tree" context menu command now bookmarks all multiselected tabs and thier descendants.
56
* Open dummy group tab with loaded state always, when it is opened by "Open All as a Tree" context menu command on bookmark folders.
67
* Apply "Mute Tab" and "Unmute Tab" context menu commands to the tree recursively when the target tab has collapsed descendants. If you run these commands on an expanded tree, only target tabs are processed.

history.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.3.6 (2020.2.21)
45
* 複数のタブが選択されている場合、コンテキストメニューの「このツリーをブックマーク」の実行時にそれら(およびその配下のタブ~をすべてブックマークするようにした
56
* ブックマークフォルダ上のコンテキストメニューの「ツリーとしてすべて開く」で開かれるグループタブはペンディング状態にせずすぐ読み込むようにした
67
* タブのコンテキストメニューの「タブをミュート」「タブのミュートを解除」について、ツリーが折りたたまれている場合は子孫タブにも結果を反映するようにした(展開されているツリーでは今まで通り)

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

0 commit comments

Comments
 (0)