From 869fbaa919d8d82cf145e92a9d56c9d32b63ae92 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Fri, 24 Mar 2023 19:58:00 +0900 Subject: [PATCH] Bump version to 3.9.15 --- 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 89c349d71..81d20adc3 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.9.15 (2023.3.24) * Never reload infinitely after tabs are detached from a regular window to a popup window (by [Popup window](https://addons.mozilla.org/firefox/addon/popup-window/) or someone). * New blank tabs reoepend with the container inherited from the active tab are activated correctly. * Increase heartbeat interval automatically between sidebars and the controller, to prevent unexpected disconnection on cases where very large number of tabs. This introduces a side effect: the toolbar button and the keyboard shortcut to toggle the sidbar visibility may requrie more delay when there are large number of tabs. diff --git a/history.ja.md b/history.ja.md index 65c1cb74a..337cf8d0c 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.9.15 (2023.3.24) * [Popup window](https://addons.mozilla.org/firefox/addon/popup-window/)などによって既存のタブがポップアップウィンドウに切り離された時に無限リロードに陥らないようにした * アクティブなタブのコンテナーを引き継ぐように開き直された新しい空のタブが、アクティブにならない問題を修正 * 大量のタブが開かれている場面でのサイドバーとコントローラーとの間の接続の意図しない切断を防ぐために、生存確認の間隔をタブの数に応じて増大するようにした(これによりツールバーボタンやキーボードショートカットによるサイドバーの表示・非表示切り替えにより大きな遅延が発生するようになる場合があります) diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 5f2b2aa13..ecf603a5a 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.14", + "version": "3.9.15", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [