Skip to content

Commit 8f5c24b

Browse files
committed
Bump version to 3.0.9
1 parent f696aff commit 8f5c24b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.0.9 (2019.7.1)
45
* Clear "ready to select" state of tabs in Tree Style Tab's sidebar correctly when the multiselection state is cleared by other addons.
56
- 3.0.8 (2019.6.19)
67
* Fix compatibility issue with TST 3.0.8 and later. Deselection with Ctrl-click works again.

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.0.9 (2019.7.1)
45
* 他のアドオンによってタブの複数選択が解除された時に、ツリー型タブのサイドバー上で「選択されようとしているタブ」の状態が残ってしまっていたのを修正
56
- 3.0.8 (2019.6.19)
67
* TST 3.0.8以降との互換性の問題を解消:Ctrl-クリックでの選択解除が動作していなかったのを修正

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

0 commit comments

Comments
 (0)