Skip to content

Commit a0e7ce6

Browse files
committed
Bump version to 4.0.25
1 parent 6503b60 commit a0e7ce6

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

history.en.md

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

33
- master/HEAD
4+
- 4.0.25 (2024.11.11)
5+
* Fix disability of `get-tree` API for other addons and disability of tree view in group tabs. (regression at 4.0.24)
46
- 4.0.24 (2024.10.29)
57
* Never store raw URL of tabs to save user privacy. Tab URLs were stored just to associate effective favicon URLs with tabs (so they were not sent to anywhere), but today, favicon URLs are exposed to addons as data: URIs and on most cases there is no need to store effective favicon URLs. On required cases, only hashed strings are stored instead of raw URLs.
68
* Never cache tree of private windows, to save user privacy.

history.ja.md

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

33
- master/HEAD
4+
- 4.0.25 (2024.11.11)
5+
* 他のアドオン向けの`get-tree`APIおよびグループ化用タブのツリー表示が機能しなくなっていたのを修正(4.0.24での後退バグ)
46
- 4.0.24 (2024.10.29)
57
* ユーザーのプライバシー保護のため、不要な場面でタブのURLを保存しないようにした(タブごとに有効なfaviconのURLを保持してタブと関連付けるためにだけ使われており、どこかに送信するということは元々ありませんでしたが、現在のWebExtensions APIではfaviconのURLは多くの場合でdata: URIとして通知されるようになっており、保持する必要自体もないため、ほとんどの場合ではURLを保存しなくなりました。また、有効なfaviconのURLを関連付ける必要がある場合も、生のURLではなくハッシュ化した文字列のみを保持するようになりました。)
68
* ユーザーのプライバシー保護のため、プライベートウィンドウのツリー構造のキャッシュを保持しないように↓

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": "4.0.24",
4+
"version": "4.0.25",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)