Skip to content

Commit 565bba7

Browse files
committed
Bump version to 3.5.34
1 parent 152ef41 commit 565bba7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

history.en.md

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

33
- master/HEAD
4+
- 3.5.34 (2020.10.22)
5+
* Create group for tabs opened from a pinned tab correctly, even if "no control" is chosen for the insertion position of new child tabs. (regression on 3.5.33)
46
- 3.5.33 (2020.10.20)
57
* Add an explicit choice to open new child tabs at the position next to the recently opened child or the opener parent tab, like Firefox does with the preference `browser.tabs.insertRelatedAfterCurrent`=`true`.
68
* Add an expert option to insert new child tabs at the top or the end, when they are dropped onto a parent.

history.ja.md

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

33
- master/HEAD
4+
- 3.5.34 (2020.10.22)
5+
* 子タブを開く位置を制御しない設定の時に、ピン留めされたタブから開かれた子タブがグループされなくなっていたのを修正(3.5.33での後退バグ)
46
- 3.5.33 (2020.10.20)
57
* 子タブを開く位置を `browser.tabs.insertRelatedAfterCurrent`=`true` の時のFirefoxの動作と同様(直近に開いた子タブの隣、もしくは親タブの隣に開く)に明示的に設定する選択肢を追加
68
* 親タブ自身にタブをドロップした時の子タブの挿入位置を明示的に制御する上級者向け設定を追加

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

0 commit comments

Comments
 (0)