Skip to content

Commit

Permalink
Bump version to 3.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed May 1, 2022
1 parent c620a70 commit 91c9c57
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.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)
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.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)
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.8.22",
"version": "3.8.23",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit 91c9c57

Please sign in to comment.