You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.