diff --git a/doc/Changelog b/doc/Changelog index 2570b35c22..d1cb6b5a56 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,14 @@ Changes for Privacy Badger ==================================== +## 2019.2.19 +* Improved replacement widgets: + + Replaced the "play" icon with an "allow once" button to improve + accessibility and to make it more clear our widgets are interactive + + Made activation also activate any other widgets of the same type + + Updated the replacement for Vimeo to ignore background videos + + Set minimum dimensions to avoid becoming too small or hidden +* Fixed various site breakages + ## 2019.1.30 * Added replacement widgets for embedded Spotify, Streamable and Vimeo players. Privacy Badger can replace potentially useful third-party widgets diff --git a/src/manifest.json b/src/manifest.json index b13572f7a0..0d84c9719a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "2019.1.30", + "version": "2019.2.19", "author": { "email": "eff.software.projects@gmail.com" },