chromium-extension-privacybadger.changelog 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. Privacy Badger Release Notes
  2. ============================
  3. 2021.6.8
  4. * Disabled Google's Federated Learning of Cohorts (FLoC). To learn more, visit
  5. https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea
  6. * Improved tracker detection and blocking by looking up known CNAME tracker
  7. aliases. Thanks to AdGuard for providing the CNAME DNS data behind this
  8. feature.
  9. * You can now see in the popup when first-party protections
  10. such as link unwrapping are active on the site you are on
  11. * Fixed various site breakages
  12. * Added Greek and Hungarian translations
  13. * Improved translations (Simplified Chinese, Esperanto, Hebrew, Korean,
  14. European Portuguese, Turkish, Swedish)
  15. 2021.2.2
  16. * Added a dark theme. To see it, enable dark mode in operating system
  17. or device preferences.
  18. * Added a section to the Widget Replacement tab on the options page to manage
  19. the list of widgets that were set to be always allowed on certain sites
  20. * Disabled network prefetching/preloading to improve privacy
  21. * Added replacements for Dailymotion and OK.ru video player widgets
  22. * Fixed various site breakages
  23. * Improved translations (Simplified Chinese, Czech, French, Hebrew)
  24. 2020.12.10
  25. * Added a direct link to widget content to replacements for widgets like
  26. YouTube, Vimeo, SoundCloud and Spotify. You can click this link to watch
  27. a video (for example) without sharing the page you are on with the video
  28. provider.
  29. * Fixed "fbclid" tracking parameter removal on Facebook
  30. * Enabled Google Search link unwrapping on Firefox for Android
  31. * Fixed various site breakages
  32. * Improved translations (Dutch, Esperanto, French, German, Hebrew, Polish,
  33. Russian, Swedish, Turkish, Ukrainian)
  34. 2020.10.7
  35. * Disabled learning (by default) to address privacy concerns.
  36. Visit https://www.eff.org/badger-evolution to learn more.
  37. * Added support for Global Privacy Control, a new specification that
  38. lets you tell companies you'd like to opt out of data sharing and selling.
  39. Visit https://globalprivacycontrol.org/ to learn more.
  40. * Added a section to the options page to display the browser settings
  41. that Privacy Badger overrides for privacy reasons
  42. * Fixed various site breakages
  43. * Improved translations (Simplified Chinese, Dutch, Finnish, Hebrew, Italian,
  44. Russian, Spanish, Ukrainian)
  45. 2020.8.25
  46. * Added a button to widget replacements to always allow a widget on a site
  47. * Improved scrolling of tracking domains on the options page
  48. * Fixed various site breakages
  49. * Improved translations (Simplified Chinese, Traditional Chinese, Esperanto,
  50. Finnish, French, Polish, Brazilian Portuguese, Russian, Spanish, Swedish)
  51. 2020.7.21
  52. * Improved broken site reporting screen in the popup
  53. * Refreshed the look of options page tabs
  54. * Fixed various site breakages
  55. * Improved translations (Simplified Chinese, Danish, European Portuguese,
  56. Spanish, Turkish)
  57. 2020.6.29
  58. * Added replacement placeholder for Disqus comments widgets
  59. * Fixed domain sliders on the options page not saving in some cases
  60. * Fixed slider changes on the options page resetting the list of domains,
  61. causing you to lose your place if you were scrolled down
  62. * Fixed domain slider tooltip display
  63. * Re-enabled custom tooltips in Firefox
  64. * Fixed various site breakages
  65. * Improved translations (Esperanto, Hebrew, Ukrainian)
  66. 2020.6.2
  67. * Added replacement placeholders for Facebook Comments/Video and Twitch Player
  68. * Removed Twitter link unwrapping. We are unable to unwrap t.co links
  69. on Twitter at this time, as the original URL is no longer present
  70. in the Twitter website's document structure.
  71. * Fixed various site breakages
  72. * Improved translations (Hebrew, Polish, Swedish)
  73. 2020.5.12
  74. * Made buttons in the popup easier to see and click (or tap, on Firefox for
  75. Android)
  76. * Added a replacement placeholder widget for Google reCAPTCHA
  77. * Fixed various site breakages
  78. * Improved translations (Simplified Chinese, Dutch, Finnish, French, German,
  79. Hebrew, Italian, Brazilian Portuguese, Spanish, Swedish, Turkish)
  80. 2020.2.19
  81. * Added website breakage warnings, shown in the popup when you block a domain
  82. known to break websites
  83. * Removed pixel cookie sharing detection pending security fixes
  84. * Fixed various site breakages
  85. * Improved translations (Catalan, Simplified Chinese, Danish, Dutch, German,
  86. Russian)
  87. 2020.1.13
  88. * Fixed bug that sometimes loses pre-trained data for new users
  89. * Fixed various site breakages
  90. 2020.1.7.1
  91. * Added helpful text to popup on disabled sites
  92. * Fixed display issues in popup on smaller displays
  93. * Fixed Facebook link unwrapping on messenger.com
  94. * Fixed some cookies getting incorrectly flagged as high entropy
  95. * Fixed various site breakages
  96. * Improved translations (Simplified Chinese, Traditional Chinese, French,
  97. Hebrew, Italian, Korean, Russian, Spanish, Swedish, Ukrainian)
  98. 2019.11.18
  99. * Improved display of domains Privacy Badger hasn't yet learned to block
  100. * Fixed export/import of the WebRTC protection setting
  101. * Fixed certain YouTube ("video unavailable"), Vimeo ("Because of its privacy
  102. settings, this video cannot be played here"), and other video players
  103. by revising referrer protection for "cookieblocked" domains
  104. * Fixed various other site breakages
  105. * Added Korean translations
  106. * Improved translations (Finnish, French, Hebrew, Swedish)
  107. 2019.10.28
  108. * Refreshed the popup with a higher-contrast look
  109. * Widget placeholders will no longer be applied for domains on the yellowlist.
  110. The value of widget placeholders is full blocking (best privacy) combined with
  111. a clear way to restore potentially useful blocked content (convenience).
  112. Mixing cookie blocking and placeholders doesn't actually improve privacy or
  113. convenience but does introduce various bugs.
  114. * Added a replacement placeholder for YouTube (disabled by default as youtube.com
  115. is still on the yellowlist for now)
  116. * Added the Widget Replacement tab to the options page to manage widgets that
  117. do get blocked and replaced with Privacy Badger placeholders. Visit Widget
  118. Replacement to selectively disable placeholders. For example, you want social
  119. buttons out of your life completely.
  120. * Fixed various site breakages
  121. * Added Hebrew translations
  122. * Improved translations (Italian, Russian, Ukrainian)
  123. 2019.10.8
  124. * Fixed image/video thumbnails in Google search results
  125. * Fixed various other site breakages
  126. * Removed the green "0" tracker count badge.
  127. No need to draw attention when there is nothing to show.
  128. * Improved translations (Simplified Chinese, Ukrainian)
  129. 2019.9.23
  130. * Added helpful text to popup on special browser pages like the New Tab page
  131. * Fixed pixel cookie sharing detection being broken by First-Party Isolation
  132. in Firefox
  133. * Fixed major issues with Service Workers-powered sites like Gmail and Twitter
  134. * Fixed various other site breakages
  135. * Improved translations (Simplified Chinese, French, Spanish, Swedish,
  136. Turkish, Ukrainian)
  137. 2019.7.1
  138. * Added pixel cookie sharing detection. Privacy Badger now records
  139. tracking by images with querystrings that contain first-party cookie data.
  140. This catches Google Analytics.
  141. * Removed display of non-tracking domains from the popup by default.
  142. Hiding domains that Privacy Badger does not consider to be tracking
  143. should reduce self-inflicted Web breakage.
  144. * Enabled Facebook link unwrapping on messenger.com
  145. * Fixed various site breakages
  146. * Added Catalan translations
  147. * Improved translations (Bulgarian, Traditional Chinese, Persian,
  148. Brazilian Portuguese, European Portuguese, Swedish, Ukrainian)
  149. 2019.2.19
  150. * Improved replacement widgets:
  151. - Replaced the "play" icon with an "allow once" button to improve
  152. accessibility and to make it more clear our widgets are interactive
  153. - Made activation also activate any other widgets of the same type
  154. - Updated the replacement for Vimeo to ignore background videos
  155. - Set minimum dimensions to avoid becoming too small or hidden
  156. * Fixed various site breakages
  157. 2019.1.30
  158. * Added replacement widgets for embedded Spotify, Streamable and Vimeo
  159. players. Privacy Badger can replace potentially useful third-party widgets
  160. with placeholders. This avoids on-by-default tracking while providing a clear
  161. way to restore the original widget on demand.
  162. * Fixed various site breakages
  163. * Added Arabic and European Portuguese translations
  164. * Improved translations (Traditional Chinese, Czech, German, Persian, Swedish,
  165. Turkish)
  166. 2018.12.17
  167. * Fixed major Privacy Badger breakages in Chrome 72+
  168. * Fixed various site breakages
  169. * Improved translations (Simplified Chinese, Spanish, Turkish)
  170. 2018.12.5
  171. * Added a Share button to the popup. This lets you easily copy and paste
  172. Badger's findings on any page.
  173. * Updated link protection to work on all Google Search country domains
  174. * Updated link protection on Facebook to remove the new "fbclid" tracking
  175. parameter
  176. * Added support for enterprise/admin/group policy settings overrides. This
  177. lets administrators preconfigure Privacy Badger installations. For more
  178. information, please visit
  179. https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md
  180. * Fixed various bugs with local storage protection for "cookieblocked" (slider
  181. set to "yellow") domains
  182. * Made the options page work better on small and on large displays
  183. * Fixed various site breakages
  184. * Improved translations (Simplified Chinese, Dutch, Esperanto, Finnish,
  185. German, Italian, Persian, Polish, Spanish, Swedish)
  186. 2018.10.3.1
  187. * Fixed style problems with Google Search results
  188. * Fixed the setting to open results in new browser windows on Google Search
  189. 2018.10.3
  190. * Added protection against outgoing link click tracking on Google Search,
  191. Google Docs and Google Hangouts
  192. * Fixed various site breakages
  193. * Added Finnish translations
  194. * Improved translations (Simplified Chinese)
  195. 2018.9.20
  196. * Added buttons to back up and restore the disabled sites list using
  197. Firefox/Google Sync. The new buttons live under the Manage Data tab
  198. on the options page.
  199. * Added saving of in-progress error reports so that you no longer lose
  200. your typing when you close the popup for whatever reason
  201. * Fixed popup layout problems when opened in the overflow menu in Firefox
  202. * Updated popup and options to use a higher resolution Badger logo on higher
  203. pixel density displays
  204. * Fixed problems with broken fonts and images on Google Docs
  205. * Improved translations (Traditional Chinese, French, German,
  206. Brazilian Portuguese, Russian, Spanish, Swedish, Turkish)
  207. 2018.8.22
  208. * Added pre-trained tracker data for new Privacy Badger installations.
  209. Visit www.eff.org/badger-pretraining to learn more.
  210. * Added reset/clear tracker data buttons to the Manage Data options page tab
  211. * Fixed various site breakages
  212. * Added Persian and Brazilian Portuguese translations
  213. * Improved translations (Simplified Chinese, Danish, Esperanto, French,
  214. German, Italian, Norwegian Bokmål, Spanish, Swedish)
  215. 2018.8.1
  216. * Fixed security issues with HTML5 local storage tracking detection as well as
  217. SoundCloud widget replacement. Thanks again to Cure53 for discovering and
  218. reporting these vulnerabilities.
  219. * Improved Facebook link unwrapping; now enabled on the Facebook Onion domain
  220. * Improved translations (Italian, Norwegian Bokmål, Swedish, Ukrainian)
  221. 2018.7.18.1
  222. * Added setting to disable sending Do Not Track to websites
  223. * Fixed security issue with link unwrapping on Facebook. Thanks to Cure53 for
  224. discovering and reporting this vulnerability.
  225. * Improved ordering of domain names in the popup and on the options page
  226. * Improved handling of disabled sites with wildcards
  227. * Added t.co link replacement to user profiles on Twitter
  228. * Linked to EFF software privacy policy from the new user welcome page
  229. * Updated to latest dummy Google Tag Manager script from uBlock Origin
  230. to avoid "failed to redirect a network request" warnings in Chrome
  231. * Fixed various site breakages
  232. * Improved translations (Simplified Chinese, Dutch, Esperanto, German,
  233. Russian, Swedish, Turkish)
  234. 2018.5.10
  235. * Added protection against outgoing link click tracking on Facebook
  236. * Updated WebRTC protection to revert to browser default (off) when disabled
  237. * Fixed popup in the Italian locale in Chrome
  238. * Updated to latest dummy Google Analytics script from uBlock Origin
  239. to avoid "failed to redirect a network request" warnings in Chrome
  240. * Fixed various site breakages
  241. * Improved translations (Traditional Chinese, Danish, Dutch, Esperanto,
  242. French, German, Italian, Polish, Russian, Swedish, Ukrainian)
  243. 2018.4.23
  244. * Fixed changes not being persisted for domains that appear after scrolling
  245. the tracking domains list on the options page
  246. * Improved tracking domains search on the options page
  247. * Fixed "can't access dead object" errors in Firefox
  248. * Fixed XML document rendering in Firefox
  249. * Updated WebRTC protection checkbox to become disabled when the setting is
  250. controlled by other extensions
  251. * Fixed various site breakages
  252. * Improved translations (Traditional Chinese, Czech, Danish, Esperanto,
  253. French, German, Italian, Polish, Russian, Swedish, Turkish, Ukrainian)
  254. 2018.4.10
  255. * Updated the new user welcome page. The redesigned page is mobile-friendly,
  256. accessible and already translated into several languages.
  257. * Fixed Do Not Track being checked sometimes in Private Browsing/Incognito
  258. windows. By default, Privacy Badger should not record anything in Incognito.
  259. * Added setting to allow learning in Private Browsing/Incognito windows
  260. * Fixed unwanted scrolling when switching tabs on the options page
  261. * Updated replacement icon for Google+
  262. * Fixed various site breakages
  263. * Improved translations (Bulgarian, Simplified Chinese, Traditional Chinese,
  264. Danish, Esperanto, French, German, Italian, Polish, Russian, Spanish,
  265. Ukrainian)
  266. 2018.3.21
  267. * Fixed Do Not Track not being recognized by sites that test for it by
  268. checking navigator.doNotTrack with JavaScript
  269. * Stopped signaling DNT on sites where Privacy Badger is disabled
  270. * Fixed popup in Private Browsing windows in Firefox
  271. * Fixed certain kinds of site breakages (such as visual issues with charts)
  272. not going away even after disabling Privacy Badger on the site
  273. * Updated to latest dummy Google Tag Manager script from uBlock Origin to
  274. avoid "failed to redirect a network request" warnings in Chrome
  275. * Fixed various site breakages
  276. * Improved translations (Bulgarian, Traditional Chinese, German, Italian,
  277. Swedish)
  278. 2018.2.5
  279. * Added type/status filters to the tracking domains list on the options page
  280. * Reworked social widget replacement to avoid WebExtensions fingerprintability
  281. issue in Firefox
  282. * New translations (Turkish)
  283. * Improved translations (Danish, Esperanto, French, German, Polish, Swedish,
  284. Ukrainian)
  285. 2018.1.30
  286. * Removed the "unlimitedStorage" permission from the manifest
  287. * Changed the tracker count badge color from red to "Privacy Badger orange"
  288. 2018.1.25
  289. * Added workaround to avoid Privacy Badger getting disabled as "Not from
  290. Chrome Web Store" in Chrome
  291. 2018.1.22
  292. * Reduced amount of data stored as part of normal operation. Privacy Badger
  293. will no longer record (or check Do Not Track policies for) non-tracking
  294. domains. This should enable us to remove the "unlimitedStorage" permission
  295. with the next Badger update.
  296. * Improved tracker detection status summaries in popup and options
  297. * Added explanatory acknowledgement to Tracking Domains options page tab
  298. * Fixed file download dialog not showing when exporting user data in Firefox
  299. * Removed tutorial reminder link from popup when already on tutorial page
  300. * Removed "Requests to the server have been blocked by an extension" messages
  301. in Chrome and Opera
  302. * Fixed style issue with replacement social widgets
  303. * Fixed error reporting on pages where Privacy Badger has been disabled
  304. * Fixed various site breakages
  305. * Improved translations (Bulgarian, Danish, Esperanto, French, German,
  306. Italian, Polish, Russian, Spanish, Swedish, Ukrainian)
  307. 2017.11.20
  308. * Disabled custom tooltips in Firefox to work around browser freezing issues
  309. * Added validation to the disabled sites form
  310. * Improved translations (Dutch, Esperanto and German)
  311. * Added Bulgarian and Polish translations
  312. 2017.11.9
  313. * Fixed various site breakages
  314. * Improved translations (French, Serbian and Ukrainian)
  315. * Added Esperanto translation
  316. 2017.10.25.1
  317. * Reverted manifest file change preventing upload to Chrome Web Store
  318. 2017.10.25
  319. * Added Beta support for Firefox for Android
  320. * Updated popup to close after doing anything that reloads the page
  321. * Improved handling of long domain names
  322. * Improved tooltips
  323. * Restored canvas fingerprinting detection to Firefox
  324. * Fixed yellowlist updates not getting applied when importing Badger data
  325. * Updated to latest dummy Google Analytics script from uBlock Origin
  326. to avoid "failed to redirect a network request" warnings in Chrome
  327. * Fixed various site breakages
  328. * Improved translations (Danish, French, German, Italian, Swedish)
  329. 2017.9.12.1
  330. * Fixed build script issue that reintroduced major site breakages on Firefox
  331. 2017.9.12
  332. * Fixed DNT policy checking for blocked domains
  333. * Fixed exporting large Badger datasets
  334. * Made progress on Firefox for Android compatibility
  335. * Fixed various site breakages
  336. * Improved badge updating performance
  337. * Improved translations (Czech, Italian, Swedish, Ukrainian)
  338. * Added Danish translation
  339. 2017.7.24
  340. * Added validation to yellowlist (f.k.a. "cookieblock list") updating
  341. * Removed faulty yellowlist domain removal logic, which, together with missing
  342. validation and eff.org serving a maintenance page instead of the actual
  343. yellowlist, resulted in major breakages all across the Web, something this
  344. update should prevent from happening ever again
  345. * Fixed various site breakages
  346. * Improved translations (Swedish)
  347. 2017.6.13.1
  348. * Added workaround for validation issue preventing upload to Chrome Web Store
  349. * Fixed chrome.privacy-related exceptions in Firefox 54
  350. 2017.6.13
  351. * Added automatic replacement of t.co shortened tracking URLs with original
  352. unobfuscated URLs on twitter.com
  353. * Added option to disable Do Not Track policy checking
  354. * Restricted DNT policy checking from sending cookies
  355. * Fixed tooltips for DNT-compliant domains in popup
  356. * Fixed localStorage tracking sometimes being attributed to unrelated domains
  357. * Improved translations (Swedish, Ukrainian)
  358. 2017.5.9
  359. * Improved popup rendering
  360. * Added version number to popup
  361. * Restricted Do Not Track policy checking from being able to set cookies
  362. * Fixed several cookie parsing issues
  363. * Added workaround for Cloudflare security cookies
  364. * Improved translations (Simplified Chinese, Swedish, Ukrainian)
  365. 2017.4.19.1
  366. * Rework DNT policy rechecking to only happen during browsing. Eliminates
  367. needless rechecking of unlikely-to-be-visited-again domains. Should further
  368. mitigate CPU issues.
  369. * Fix DNT policies to only apply to specific domains they are posted on
  370. * New translations (Ukrainian)
  371. * Improved translations (Simplified Chinese, Italian)
  372. * Fix "trackers" link on popup and options pages
  373. * Fix broken site (sharepoint.com)
  374. 2017.3.28
  375. * New Translations (Czech)
  376. * Translation Updates
  377. * Fix bug in DNT policy re-checking code
  378. * Rate limit DNT checking to one request per second
  379. * Fix issue with multiple DNT checks at once for a single domain
  380. * Fix cookieblock updating issue
  381. * Fix popup width issue
  382. * Fix DNT hash updating issue
  383. * Fix toggle switch issue
  384. * Automated tests now also run on Firefox
  385. * Other minor bugfixes and broken site fixes
  386. 2017.3.22
  387. * AMO (Firefox) only release.
  388. * Fix cookie tracking detection in Firefox.
  389. 2017.1.26.1
  390. * AMO only release
  391. * Fixes an error in the build scripts which reintroduced a firefox bug for AMO users
  392. 2017.1.26
  393. * Huge speed improvements for settings import and on startup
  394. * Fixes no content blocking bug (firefox)
  395. * Several fixes for broken websites
  396. * Translations fixes
  397. * New Translation: Nordic
  398. * New Translation: Traditional Chineese (Taiwan)
  399. * New Translation: Serbian
  400. * Bugfix: Crash on browsers without WebRTC
  401. * Bugfix: narrow poup if icon is in the menu (firefox)
  402. * Bugfix: Import/Export now uses utf-8 and can handle non english character
  403. sets
  404. * Enhancement: Convert icons to SVG
  405. * Enhancement: Script surrogate for google analytics, gigya, and more...
  406. * KNOWN ISSUE: Chrome will now display a message "Not downloaded from chrome
  407. 2016.12.15.1 (2.0.2)
  408. * BUGFIX: Chrome browsers no longer display privacy badger as (corrupted)
  409. * BUGFIX: Fixes lockup issue on some versions of firefox
  410. * BUGFIX: Fixes issue where privacy badger panel gets cut off
  411. * BUGFIX: Fixes a non implmeneted API in firefox which was causing numerous
  412. sites to break.
  413. * KNOWN ISSUE: Chrome will now display a message "Not downloaded from chrome
  414. store". This is a known side effect of a workaround for a different bug.
  415. 2016.12.8.1 (2.0.1)
  416. * BUGFIX: Sanitize origin and action in popup
  417. 2016.12.8 (2.0)
  418. * BUGFIX: Fix ublock origin warnings
  419. * BUGFIX: Remove need for download permission
  420. 2016.12.7.2 (2.0RC1)
  421. * Huge speed improvements
  422. * Multiprocess Compatible (E10S) for firefox
  423. * Breaks many fewer websites
  424. * Many small bugfixes
  425. * Import and Export your data
  426. * Block WebRTC from leaking your IP address
  427. * Forget data in incognito mode
  428. * block html5 "ping" tracking
  429. * Translation fixes
  430. * (Developers) Firefox and Chrome versions now share one code base!
  431. 2016.9.7 (1.13)
  432. * Add exceptions for multi domain first parties
  433. * Fix google drive download issue
  434. * Fix wikipedia login issue
  435. * Fix youtube comments and notifications issues
  436. * Several other broken site fixes
  437. * Hopefully a fix for the "corrupted extension" issue
  438. 2016.8.29 (1.12)
  439. * UI Tweaks
  440. * Remove last adblock plus code
  441. * Feature: remove domains from list
  442. * Refactor incognito mode handling
  443. * Compatibile with firefox web extensions
  444. 2016.5.24 (1.11)
  445. * Fix build error
  446. 2016.5.23 (1.10)
  447. * Fix cookie block list adding bug
  448. * New migration to fix bug retroactively
  449. 2016.5.16 (1.9)
  450. * Remove Adblock Plus Engine
  451. * Switch to using storage.js and chrome storage API
  452. * Massive refactoring of code
  453. * Huge speed improvements
  454. * Fixes bug where privacy badger "forgets" settings
  455. * Fixes first run tab opening on every startup
  456. * Fix waiting for privacy badger bug
  457. * Fix high CPU usage bug
  458. * Uses separate data store for incognito mode
  459. * Ads selenium test to run pbtest.org sweet
  460. * Fixes weird subdomain handling edge case
  461. * Fixes bug where pages stop loading sometimes
  462. 2015.4.6 (1.8)
  463. * Fix "waiting for privacy badger bug"
  464. * Huge speed improvement
  465. 2015.4.6 (1.7)
  466. * Fix crash when closing options page
  467. * Add EFF Donate Button
  468. * New popup to nag user to go through tutorial
  469. 2015.3.2 (1.0.6)
  470. * New feature: Search within blocked domain list
  471. * Replace soundcloud widget with a click to play button
  472. * Misc. bug fixes and translation improvements
  473. 2015.12.3 (1.0.4)
  474. * Lots of site bug fixes
  475. * Chinese Translation
  476. * Spanish Translation
  477. * italian translation
  478. * UI Overhaul
  479. * Update Swedish locale
  480. * Typo fixes
  481. * Numerous bug fixes
  482. * Added support for disabled sites with wildcards
  483. * Red badge now reflects the number of domains blocked or cookieblocked
  484. instead of all third parties.
  485. * Tooltips show full domain name
  486. 2015.8.14 (1.0.1)
  487. * Fixes a bug where slider settings for a base domain wouldn't take effect
  488. * Fixes 'this extension is slowing down chrome' errors
  489. 2015.8.5 (1.0)
  490. * 1.0 release
  491. * Bugfixes from 2015.7.24 (0.99)
  492. * Detects Canvas Fingerprinting
  493. * Detect Local Storage Supercookies
  494. * Improved UI
  495. * Options page for overriding privacy badger settings
  496. * Report Broken Site button
  497. * Many Bugfixes (see github)
  498. * Translations into swedish, french and german
  499. 2015.7.24 (0.99)
  500. * Release candidate for version 1.0!
  501. 2015.4.1
  502. * Miscellanious bugfixes
  503. * Improvements to heuristic
  504. 2014.9.16
  505. * Adds lots of tests including selenium tests.
  506. * Adds lots of domains to the cookie block list.
  507. * Fixes bug with downloading cookie block list.
  508. * Fixes other minor stylistic bugs.
  509. 2014.7.17
  510. * Created dialog to allow users to unblock certain third parties on certain
  511. * sites for addedd functionality. E.g. disqus comments, facebook comments, etc.
  512. * Added lots of domains to cookie block list.
  513. * do not show domains that do not appear to be trackers in the popup
  514. * added missing google+ button override