From 16d08613f32de564f4976a7e1037aae49612ead1 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 18 Jan 2024 04:19:54 +0900 Subject: [PATCH] Bump version to 3.9.20 --- history.en.md | 9 +++++++++ history.ja.md | 9 +++++++++ webextensions/manifest.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index 400751434..88892044a 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,15 @@ # History - master/HEAD + - 3.9.20 (2024.1.18) + * Drop support of Firefox older than 115. + * Restructure options about new tab position control, to reduce overlapped effects of multiple options. Now you can choose "open tab as a first/last child" for each option directly. + * Expose expert options to control behavior of new tabs opened from links and the "New Tab" command in the simulated tab context menu. + * Use on-memory storage for the cache of sidebar contents, to prevent broating of Firefox's session file. This means that inititalization on the browser startup takes more time, and you can take the old behavior back by a new advanced option. + * Guess tabs opened by the "New Tab" command more certainly. + * Suppress too much RAM usage problem with some themes with animations. (See also the [bug 1875100](https://bugzilla.mozilla.org/show_bug.cgi?id=1875100).) + * Store device ID more safely for the simulated Sync feature. + * Update `zh_CN` locale by [NightSharp](https://github.com/NightSharp). Thanks! - 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. diff --git a/history.ja.md b/history.ja.md index e069e749e..b921b4f6a 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,15 @@ # 更新履歴 - master/HEAD + - 3.9.20 (2024.1.18) + * Firefox 115より古いバージョンへの対応を終了 + * 新しくタブを開く位置の制御に関する設定を整理し、効果が重複するオプション同士の関係を考えなくてもよいようにした(タブを開く位置の制御の選択肢の時点で「最初の子タブとして開く」「最後の子タブとして開く」といった選択を可能にした) + * リンクから開かれた子タブおよびコンテキストメニューの「新しいタブ」コマンドで開かれたタブの取り扱いの設定をUI上で変更できるようにした + * Firefoxのセッションファイルの肥大化を防ぐために、サイドバーの内容のキャッシュを揮発性のRAM上にのみ保持するようにした(副作用としてブラウザーの起動時などの初期化処理に時間がかかるようになった恐れがあるため、従来の挙動に戻すための設定も追加済み) + * 「新しいタブ」コマンドで開かれたタブの検出をより確実にした + * アニメーションを含むテーマを使用している時のRAM使用量増大の問題に対処した(詳しくは[bug 1875100](https://bugzilla.mozilla.org/show_bug.cgi?id=1875100)を参照) + * Syncのシミュレート機能において、デバイス毎の識別子をより安全に保持するようにした + * `zh_CN`ロケール更新(by [NightSharp](https://github.com/NightSharp), thanks!) - 3.9.19 (2023.11.20) * ローカルファイルやabout:ページのようにアドオンの権限で開けないURLを持つタブは、コンテナー継承のためであっても開き直さないようにした * アドオンの権限で開けないURLを持つタブに対しては、コンテキストメニューの「新しいコンテナータブで開く」を無効化するようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 711588512..15c6862ce 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "3.9.19", + "version": "3.9.20", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [