Skip to content

Commit

Permalink
Bump version to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 14, 2022
1 parent 6359a20 commit ba4eab8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# History

- master/HEAD
- 3.9.2 (2022.9.15)
* Fix hanging after a tree is moved across windows via drag and drop. (regression on 3.9.0)
* Keep tabs shifted when the mouse cursor moves onto the scrollbar.
* Becomes more safe for invalid value of distance to shift tabs for auto-shown scrollbar.
- 3.9.1 (2022.9.14)
* Fix incompatibility with user styles including `@media` and pseudo elements.
* Expose options for experts: shifting of tabs avoiding covered by the auto-shown scrollbar.
Expand Down
4 changes: 4 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 更新履歴

- master/HEAD
- 3.9.2 (2022.9.15)
* ウィンドウ間でツリーをドラッグ&ドロップした際にフリーズする場合があったのを修正(3.9.0での後退バグ)
* マウスカーソルがスクロールバーの上に乗っている間もタブをずらしたままにするようにした
* 自動で表示されるスクロールバーをよけるためのタブをずらす距離について、不正な値が指定された場合でも安全に動作するようにした
- 3.9.1 (2022.9.14)
* `@media`や擬似要素を含むユーザースタイルとの互換性の不具合を解消
* 自動表示されるスクロールバーをよけるためにタブをずらす動作の設定を上級者向けに公開
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.9.1",
"version": "3.9.2",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit ba4eab8

Please sign in to comment.