From 1dc180e2b4a8dbae0495b27223fb03d7e1669d12 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 30 Jul 2020 00:41:33 +0900 Subject: [PATCH] Bump version to 3.1.5 --- history.en.md | 2 ++ history.ja.md | 2 ++ webextensions/manifest.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 4173b72c..7cfa8a2c 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,8 @@ # History - master/HEAD + - 3.1.5 (2020.7.30) + * Better support for hidden tabs. (Fixed broken selection from dragging on tabs.) - 3.1.4 (2020.7.29) * Better support for hidden tabs. (Hidden tabs won't be listed and multiselected anymore.) - 3.1.3 (2020.4.28) diff --git a/history.ja.md b/history.ja.md index 72371a63..4ddab24b 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,8 @@ # 更新履歴 - master/HEAD + - 3.1.5 (2020.7.30) + * 非表示状態のタブの取り扱いを改善(タブのドラッグ操作での選択時に、非表示のタブがあると選択状態がおかしくなる問題を修正) - 3.1.4 (2020.7.29) * 非表示状態のタブの取り扱いを改善(非表示のタブを一覧に表示しないようにし、Shift-クリックなどの操作でも選択しないようにした) - 3.1.3 (2020.4.28) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index b5ee33b5..c5b326a0 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.1.4", + "version": "3.1.5", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [