diff --git a/history.en.md b/history.en.md index 01e001129..400751434 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.9.19 (2023.11.20) * Don't reopen tabs with URL unopenable with addon's permission (local file, about: URL and so on) even for container inheritance. * Deactivate "Open in New Container Tab" context menu command for tabs with unreopenable URL. * Use icon color same to Firefox 120. diff --git a/history.ja.md b/history.ja.md index 46cc4184a..86a18ec2e 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.9.19 (2023.11.20) * 安全のため、ローカルファイルやabout:ページのようにアドオンの権限で開けないURLを持つタブは、コンテナー継承のためであっても開き直さないようにした * アドオンの権限で開けないURLを持つタブに対しては、コンテキストメニューの「新しいコンテナータブで開く」を無効化するようにした * アイコンの表示色をFirefox 120自身の配色に合わせた diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 81e2f2261..c1b57f026 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.18", + "version": "3.9.19", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [