Skip to content

Commit 146b6a4

Browse files
committed
Bump version to 3.8.13
1 parent adbbdbe commit 146b6a4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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.8.13 (2021.10.3)
45
* Fix unexpectedly invisible children when a parent tab is restored and collapsed tabs are re-attached to the restored parent.
56
* Outdent tab via API correctly when a child tab is outdented to the root level with its descendants.
67
* Update `zh_CN` locale by [NightSharp](https://github.com/NightSharp). Thanks!

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.8.13 (2021.10.3)
45
* 閉じられた親タブを開き直して、折りたたまれた状態のタブが復元された親タブの配下に移動されたときに、それらのタブが見えない状態のままになっていたのを修正
56
* API経由でタブが1つ上の階層に移動されたときに、移動先が最上位階層の場合子孫タブが置き去りになっていたのを修正
67
* `zh_CN`ロケール更新(by [NightSharp](https://github.com/NightSharp), thanks!)

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

0 commit comments

Comments
 (0)