Skip to content

Commit

Permalink
Bump version to 3.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 17, 2024
1 parent 668e854 commit 16d0861
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 9 additions & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -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を持つタブに対しては、コンテキストメニューの「新しいコンテナータブで開く」を無効化するようにした
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 16d0861

Please sign in to comment.