Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:42
· 3 commits to main since this release
Release v0.3.0

- Replaced MessageChannel IPC with a CustomEvent bridge to prevent fatal browser crashes during extension reloads in Developer Mode.
- Optimized chrome.storage handling by batching reads/writes to reduce API overhead.
- Fixed background sync bugs and infinite storage loops by validating oldValue in the onChanged listener.
- Improved sync resilience by lowering MAX_RETRIES to 2 and adding an emergency storage purge for payload counts > 25.