From afa7baae9bbbd959dfaaeb27b51120a665eb92ce Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Tue, 29 Oct 2024 17:10:51 +0900 Subject: [PATCH] BUmp version to 4.0.24 --- history.en.md | 2 ++ history.ja.md | 2 ++ webextensions/manifest.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/history.en.md b/history.en.md index ea8f5380f..e79123ee8 100644 --- a/history.en.md +++ b/history.en.md @@ -1,6 +1,8 @@ # History - master/HEAD + - 4.0.24 (2024.10.29) + * 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 mostcases there is no need to store effective favicon URLs. On required cases, only hashed strings are stored instead of raw URLs. - 4.0.23 (2024.9.11) * Remove dependencies to CSS2 system colors deprecated at letely versions of Firefox. * Set `text/plain` drag data for shift-dragged tabs. Now you can drop tree items to any text input area. diff --git a/history.ja.md b/history.ja.md index 41ede933a..6c563baef 100644 --- a/history.ja.md +++ b/history.ja.md @@ -1,6 +1,8 @@ # 更新履歴 - master/HEAD + - 4.0.24 (2024.10.29) + * ユーザーのプライバシー保護のため、不要な場面でタブのURLを保存しないようにした(タブごとに有効なfaviconのURLを保持してタブと関連付けるためにだけ使われており、どこかに送信するということは元々ありませんでしたが、現在のWebExtensions APIではfaviconのURLは多くの場合でdata: URIとして通知されるようになっており、保持する必要自体もないため、ほとんどの場合ではURLを保存しなくなりました。また、有効なfaviconのURLを関連付ける必要がある場合も、生のURLではなくハッシュ化した文字列のみを保持するようになりました。) - 4.0.23 (2024.9.11) * 最近のバージョンで廃止されたCSS2のシステムカラーを使わないようにした * Shift-ドラッグ時のタブのドラッグデータに`text/plain`型の表現を加え、任意のテキスト入力欄へドロップできるようにした diff --git a/webextensions/manifest.json b/webextensions/manifest.json index 0b94c525f..be6587afe 100644 --- a/webextensions/manifest.json +++ b/webextensions/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "4.0.23", + "version": "4.0.24", "author": "YUKI \"Piro\" Hiroshi", "description": "__MSG_extensionDescription__", "permissions": [