Skip to content

Commit

Permalink
Bump version to 4.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed May 20, 2024
1 parent 27f2cb6 commit 86d501e
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
- 4.0.15 (2024.5.21)
* Treat drag and drop of a parent tab to its descendant as a dragging of an individual tab and attach it to the drop position, even if the default action is configured to drag the whole tree. You can deactivate this behavior and prevent dropping of a parent tab to its descendant to turn the hidden option `moveSoloTabOnDropParentToDescendant` to `false`.
* Don't inherit container to an opened tab if it is opened by "Open in Container Tab" => "No Container" inin the native tab context menu.
* Never use `overflow` and `underflow` events to become compatible with Firefox 128 and later.
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
- 4.0.15 (2024.5.21)
* 親タブのドラッグ操作でツリー全体を移動するように設定している場合でも、親タブを子孫のタブにドラッグ&ドロップした際には個別のタブとしてドロップ位置に移動するようにした(従来のように子孫のタブの位置へのドロップを禁止するには、隠し設定の `moveSoloTabOnDropParentToDescendant``false` に設定してください)
* ネイティブのタブコンテキストメニューでの「新しいコンテナータブで開く」→「コンテナーなし」で開いたタブに誤って親タブのコンテナーが継承されていたのを修正
* Firefox 128以降との互換性のため、`overflow``underflow`イベントに依存しない実装に変更した
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.14",
"version": "4.0.15",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 86d501e

Please sign in to comment.