Skip to content

Commit 019ceea

Browse files
committed
Bump version to 3.1.0
1 parent 12b935c commit 019ceea

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.1.0 (2019.12.27)
45
* Support Dark mode of the platform.
56
* Show the fake context menu in TST's sidebar on the operated window correctly.
67
* Clear "multiselected" appearance of tabs in TST's sidebar correctly after multiselection state is changed by someone.

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.1.0 (2019.12.27)
45
* プラットフォームのダークモードに対応
56
* TSTのサイドバーで偽コンテキストメニューを開く挙動について、操作したウィンドウと異なるウィンドウでメニューが開かれる場合があったのを修正
67
* 他のアドオンなどによってタブの選択状態が解除されたときに、TSTのサイドバー上で選択状態の表示が残ってしまっていたのを修正

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

0 commit comments

Comments
 (0)