Skip to content

v1.5.0 — Edit entries, tags & favorites, AI tag suggestions, and full export/import

Choose a tag to compare

@zxw1992 zxw1992 released this 26 May 13:02
· 15 commits to main since this release

v1.5.0 — Edit entries, tags & favorites, AI tag suggestions, and full export/import

Highlights:

  • Edit existing entries — change the title, body, or time of any memory. The vector index re-embeds automatically (on a title or body change) so semantic search stays in sync; full-text search was always live via triggers.
  • Tags & favorites — tag entries by hand, mark favorites with a heart, and filter the timeline by tag or favorites. Search results show tags and favorites too.
  • AI-suggested tags — after a capture is processed, the primary model proposes a few topical tags in the content's own language. They are shown as one-click suggestions and never auto-applied, so you stay in control.
  • Export & import — download a complete backup (data + all media) as a zip, or a readable Markdown archive grouped by day. Restore a backup with an additive, de-duplicated import; imported entries are re-embedded in the background.

Notes:

  • The database migrates in place automatically (adds a favorite column and normalized tag tables, and upgrades an older experimental tag table if present). Existing data is preserved.