From b2d2ff3afb10a0663690dab331036c06f675364f Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Fri, 8 Mar 2024 02:50:32 +0900 Subject: [PATCH] Bump version to 4.0.1 --- history.en.md | 2 ++ history.ja.md | 2 ++ webextensions/manifest.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 06937afe0..8dea24e84 100644 --- a/history.en.md +++ b/history.en.md @@ -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`. diff --git a/history.ja.md b/history.ja.md index 182593b6c..364ef7039 100644 --- a/history.ja.md +++ b/history.ja.md @@ -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`)の配下に置かれるようになりました diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 081cf21f3..7c752dd9c 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -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": [