Skip to content

v1.3.0 — Non-blocking capture with progress feedback

Choose a tag to compare

@zxw1992 zxw1992 released this 24 May 09:05
· 35 commits to main since this release
cdd3e69

v1.3.0 — Non-blocking capture with progress feedback

Highlights:

  • Capturing no longer makes you wait. Your entry is saved instantly and the
    AI work (image description / transcription → title → indexing) runs in the
    background, so you can immediately write the next one or leave the page.
  • Staged progress indicator: the capture page shows each step as it happens
    (upload → read/transcribe → title → index → done), and a browser
    notification fires when an entry finishes — even if you've switched tabs.
  • The timeline and entry drawer now show "processing" and "failed" states,
    and the timeline updates in place as entries finish.

Notes:

  • If the app is restarted while an entry is still being processed, that entry
    is marked as failed on the next startup (instead of spinning forever).