Skip to content

Commit a859f13

Browse files
committed
Bump version to 3.0.17
1 parent 93c9bd8 commit a859f13

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+
- 3.0.17 (2019.6.7)
5+
* Apply updated tab properties to sidebar tabs more correctly. (regression on 3.0.16)
6+
* Update `de` locale by SammysHP. Thanks!
47
- 3.0.16 (2019.6.7)
58
* Auto-group children of a tab with a temporary group tab, when it is going to be pinned.
69
* Bundle a pinned tab with a group tab for children of the pinned tab more tightly, and highlight (and treat similar to active) each other when one of them is active.

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+
- 3.0.17 (2019.6.7)
5+
* タブの更新内容がサイドバー上のタブに正しく反映されない場合があったのを修正(3.0.16での後退バグ)
6+
* `de`ロケール更新(by SammysHP, thanks!)
47
- 3.0.16 (2019.6.7)
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": "3.0.16",
4+
"version": "3.0.17",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)