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.3.0-alpha

4 years ago

This is an automatically generated build based on the tag pushed. See commits for changes.

v3.2.0

4 years ago

NEW: Google Chrome LocalStorage Cleanup. Chrome min version is now 74. Closes #523 #556 #581, #664 Added: Option to enable new release popup. Per #661. Added: Welcome Page will now open in new tab for NEW installations once. Added: Option to have 'Keep LocalStorage' unchecked by default for new expressions. Per #561. Added: A Warning in Settings if LocalStorage Cleanup is unchecked as checking it will clean all existing localstorage data. Added: Settings validation checks to disable features/settings not usable depending on browser environment (e.g. Chrome, Android).

Changed: CSS for top menu in settings. Now the icon is centered even after the sidemenu appears. Changed: Other backend enhancements.

Fixed: High CPU Usage due to cookie count in popup introduced in v3.1.0. Closes #677

Updated: Translations and Third-Party Dependencies.

Release Status:

  • Firefox WebExtensions/Addons Store
    • uploaded April 22 for review.
    • Published on April 23rd.
  • Chrome WebStore
    • uploaded April 22 for review.
    • Released as of April 27th.
  • Edge Chromium Store:
    • uploaded April 22 for review.
    • Published on April 23rd.
    • I wish they had an API for upload through GitHub Actions...

3.1.1

4 years ago

This fixes the auto cleaning issue surfaced in V3.1.0 for Google Chrome. #658 (Fix #659)

Added: Welcome page now shows up when extension is updated. Fixed: Auto Cleaning in Google Chrome. Changed: CSS in Sidemenu in Settings. Updated: Third-Party Dependencies.

Released on Mozilla Firefox 2020-Mar 20. Released on Google Chrome 2020-Mar 23.

3.1.0

4 years ago

ALERT FOR CHROME USERS: This version raised an autocleaning bug. Version 3.1.1 fixes it. Compiled files removed due to bug.

Changes to both front end extension and back end workflow! I think this deserves a minor version bump rather than a patch one.

Front end / extension related:

  • Added: Title and Version now added to popup.
  • Added: Title now contains number of cookies for that domain in square brackets. More helpful in Firefox mobile.
  • Added: Cookie count now listed in popup.
  • Added: Regular Expression usage! Thanks to maltsev #649.
    • NOTE: Regular Expression must start and end with /.
    • WARNING: Cookies with same name on different domains matched through regular expressions will be treated the same!
  • Added: 'Menu' text to the menu hamburger when screen is small. It has also changed to a full top static header in order to incorporate different locale text length.
  • Added: Regular Expression Usage in new expressions field or through Import Expressions. Thanks to maltsev through PR #649.
  • Added: Multiple Expressions in a line, comma-separated. Only if done through either new expression text field or Import Expressions. Fixes #567.
  • Chore: Updated copyright year, added GitHub Contributors and MIT License links in most source code headers.
  • Fixed: Cookie Badge Count should now reflect an accurate cookie count when cookies are added or removed.
  • Fixed: Cookie List in Expression Table when using Regular Expressions (surfaced bug due to new feature #649).
  • Updated: Minor CSS styling change in the Expression Table in settings, more to do with the 4 buttons there.
  • Updated: Third-party dependencies.

Back end / workflow related:

  • Crowdin Integration. Previously it was manually compiled and uploaded to GitHub. Now it is just a build in Crowdin and a PR merge away! Now strings edited in _locales/en/messages.json will be reflected automatically in Crowdin.
  • Webpack will now copy compiled and minified js and css files from dist folders from npm packages of Bootstrap, jQuery (the bundle version with popper.js), and webextension-polyfill.
  • jest and tslint updated.

Translators should have been given plenty of notice to get updated translations into Crowdin for merging. Expect more frequent patch releases whenever locales get updated/approved on Crowdin.

Released to Firefox and Chrome as of 2020-Mar-17.

3.0.4

4 years ago

Fixed: IP Regex Bug #539 Added: Documentation and FAQ Links to About Page along with its Locale additions. Based on PR #240 for 2.X.X branch. Added: CAD Badge Count should no longer include the CAD-created cookie for localstorage cleanup. #611 Changed: Welcome Page should now only display the latest 5 change log versions. Updated: Dependencies.

Released on Firefox as of 2020-Feb-26 and Chrome as of 2020-Feb-28.

3.0.3

4 years ago

Minor release - updated third-party dependencies and fixed bugs that surfaced due to dependency updates.

Also fixed version number missing from a translation file.

3.0.2

5 years ago
  • Added: Version Number to some UI elements
  • Added: Timezone to cleanup log timestamps
  • Fixed: Notifications not showing up with Localstorage cleanup in Firefox 67 and higher

3.0.1

5 years ago
  • Added: A Fallback error message and actions for when the extension data is corrupted in the settings or popup
  • Fixed: Cookie/Localstorage Cleanup relating to blank hostnames
  • Fixed: White/Grey listing IPv6 sites
  • Disabled: Localstorage cleanup on Firefox Android

3.0.0

5 years ago
  • Added: Ability to keep individual cookies or localstorage per expression
  • Added: Ability to restore cookies after a cleanup
  • Added: Better indication of a failed cleanup in the form of a notification
  • Changed: Reduced final build size by over 65%
  • Changed: Prevent startup cleanup on an extension update
  • Fixed: Black font on badge text
  • Removed: Migration code from 1.X.X to 2.X.X

3.0.0b1

5 years ago