Skip to content

v0.1.9

Choose a tag to compare

@javamantra-dev javamantra-dev released this 01 Jun 06:12
· 20 commits to main since this release

v0.1.9 — 2026-05-31

Fixed

  • "Generating AI suggestions" screen could hang indefinitely on
    import.
    If a single LLM call timed out or errored during the
    on-import suggestion pass, the sidecar correctly logged the
    failure but never marked that row as attempted — so the in-app
    progress counter never decremented past it, and the screen
    stayed at "N of M analyzed" forever even though the backend
    was idle. Reported by a v0.1.8 user who saw a 30-minute hang
    on a 2-transaction statement (the same bug also affected v0.1.7
    and earlier). The error path now marks errored rows as
    attempted, matching what the low-confidence-skip path already
    did, so progress unblocks immediately. As a defense-in-depth
    measure, the screen also gains a safety net: if progress
    hasn't moved for 90 seconds it switches to a clear "Suggestions
    seem stuck — open Transactions" panel with a button. Users
    can never get trapped on this screen again regardless of the
    underlying cause.

Notes for existing users

  • Upgrade in place. No database changes, no settings to migrate.
    Open Preferences → About → Check for updates, or download the
    new .dmg from centproof.com/download.