From 22e1b9735d07d60f1765e24fdca35c28c2a2ec28 Mon Sep 17 00:00:00 2001 From: Alexei Date: Mon, 1 Jul 2019 14:05:20 -0400 Subject: [PATCH] Update changelog; bump version to 2019.7.1 --- doc/Changelog | 13 +++++++++++++ src/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index d1cb6b5a56..06eb01cc49 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,18 @@ Changes for Privacy Badger ==================================== +## 2019.7.1 +* Added cookie pixel sharing detection. Privacy Badger now records +tracking by images with querystrings that contain first-party cookie data. +This catches Google Analytics. +* Removed display of non-tracking domains from the popup by default. Hiding +domains that Privacy Badger does not consider to be tracking should reduce +self-inflicted Web breakage. +* Enabled Facebook link unwrapping on messenger.com +* Fixed various site breakages +* Added Catalan translations +* Improved translations (Bulgarian, Traditional Chinese, Persian, +Brazilian Portuguese, European Portuguese, Swedish, Ukrainian) + ## 2019.2.19 * Improved replacement widgets: + Replaced the "play" icon with an "allow once" button to improve diff --git a/src/manifest.json b/src/manifest.json index cececadfa6..7eaf6dd475 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "2019.2.19", + "version": "2019.7.1", "author": { "email": "eff.software.projects@gmail.com" },