Skip to content

Commit 866e096

Browse files
committed
Bump version to 3.1.1
1 parent 0a250e5 commit 866e096

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 3.1.1 (2019.12.27)
5+
* Suppress error on click at TST sidebar.
46
- 3.1.0 (2019.12.27)
57
* Support Dark mode of the platform.
68
* Show the fake context menu in TST's sidebar on the operated window correctly.

history.ja.md

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

33
- master/HEAD
4+
- 3.1.1 (2019.12.27)
5+
* TSTのサイドバーでクリックした時に例外が発生していたのを修正
46
- 3.1.0 (2019.12.27)
57
* プラットフォームのダークモードに対応
68
* 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.1.0",
4+
"version": "3.1.1",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)