Skip to content

Commit 3fb0c60

Browse files
committed
Update changelog; bump version to 2024.6.14
1 parent f51d3e1 commit 3fb0c60

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

doc/Changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Privacy Badger Release Notes
22
============================
33

4+
2024.6.14
5+
* Added a note to Privacy Badger's popup on YouTube.
6+
YouTube not loading? Ads not blocked? Visit the FAQ at
7+
https://privacybadger.org/#Is-Privacy-Badger-breaking-YouTube
8+
* Drastically improved Privacy Badger's loading on Chrome startup
9+
when Chrome is set to reopen previously opened tabs
10+
* Fixed Privacy Badger forgetting your settings on startup (by retrying
11+
reading from extension storage when reading fails for whatever reason)
12+
* Fixed various site breakages
13+
* Improved translations (Traditional Chinese, Esperanto, Polish)
14+
415
2024.6.3
516
Bug fix update to hide the "Privacy Badger failed to initialize"
617
error when it no longer applies

release-utils/updates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
33
<app appid='pndeehedbocjngdnjjahhbinfdpnjpbn'>
4-
<updatecheck codebase='http://localhost:9999/privacy-badger.crx' version='2024.6.3' />
4+
<updatecheck codebase='http://localhost:9999/privacy-badger.crx' version='2024.6.14' />
55
</app>
66
</gupdate>

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2024.6.3",
2+
"version": "2024.6.14",
33
"author": {
44
"email": "eff.software.projects@gmail.com"
55
},

0 commit comments

Comments
 (0)