0.2.6
Bug fixes
- Fix Firefox import crash — a failed
CopyToTmpwas swallowed and later dereferenced, panicking the whole server. Import errors now log and return cleanly. - Restore Firefox bookmark import —
moz_bookmarks_rootswas removed in modern Firefox; the query now looks up theunfiled_____GUID directly inmoz_bookmarks. - Bound indexer concurrency — the indexer spawned one goroutine per bookmark, OOM-killing the process on large imports. Capped at 8 concurrent workers.
Additions
- Systemd user service —
contrib/fafi.servicefor running fafi as asystemctl --userservice. - Architecture docs — CLAUDE.md now describes the boot sequence and package layout.
Full Changelog: 0.2.5...0.2.6