Skip to content

Commit

Permalink
Add news topic
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 29, 2024
1 parent 0d809b8 commit 0887608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions history.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- 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.
* Never cache tree of private windows, to save user privacy.
- 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.
Expand Down
1 change: 1 addition & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- 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`型の表現を加え、任意のテキスト入力欄へドロップできるようにした
Expand Down

0 comments on commit 0887608

Please sign in to comment.