Skip to content

Commit

Permalink
Bump version to 3.5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 20, 2020
1 parent 4e1129b commit 34aaf8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# History

- master/HEAD
- 3.5.33 (2020.10.20)
* 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`.
* Add an expert option to insert new child tabs at the top or the end, when they are dropped onto a parent.
* Add some expert options to configure checkbox status of group tabs created for each context.
Expand Down
1 change: 1 addition & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 更新履歴

- master/HEAD
- 3.5.33 (2020.10.20)
* 子タブを開く位置を `browser.tabs.insertRelatedAfterCurrent`=`true` の時のFirefoxの動作と同様(直近に開いた子タブの隣、もしくは親タブの隣に開く)に明示的に設定する選択肢を追加
* 親タブ自身にタブをドロップした時の子タブの挿入位置を明示的に制御する上級者向け設定を追加
* 場合に応じて開かれるグループ化用のタブのチェックボックスの初期状態を設定する上級者向け設定を追加
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.5.32",
"version": "3.5.33",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 34aaf8e

Please sign in to comment.