From 73ac696c32008f6edf333f30f7388061e2492343 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Wed, 12 Oct 2022 03:10:14 +0900 Subject: [PATCH] Bump version to 3.9.6 --- 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 ff834f7cd..6a8da526d 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,7 @@ # History - master/HEAD + - 3.9.6 (2022.10.12) * Fix invisible icons on desktop notifications and the startup page (regression on 3.9.4) * Use more visible color for scrollbar thumb on some theme including "Dark". * Add a new expert choice for new child tab from existing tab: simulating Firefox's default behavior `browser.tabs.insertRelatedAfterCurrent`=`true`. diff --git a/history.ja.md b/history.ja.md index 1d3e6de04..e32e496d3 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,7 @@ # 更新履歴 - master/HEAD + - 3.9.6 (2022.10.12) * デスクトップ通知と初回起動時の通知ページのアイコンが見えなくなっていたのを修正(3.9.4での後退バグ) * 「Dark」を含むいくつかのテーマにおいて、スクロールバーのつまみをより見やすい色で表示するようにした * 上級者向けに、既存のタブから開かれた新しい子タブの取り扱いの選択肢について、`browser.tabs.insertRelatedAfterCurrent`=`true`の時のFirefox既定の動作に合わせる動作を追加 diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 8134f2de2..1f4c35578 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.5", + "version": "3.9.6", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [