Skip to content

Commit 0e07130

Browse files
committed
Bump version to 3.1.3
1 parent cd61460 commit 0e07130

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 3.1.3 (2020.4.28)
5+
* Recommend to use right click to show the menu instead of left click.
6+
* Respond to click on the bottom caption as instructed.
47
* Show in-content confirmation dialog correctly on lately versions of Firefox.
58
* Remove keyboard shorctut customization UI, because Firefox ESR68 has it.
9+
* Update `zh_CN` locale by [NightSharp](https://github.com/NightSharp). Thanks!
610
- 3.1.2 (2020.1.24)
711
* Don't start "long-press" selection of tabs in Tree Style Tab's sidebar with simple left click even if it take too much time.
812
* Show options page after localized messages become ready.

history.ja.md

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

33
- master/HEAD
4+
- 3.1.3 (2020.4.28)
5+
* 基本的に右クリックでのコンテキストメニュー操作を推奨するようにした
6+
* 最下部エリアのクリック操作に反応しなくなっていたのを修正
47
* 最近のバージョンのFirefoxにおいて、コンテンツ領域内に確認ダイアログが表示されなくなっていたのを修正
58
* Firefox ESR68時点ですでに本体にUIがあるため、キーボードショートカット設定用のUIを削除した
9+
* `zh_CN`言語リソース更新(by [NightSharp](https://github.com/NightSharp), thanks!)
610
- 3.1.2 (2020.1.24)
711
* Tree Style Tabのサイドバー上での通常の左クリックに時間がかかりすぎた場合に「長押しによる選択開始」と意図せず判定されてしまっていたのを修正
812
* 表示メッセージの準備ができてから設定画面の内容を表示するようにした

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

0 commit comments

Comments
 (0)