Skip to content

0.2.6

Choose a tag to compare

@svandragt svandragt released this 23 May 12:08
cae6599

Bug fixes

  • Fix Firefox import crash — a failed CopyToTmp was swallowed and later dereferenced, panicking the whole server. Import errors now log and return cleanly.
  • Restore Firefox bookmark importmoz_bookmarks_roots was removed in modern Firefox; the query now looks up the unfiled_____ GUID directly in moz_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 servicecontrib/fafi.service for running fafi as a systemctl --user service.
  • Architecture docs — CLAUDE.md now describes the boot sequence and package layout.

Full Changelog: 0.2.5...0.2.6