Releases: TenSoja/clear-cache
Releases · TenSoja/clear-cache
v4.9 - flow, logging, and minimum feedback
🐛 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
🐛 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
🐛 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
🐛 Bug Fixes
- Fixed Firefox freeze when clicking the extension or saving settings (issue #30)
- Removed deprecated
browser_styleoption from manifest - Added proper error handling to storage operations
- Removed deprecated
📋 Technical Changes
- Added extension ID to manifest
- Added
data_collection_permissionsto comply with Mozilla requirements
📋 Notes
This release addresses compatibility issues with Firefox Beta (148.0b6+).
Clear Cache 4.4
🚀 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
- Download the
.xpifile from this release - 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
- Baixe o arquivo
.xpidesta release - 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
- @Copilot made their first contribution in #21
- @AcideFluorhydrique made their first contribution in #18
- @medwuu made their first contribution in #17
Full Changelog: 4.1...4.4
4.1
What's Changed
Add notification for saved preferences
Added support for dark mode
Refactor options.js for improved settings handling and localization
Fixed
rows have slipped in settings #14