Skip to content

Commit

Permalink
Bump version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 1, 2019
1 parent 987a08c commit 3f7641f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# History

- master/HEAD
- 3.1.3 (2019.7.1)
* Allow to import dragged tree from other Firefox instances.
* Respect option for treatment of new blank tabs opened from outside of TST, event when `browser.tabs.insertAfterCurrent` is configured to `true` by the user.
* Restrict maximum height of the subpanel.
Expand Down
1 change: 1 addition & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 更新履歴

- master/HEAD
- 3.1.3 (2019.7.1)
* 他のFirefoxのインスタンスからツリーがドラッグ&ドロップされた時に、ツリーをインポートするようにした
* `browser.tabs.insertAfterCurrent``true`の時でも、TST以外によって開かれた新しい空のタブの取り扱いの設定を可能な限り尊重するようにした
* サブパネルの高さを一定以下に制限するようにした
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.2.1",
"version": "3.1.3",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 3f7641f

Please sign in to comment.