Skip to content

Commit

Permalink
Bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Mar 7, 2024
1 parent 55ca584 commit b2d2ff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# History

- master/HEAD
- 4.0.1 (2024.3.8)
* Tabs containing sticky tabs are kept expanded when another tree is expanded, even if those tabs are sticked via API.
- 4.0 (2024.3.7)
* Improved performance on cases with large number of tabs. Now tabs only in the viewport are rendered.
* 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`.
Expand Down
2 changes: 2 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 更新履歴

- master/HEAD
- 4.0.1 (2024.3.8)
* API経由で貼り付けられたタブを含むツリーも、他のツリーの展開時に自動的には折りたたまないようにした
- 4.0 (2024.3.7)
* 多数のタブがある場合のパフォーマンスを向上(画面に見えている範囲内のタブのみレンダリングするようになりました)
* ピン留めされたタブとそうでない(通常の)タブは、それぞれ別々のコンテナー要素(`#pinned-tabs-container > .tabs.pinned` および `#normal-tabs-container > .virtual-scroll-container > .tabs.normal`)の配下に置かれるようになりました
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",
"version": "4.0.1",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit b2d2ff3

Please sign in to comment.