Skip to content

Commit

Permalink
Bump version to 4.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2024
1 parent d4a5f8a commit c21d00c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# History

- master/HEAD
- 4.0.20 (2024.6.28)
* Fix initialization failure from unhandled IndexedDB errors.
- 4.0.19 (2024.6.24)
* 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`.
* Activate explicitly specified successor tab if possible, after multiple tabs are moved across windows by drag-and-drop.
Expand Down
2 changes: 2 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 更新履歴

- master/HEAD
- 4.0.20 (2024.6.28)
* IndexedDBのエラーが原因で初期化に失敗する場合があったのを修正
- 4.0.19 (2024.6.24)
* `browser.tabs.selectOwnerOnClose` などの作用によって可視範囲外のタブがアクティブになったときに、マウスポインターがサイドバー領域から離れるまでは、アクティブなタブの位置までタブバーを自動スクロールする動作を遅延するようにした(この動作は `deferScrollingToOutOfViewportSuccessor``false` に設定することで無効化できます)
* 複数のタブをウィンドウをまたいでドラッグ&ドロップで移動した後にどのタブをアクティブにするかについて、明示的に設定された情報を優先的に反映するようにした
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": "4.0.19",
"version": "4.0.20",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit c21d00c

Please sign in to comment.