This is an automated email from the git hooks/post-receive script.
alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere.
commit 41a2f3939f97db80f32ae060e940fc6687cd5f23 Author: zoracon alexis@eff.org AuthorDate: Tue May 24 16:13:12 2022 -0700
Release: 2022.5.24 --- chromium/manifest.json | 2 +- src/Changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/chromium/manifest.json b/chromium/manifest.json index 5e8d679075..5a1ee70471 100644 --- a/chromium/manifest.json +++ b/chromium/manifest.json @@ -56,7 +56,7 @@ "*://*/*", "ftp://*/*" ], - "version": "2021.7.13", + "version": "2022.5.24", "web_accessible_resources": [ "/pages/cancel/index.html" ] diff --git a/src/Changelog b/src/Changelog index 8a28fdfff3..db2f228f30 100644 --- a/src/Changelog +++ b/src/Changelog @@ -1,3 +1,8 @@ +2022.5.24 +* Improved EASE mode prompt +* Add background tab on install or update to educate users on HTTPS only mode features in their browsers +* Updated dependencies + 2021.7.13 * Amend Incognito Key for Chrome and Firefox #20092 * Fix unexpected arithmetic operations on strings #20043