Skip to content

Commit ceaf395

Browse files
committed
Bump version to 3.9.19
1 parent 8982416 commit ceaf395

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

history.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# History
22

33
- master/HEAD
4+
- 3.9.19 (2023.11.20)
45
* Don't reopen tabs with URL unopenable with addon's permission (local file, about: URL and so on) even for container inheritance.
56
* Deactivate "Open in New Container Tab" context menu command for tabs with unreopenable URL.
67
* Use icon color same to Firefox 120.

history.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.9.19 (2023.11.20)
45
* 安全のため、ローカルファイルやabout:ページのようにアドオンの権限で開けないURLを持つタブは、コンテナー継承のためであっても開き直さないようにした
56
* アドオンの権限で開けないURLを持つタブに対しては、コンテキストメニューの「新しいコンテナータブで開く」を無効化するようにした
67
* アイコンの表示色をFirefox 120自身の配色に合わせた

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "3.9.18",
4+
"version": "3.9.19",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)