•
Release NotesExtensionSync
Extension 1.0.12 fixes bookmark title sync
Indexer extension 1.0.12 improves title updates between the browser, extension popup, and web app.
Indexer extension 1.0.12 fixes title sync in both directions.
What changed
- Browser title edits now update the server record using the bookmark's server ID.
- Sync from the web app now updates the native browser bookmark title and URL, not just the extension's local IndexedDB record.
- Folder moves still sync through the same server ID path when the bookmark is already tracked.
Why it matters
Bookmark titles live in the browser, the extension database, and the Indexer web app. If any one layer updates without the others catching up, the next sync can feel inconsistent.
This release makes title edits behave more like folder and favorite sync: tracked bookmarks use the server ID, and pull sync updates the browser-visible bookmark too.