•
Release NotesExtensionSync
Extension 1.0.11 improves deleted bookmark cleanup
Indexer extension 1.0.11 uses server tombstones during sync so old local-only browser records are less likely to return during push.
Indexer extension 1.0.11 tightens the sync model around deleted bookmarks.
What changed
- Sync now receives deleted bookmark tombstones with enough URL and folder metadata to clean stale local records.
- The extension removes local IndexedDB and browser bookmark records that match deleted server tombstones, even if the local copy no longer has a server ID.
- Normal push avoids recreating deleted bookmarks when an old local copy matches the same URL and folder.
- Recovery push still exists for intentionally restoring from a trusted browser.
Why it matters
Old browser bookmarks can survive across extension reinstalls, local database resets, or multi-device sync drift. If those records are pushed back as local-only items, deleted bookmarks can appear to come back.
This release makes server deletes more authoritative during normal sync, which should make the sync, prune, push, sync other devices workflow less surprising.