From 6240a0553f28602e3f33ec065cf498797308ef0f Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 5 Aug 2020 22:01:28 +0900 Subject: [PATCH] Bump version to 3.1.7 --- history.en.md | 2 ++ history.ja.md | 4 +++- webextensions/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/history.en.md b/history.en.md index c3ea3da8..6b1553f1 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,8 @@ # History - master/HEAD + - 3.1.7 (2020.8.5) + * The option to list tabs hidden by other addons didn't work as expected. - 3.1.6 (2020.8.4) * Add an option to list tabs hidden by other addons. - 3.1.5 (2020.7.30) diff --git a/history.ja.md b/history.ja.md index 713c7c60..2087d8ad 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,8 +1,10 @@ # 更新履歴 - master/HEAD + - 3.1.7 (2020.8.5) + * 他のアドオンによって非表示にされたタブをリスト上に表示する設定のON/OFFが正しくUIに反映されていなかったのを修正 - 3.1.6 (2020.8.4) - * 他のアドオンによって非表示にされたタブをリスト状に表示する設定を追加した + * 他のアドオンによって非表示にされたタブをリスト上に表示する設定を追加した - 3.1.5 (2020.7.30) * 非表示状態のタブの取り扱いを改善(タブのドラッグ操作での選択時に、非表示のタブがあると選択状態がおかしくなる問題を修正) - 3.1.4 (2020.7.29) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 976058cb..344b2b12 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.1.6", + "version": "3.1.7", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [