Skip to content

Releases: TenSoja/clear-cache

v4.9 - flow, logging, and minimum feedback

06 Feb 11:58

Choose a tag to compare

🐛 Fixed

  • Prevents the “site-only + cache-only” silent no-op by migrating legacy settings.
  • Adds trigger logs (icon/context menu) when debug mode is enabled.
  • Ensures minimum feedback with a warning badge when an action can’t run.
  • Filters unsupported data types via browsingData.settings() before clearing.
  • Avoids reload errors on special pages.

🔄 Changed

  • Version bump to 4.9.

v4.8 - ajustes de fluxo, debug e ícones PNG

04 Feb 18:02

Choose a tag to compare

🐛 Fixed

  • Options i18n: Fixed localization of options labels
  • Empty settings race: Default settings are now applied on first click

🔄 Changed

  • Default behavior: "Site data only" is now OFF by default (global cache clearing)
  • Options label: Renamed to "Site data only (cookies/storage)" to reflect API limits
  • Icons: Switched toolbar and notification icons to PNG variants for stability

✨ Added

  • Blocked action badge: Shows ! on the toolbar icon when action can't run
  • Debug mode: Optional console logs for troubleshooting
  • Options guard: Prevents invalid site-only selections by enforcing compatible types

v4.7 - Fix Current Tab Only

25 Jan 15:44

Choose a tag to compare

🐛 Bug Fixes

  • Current Tab Only: Fixed bug where this option was deleting data from ALL sites instead of just the current site
  • Automatically filters data types: only Cookies, Local Storage, IndexedDB and Service Workers support hostname-based clearing (Firefox browsingData API limitation)

✨ Improvements

  • Added visual warning in options page when 'Current Tab Only' is enabled
  • Shows informative notification when incompatible data types are selected
  • Improved warning style with side border and dark mode support

🌐 Internationalization

  • Added new messages for all 8 supported languages (en, pt_BR, ar, cs, nl, ru, zh_CN, zh_TW)

v4.6 - Fix Firefox Beta freeze

25 Jan 15:02

Choose a tag to compare

🐛 Bug Fixes

  • Fixed Firefox freeze when clicking the extension or saving settings (issue #30)
    • Removed deprecated browser_style option from manifest
    • Added proper error handling to storage operations

📋 Technical Changes

  • Added extension ID to manifest
  • Added data_collection_permissions to comply with Mozilla requirements

📋 Notes

This release addresses compatibility issues with Firefox Beta (148.0b6+).

Clear Cache 4.4

07 Sep 19:40

Choose a tag to compare

🚀 What's new in version 4.4

  • Select time period for cache cleaning (last hour, day, week, month, everything)
  • Option to clear cache only for the current tab's site
  • New context menu for quick cache cleaning
  • Improved compatibility with Firefox Android
  • Redesigned and more intuitive options interface
  • Bug fixes and performance improvements

📸 Screenshots

See examples of the new features in the README images.

📝 How to update

  1. Download the .xpi file from this release
  2. Install manually in Firefox (Menu > Add-ons > Install Add-on)

Changelog summary:

  • Added time period selection
  • Current tab site filter
  • Context menu
  • Android support
  • General fixes

🚀 Novidades da versão 4.4

  • Seleção de período para limpeza do cache (última hora, dia, semana, mês, tudo)
  • Filtro para limpar apenas o cache do site da aba atual
  • Novo menu de contexto para limpar cache rapidamente
  • Compatibilidade aprimorada com Firefox Android
  • Interface de opções revisada e mais intuitiva
  • Correções de bugs e melhorias de desempenho

📸 Imagens

Veja exemplos das novas funções nas imagens do README.

📝 Como atualizar

  1. Baixe o arquivo .xpi desta release
  2. Instale manualmente no Firefox (Menu > Extensões > Instalar Add-on)

Changelog resumido:

  • Adicionada seleção de período
  • Filtro por aba atual
  • Menu de contexto
  • Suporte Android
  • Correções gerais

What's Changed

  • Implement Mozilla WebExtension best practices and fix background script issues by @Copilot in #21
  • Add Chinese(Simplified and Traditional) Localizations by @AcideFluorhydrique in #18
  • Added Russian localization by @medwuu in #17
  • Add "Current tab only" option for selective cache clearing by @Copilot in #19
  • Add context menu option "Clear cache and reload page" by @Copilot in #22

New Contributors

Full Changelog: 4.1...4.4

4.1

09 Dec 14:54

Choose a tag to compare

4.0

22 Feb 18:01
e6859a7

Choose a tag to compare

4.0

What's Changed

Added option to clear cookies too for current page #11

All new cleaning options:

  • Downloads
  • Passwords
  • History
  • Plugin data
  • Form data
  • Cookies
  • Service workers

Adding new languages:

  • czech (thanks Tomáš Beránek)
  • duth (thanks @Vistaus)
  • Arabic (thanks zer0-x)