Skip to content

Releases: NihilDigit/csync

v1.1.0

Choose a tag to compare

@NihilDigit NihilDigit released this 12 Feb 13:53

Bug fixes:

  • Fix localStorage sync to incognito tabs (freshItems variable was never reassigned)
  • Fix overly loose domain matching — foo.co.uk no longer matches bar.co.uk

Reliability:

  • Replace setTimeout with chrome.alarms for MV3 service worker compatibility
  • Persist pending cookie domains to storage.local, preventing data loss on worker suspension
  • Fix race condition in batch processing where concurrent cookie changes could be dropped

Cleanup:

  • Parallelize cache initialization
  • Remove verbose debug logging
  • Deduplicate domain matching logic

Initial release

Choose a tag to compare

@NihilDigit NihilDigit released this 07 Dec 14:03
v1.0.0

docs: update README with bilingual content and clearer instructions