diff --git a/history.en.md b/history.en.md index 68d1a1e8a..d6775c790 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.8.23 (2022.5.1) * Introduce a workaround of problems around wrong coordinates of `dragend` events on Firefox 99 and later (the [bug 1767165](https://bugzilla.mozilla.org/show_bug.cgi?id=1767165)). It reduces unexpected detaching of tabs especially on a rightside placed sidebar. This workaround can be disabled by unchecking `enableWorkaroundForBug1767165_fixDragEndCoordinates` via TST Options - "Development" - "All Configs". - 3.8.22 (2022.4.22) * [Now you can search bookmark folder items incrementally by key inputs, on the bookmarks folder chooser UI.](https://github.com/piroor/treestyletab/issues/3077) diff --git a/history.ja.md b/history.ja.md index 8dd6a504c..261c98fdd 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.8.23 (2022.5.1) * Firefox 99以降のバージョンで`dragend`イベントの座標がおかしくなる問題([bug 1767165](https://bugzilla.mozilla.org/show_bug.cgi?id=1767165))への回避策を導入し、サイドバーを右側に置いている場合にタブが意図せず切り離されて画面外に配置されてしまう事態が発生しにくくなるようにした(この回避策を無効化するには、TSTの設定の「開発者向け」-「すべての設定」で`enableWorkaroundForBug1767165_fixDragEndCoordinates`のチェックを外して下さい) - 3.8.22 (2022.4.22) * [ブックマークフォルダーの選択用UIにおいて、連続したキー入力による項目のインクリメンタルサーチに対応](https://github.com/piroor/treestyletab/issues/3077) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 69b3c4e7c..28f7fcad3 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.8.22", + "version": "3.8.23", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [