From 26b85014cea0ebe993e20d33b6a6f5d640a8d792 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Fri, 10 Nov 2023 18:42:29 +0900 Subject: [PATCH] Bump version to 3.9.18 --- history.en.md | 1 + history.ja.md | 1 + webextensions/manifest.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 1a4f122d9..3f9b3ab34 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.9.18 (2023.11.10) * Add context menu commands and keyboard shortcut slots "Mute/Unmute this Tree" and "Mute/Unmute Descendants". * Increase default interval of the heartbeat between sidebar pages and the background page from 1sec to 5sec for less CPU usage. * Optimize performance of updating maximum tree level on situations with disabled animation. diff --git a/history.ja.md b/history.ja.md index 261cd4469..92f25e973 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.9.18 (2023.11.10) * コンテキストメニューの項目とキーボードショートカット設定用スロットに「ツリーをミュート/ミュート解除」「配下のタブをミュート/ミュート解除」を追加 * CPU使用率低減のため、サイドバーとバックグラウンドページの間の生存確認の通信を1秒間隔から5秒間隔に減らした * アニメーション効果が無効になっているときの、ツリーの最大の深さの再計算処理を最適化した diff --git a/webextensions/manifest.json b/webextensions/manifest.json index a8279d673..81e2f2261 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.17", + "version": "3.9.18", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [