Skip to content

Commit ba1f91c

Browse files
committed
Bump version to 2.1.2
1 parent be0e667 commit ba1f91c

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 2.1.2 (2017.11.12)
5+
* Keep tabs indented after deep level tab is closed. (regression)
6+
* Link to instruction to migrate session information.
47
- 2.1.1 (2017.11.11)
58
* Optimize animation to collapse/expand tree.
69
* Collapse other auto-expanded tree when new tree is created. (regression)

history.ja.md

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

33
- master/HEAD
4+
- 2.1.2 (2017.11.12)
5+
* 深いレベルのタブを閉じた後にツリーのインデントが失われる問題を修正(後退バグ)
6+
* セッション情報の移行手順への誘導を追加
47
- 2.1.1 (2017.11.11)
58
* ツリー開閉時のアニメーション効果を最適化
69
* 新しいツリーを形成したとき、設定に従わず他のツリーが展開されたままになっていたのを修正(後退バグ)

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

0 commit comments

Comments
 (0)