Skip to content

Commit b2d2ff3

Browse files
committed
Bump version to 4.0.1
1 parent 55ca584 commit b2d2ff3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

history.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# History
22

33
- master/HEAD
4+
- 4.0.1 (2024.3.8)
5+
* Tabs containing sticky tabs are kept expanded when another tree is expanded, even if those tabs are sticked via API.
46
- 4.0 (2024.3.7)
57
* Improved performance on cases with large number of tabs. Now tabs only in the viewport are rendered.
68
* Pinned tabs and unpinned (normal) tabs are now placed under separate container elements: `#pinned-tabs-container > .tabs.pinned` and `#normal-tabs-container > .virtual-scroll-container > .tabs.normal`.

history.ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 4.0.1 (2024.3.8)
5+
* API経由で貼り付けられたタブを含むツリーも、他のツリーの展開時に自動的には折りたたまないようにした
46
- 4.0 (2024.3.7)
57
* 多数のタブがある場合のパフォーマンスを向上(画面に見えている範囲内のタブのみレンダリングするようになりました)
68
* ピン留めされたタブとそうでない(通常の)タブは、それぞれ別々のコンテナー要素(`#pinned-tabs-container > .tabs.pinned` および `#normal-tabs-container > .virtual-scroll-container > .tabs.normal`)の配下に置かれるようになりました

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "4.0",
4+
"version": "4.0.1",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)