Skip to content

Commit d36ee83

Browse files
committed
Bump version to 4.0.19
1 parent 48311d8 commit d36ee83

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 4.0.19 (2024.6.24)
5+
* Defer scrolling to the successor active tab until the mouse pointer leaves from the sidebar area, if the successor is chosen by something feature like `browser.tabs.selectOwnerOnClose` out of the visible area. You can disable this behavior by setting `deferScrollingToOutOfViewportSuccessor` to `false`.
6+
* Activate explicitly specified successor tab if possible, after multiple tabs are moved across windows by drag-and-drop.
7+
* React to "Simulate Up/Down/Left/Right Key on Tree" keybaord shortcuts as tree available, even if the sidebar panel is opened in a separate window by [Tree Style Tab in Separate Window](https://addons.mozilla.org/firefox/addon/tst-in-separate-window/) or someone.
8+
* Add ability to control temporary state of group tabs opened by API.
9+
* Never insert extra contents to non-tab elements in non-target windows via API, if the target window is explicitly specified.
410
- 4.0.18 (2024.6.13)
511
* Add "Close Duplicated Tabs" context menu command to simulate the command of Firefox 127 and later.
612
* Change default shortcut to simulate arrow keys on tree for macOS: Alt-Shift-Uo/Down/Left/Right to MacCtrl-Shift-Uo/Down/Left/Right.

history.ja.md

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

33
- master/HEAD
4+
- 4.0.19 (2024.6.24)
5+
* `browser.tabs.selectOwnerOnClose` などの作用によって可視範囲外のタブがアクティブになったときに、マウスポインターがサイドバー領域から離れるまでは、アクティブなタブの位置までタブバーを自動スクロールする動作を遅延するようにした(この動作は `deferScrollingToOutOfViewportSuccessor``false` に設定することで無効化できます)
6+
* 複数のタブをウィンドウをまたいでドラッグ&ドロップで移動した後にどのタブをアクティブにするかについて、明示的に設定された情報を優先的に反映するようにした
7+
* [Tree Style Tab in Separate Window](https://addons.mozilla.org/firefox/addon/tst-in-separate-window/)などによってサイドバーパネルが別ウィンドウで開かれている場合にも、ツリー上での→/↓キー操作のショートカットを、ツリーが見えている場合の動作にするようにした
8+
* API経由でグループ化用のタブを開くときに、自動的に閉じる条件のチェックボックスの状態を制御できるようにした
9+
* 対象のウィンドウが明示されているときには、タブ以外の要素への追加のコンテンツを、対象ウィンドウ以外のウィンドウに反映しないようにした
410
- 4.0.18 (2024.6.13)
511
* Firefox 127以降のタブのコンテキストメニューの「重複タブを閉じる」コマンドと同等の機能をタブのコンテキストメニューに追加
612
* ツリー上での矢印キー操作に割り当てるmacOS向けの規定のショートカットをAlt-Shift-↑/↓/←/→からMacCtrl-Shift-↑/↓/←/→に変更

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

0 commit comments

Comments
 (0)