Skip to content

Commit

Permalink
Bump version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 29, 2020
1 parent e39d36d commit 1dc180e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 1dc180e

Please sign in to comment.