Cookie AutoDelete Versions Save

Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.

v3.8.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/compare/v3.8.1...v3.8.2

Latest versions have been submitted to the relevant browser extension store for review.

  • Mozilla Firefox: Released as of December 12, 2022
  • Google Chrome: Released as of December 9, 2022
  • Edge Chromium: Released as of December 12, 2022

v3.8.1

1 year ago

Google Chrome and Microsoft Edge will also update to 3.8.1, though the below doesn't actually apply to it so it should still work the same as 3.8.0 for these browsers.

What's Changed

Full Changelog: https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/compare/v3.8.0...v3.8.1

Latest versions have been submitted to the relevant browser extension store for review.

  • Mozilla Firefox: Released as of July 5, 2022
  • Google Chrome: Released as of July 7, 2022
  • Edge Chromium: Released as of July 14, 2022

v3.8.0

1 year ago

Added

  • Option to specify whether the site data to enable should be cleaned on enable or not.

What's Changed

Full Changelog: https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/compare/v3.7.0...v3.8.0

Latest versions have been submitted to the relevant browser extension store for review.

  • Mozilla Firefox: Released as of June 15, 2022
  • Google Chrome: Released as of June 13, 2022
  • Edge Chromium: Pending Review as of June 10, 2022

v3.7.0

1 year ago
  • Enhanced: Additional Clean options now have small amount of spacing between them.
  • Chore: Dependency Updates and code optimizations, including a patch for replacing deprecated functions by CommanderRoot in PR #1319.
  • Fixed: Cleanup of site data on restart. Closes #1199 via PR #1386.
  • Fixed: Keep All Cookies value not properly kept on import. Closes #1376 via PR #1389.
  • Fixed: Version number comparison in Firefox is now by number instead of string, as it should have been in the beginning. This resolves most of the issues from Firefox 100+ in regards to functions that were available on pre-100.
  • Fixed: Popup UI Buttons stacking when font size is small even though there is enough room for more than one button per row. Now it should only stack when width is too small. Fixes #1034.
  • Fixed: Mistyped Turkish translation placeholder. Closes #1299 via PR #1382.

Latest versions have been submitted to the relevant browser extension store for review.

  • Mozilla Firefox: Released as of May 22, 2022
  • Google Chrome: Released as of May 23, 2022
  • Edge Chromium: Released as of May 26, 2022

v3.6.0

3 years ago

Added Features

  • Implementation of Firefox Containers/Contextual Identities. This allows CAD to monitor when changes to containers info have been made, and remove the CAD list matching that removed container ID.
  • Manually entering expressions and using Shift+Enter will add the expression into the GreyList.
  • Search Expressions while typing. It's not perfect but it is a start. Closes #120.
  • IP CIDR Notation in Expressions. Closes #814.

Bugs Squashed

  • Duplication of domains in siteData Notifications.
  • Additional cleanup popup 'flashing' in certain situations. Closes #803.
  • Usage of commas within Regular Expressions. Closes #865.
  • Partial Regex Domain Replacements in backend.

Housekeeping

  • Backend Code Optimizations.
  • Dependency Updates.

Latest versions have been submitted to the relevant browser extension store for review.

  • Firefox: Released as of 2021-Jan-20
  • Chrome: Under a small percentage rollout as of 2021-Jan-23.
  • Edge Chromium: Released as of 2021-Jan-21

v3.6.0-alpha2

3 years ago

This is an automatically generated test build. See commits for changes.

v3.6.0-alpha

3 years ago

This is an automatically generated test build. See commits for changes.

v3.5.1

3 years ago

Bug Fix Release!

  • Fixed: browsingData cleanup. Remove Internal CAD Cookie from notifications and cleanup logs. Closes #846.
  • Fixed: LocalStorage should not be fully cleaned if migrating from 3.4.0. Closes #847.
  • Fixed: Cookie Count and Icon in Firefox non-FirstPartyIsolation mode. Closes #839.
  • Fixed: Documentation Links. Closes #840.

Crowdin updates for Spanish and Chinese Simplifed.

Published on August 25th on Firefox, Chrome, Edge Chromium extension stores.

v3.5.1-alpha

3 years ago

This is an automatically generated test build. See commits for changes.

v3.5.0

3 years ago

This release bring a bunch of new things (and possibly new bugs yet to surface as well). As always, please raise issue for new bugs that comes up.


MIGRATION NOTES (between 3.4.0 and 3.5.0):

  • 'Uncheck Keep Localstorage on new expressions' has been deprecated in favor of default expression entries. Those that have this enabled will see new default expression entries for all containers for that list type. Only the localStorage option in the global default expression entry will be downgraded for use in 3.4.0!
  • 'LocalStorage Cleanup' setting has its internal naming changed to be consistent with other new site data cleanup types. Its value have been migrated, and should persist when downgrading back to 3.4.0.

Added Features:

  • Cleanup of additional site data types by hostname. For backwards compatibility, existing rules will be keeping all newly implemented site data types. Closes #792 (Plugin Data-Firefox 78+ and Chrome), #551 (Cache-Firefox 77+ and Chrome), #287 (Service Workers-Firefox 77+ and Chrome), #283 (ETag/Cache), #264 (Flash Cookies/Plugin Data) #171 (indexedDB-Firefox 77+ and Chrome))
  • Default Expression Options has an upgrade. It is now customizable per container! See https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/wiki/Documentation#default-expression-options or start in List of Expressions.
  • Cleanup of Expired Cookies regardless of lists. Closes #344.
  • Clear Cookie Counter function. Will only clear counters and not activity log. Added as enhancement from #777.
  • Notifications about Site Data (Attempted) Cleaning after automatic cleaning.
  • Activity Log now shows the attempted removal of site data type of domain(s).
  • Remove Individual Activity Log Entry.
  • Container Display Names to Activity Log Entries.
  • Display Container ID for selected/active expression list.
  • Ability to remove all expressions from one list.
  • Lists stored in CAD that don't have a matching Firefox container will now show as invalid container in Red Text.
  • Option to show manual notifications (clean site data for a domain actions). Closes #779.
  • Firefox's FirstPartyIsolation enhancements. This accommodates the new way that firefox sets its firstPartyDomain in cookies. This also allows cookies previously created with firstPartyIsolation enabled to be removed in non-firstPartyIsolation mode. Per #801.

Styling adjustments:

  • Minor CSS Styling on Clean button + dropdown. Enhanced based on PR#793.

Bugfixes:

  • Clearing Logs will not affect cookie counters anymore. Closes #777.
  • Clean delay textbox was not wide enough to fit the max number. Closes #822.
  • A setting link wasn't linked accurately. Thanks to szpak per PR #797.

Last but not least...

  • Translations from Crowdin.

Latest versions have been submitted to the relevant browser extension store for review, and have all been approved for release as of August 20, 2020