• v0.0.7 f2f9183106

    padreug released this 2026-04-25 16:54:54 +00:00 | 43 commits to main since this release

    The previous BQL query (SELECT DISTINCT account) only returned accounts
    with postings, missing all accounts that were opened but had no
    transactions yet. On a fresh ledger this returned 0 accounts, causing
    the account sync to deactivate everything.

    Now uses Fava's balance_sheet and income_statement API endpoints which
    return the full account tree including zero-balance accounts. Falls back
    to BQL if the tree endpoints fail.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads