• 0.30 5a41cdae83

    fix: Balance now sums past-month (paid - expected) directly, ignoring current/future months
    All checks were successful
    Deploy to K8s / deploy (push) Successful in 11s
    Build and Push / build (push) Successful in 6s

    kacerr released this 2026-05-03 20:57:13 +02:00 | 126 commits to main since this release

    The previous calculation derived balance from total_balance (which includes
    current/future-month activity and out-of-window credits) plus a one-sided
    debt-only adjustment. Current-month surplus leaked through, making the balance
    appear less negative than actual past-month debt (e.g. Mauric Daniel -1250 vs
    correct -1750). Pay-All is now max(0, -balance) so the two values share a
    single source and cannot disagree.

    Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

    Downloads