浏览代码

Update to 2021.6.8

qontinuum 4 年之前
父节点
当前提交
df851669a6
共有 3 个文件被更改,包括 21 次插入9 次删除
  1. 4 5
      .SRCINFO
  2. 3 3
      PKGBUILD
  3. 14 1
      chromium-extension-privacybadger.changelog

+ 4 - 5
.SRCINFO

@@ -1,14 +1,13 @@
 pkgbase = chromium-extension-privacybadger
 pkgbase = chromium-extension-privacybadger
 	pkgdesc = Block third party tracking in your browser
 	pkgdesc = Block third party tracking in your browser
-	pkgver = 2021.2.2
-	pkgrel = 2
+	pkgver = 2021.6.8
+	pkgrel = 1
 	url = https://privacybadger.org/
 	url = https://privacybadger.org/
 	changelog = chromium-extension-privacybadger.changelog
 	changelog = chromium-extension-privacybadger.changelog
 	arch = any
 	arch = any
 	license = GPL3
 	license = GPL3
 	depends = chromium
 	depends = chromium
-	source = chromium-extension-privacybadger-2021.2.2.crx::https://www.eff.org/files/privacy_badger-2021.2.2.crx
-	b2sums = 85c06384f38db14984cf66395b01d5ec8e4c8982b788305f4bd45c1b0c6b7ea40c1cdd562cac850d0205c98bac3b6f7ae6ccd17f347f50d84a9c163bff197374
+	source = chromium-extension-privacybadger-2021.6.8.crx::https://www.eff.org/files/privacy_badger-2021.6.8.crx
+	b2sums = e5c6022e33a9374d6e759e61222bbd0781cb10428eba7228c5abffc0a978ad3258fb1dbc45db4908be6339342004c043e20eec08c6d2c40ceb9b58be3f17f8f3
 
 
 pkgname = chromium-extension-privacybadger
 pkgname = chromium-extension-privacybadger
-

+ 3 - 3
PKGBUILD

@@ -1,8 +1,8 @@
 # Maintainer: Qontinuum <qontinuum.dev@protonmail.ch>
 # Maintainer: Qontinuum <qontinuum.dev@protonmail.ch>
 
 
 pkgname='chromium-extension-privacybadger'
 pkgname='chromium-extension-privacybadger'
-pkgver=2021.2.2
-pkgrel=2
+pkgver=2021.6.8
+pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 pkgdesc="Block third party tracking in your browser"
 license=('GPL3')
 license=('GPL3')
 arch=('any')
 arch=('any')
@@ -10,7 +10,7 @@ url="https://privacybadger.org/"
 depends=('chromium')
 depends=('chromium')
 changelog=$pkgname.changelog
 changelog=$pkgname.changelog
 source=("$pkgname-$pkgver.crx::https://www.eff.org/files/privacy_badger-$pkgver.crx")
 source=("$pkgname-$pkgver.crx::https://www.eff.org/files/privacy_badger-$pkgver.crx")
-b2sums=('85c06384f38db14984cf66395b01d5ec8e4c8982b788305f4bd45c1b0c6b7ea40c1cdd562cac850d0205c98bac3b6f7ae6ccd17f347f50d84a9c163bff197374')
+b2sums=('e5c6022e33a9374d6e759e61222bbd0781cb10428eba7228c5abffc0a978ad3258fb1dbc45db4908be6339342004c043e20eec08c6d2c40ceb9b58be3f17f8f3')
 
 
 build() {
 build() {
     echo "{ \"external_crx\": \"/usr/share/$pkgname/$pkgname.crx\", \"external_version\": \"$pkgver\" }" > pkehgijcmpdhfbdbbnkijodmdjhbjlgp.json
     echo "{ \"external_crx\": \"/usr/share/$pkgname/$pkgname.crx\", \"external_version\": \"$pkgver\" }" > pkehgijcmpdhfbdbbnkijodmdjhbjlgp.json

+ 14 - 1
chromium-extension-privacybadger.changelog

@@ -1,6 +1,19 @@
 Privacy Badger Release Notes
 Privacy Badger Release Notes
 ============================
 ============================
 
 
+2021.6.8
+* Disabled Google's Federated Learning of Cohorts (FLoC). To learn more, visit
+https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea
+* Improved tracker detection and blocking by looking up known CNAME tracker
+aliases. Thanks to AdGuard for providing the CNAME DNS data behind this
+feature.
+* You can now see in the popup when first-party protections
+such as link unwrapping are active on the site you are on
+* Fixed various site breakages
+* Added Greek and Hungarian translations
+* Improved translations (Simplified Chinese, Esperanto, Hebrew, Korean,
+European Portuguese, Turkish, Swedish)
+
 2021.2.2
 2021.2.2
 * Added a dark theme. To see it, enable dark mode in operating system
 * Added a dark theme. To see it, enable dark mode in operating system
 or device preferences.
 or device preferences.
@@ -15,7 +28,7 @@ the list of widgets that were set to be always allowed on certain sites
 * Added a direct link to widget content to replacements for widgets like
 * Added a direct link to widget content to replacements for widgets like
 YouTube, Vimeo, SoundCloud and Spotify. You can click this link to watch
 YouTube, Vimeo, SoundCloud and Spotify. You can click this link to watch
 a video (for example) without sharing the page you are on with the video
 a video (for example) without sharing the page you are on with the video
-provider. You can also right-click the link to copy the link URL.
+provider.
 * Fixed "fbclid" tracking parameter removal on Facebook
 * Fixed "fbclid" tracking parameter removal on Facebook
 * Enabled Google Search link unwrapping on Firefox for Android
 * Enabled Google Search link unwrapping on Firefox for Android
 * Fixed various site breakages
 * Fixed various site breakages