Skip to content

Commit 8f0746f

Browse files
committed
Bump version to 3.1.8
1 parent 225aea4 commit 8f0746f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

history.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# History
22

33
- master/HEAD
4+
- 3.1.8 (2019.9.13)
45
* Optimize internal operations for better performance and less memory usage. (Some ideas are contributed by bb010g. Thanks!)
56
* Become more safe to accidental recursive references of tree structures.
67
* Reopen same site tab with the container inherited from the current tab correctly, when the tab is opened as a child of the current the.

history.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.1.8 (2019.9.13)
45
* パフォーマンス向上とメモリ消費抑制のために内部の処理を若干最適化した(bb010g氏の提案に基づく改善。ありがとうございます!)
56
* ツリー構造においてタブの循環参照が発生しにくくなるように対策を強化
67
* 現在のタブと同じサイトの子タブが開かれた時に、設定に従って現在のタブのコンテナーを継承した状態でタブを正しく開き直すようにした

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

0 commit comments

Comments
 (0)