Skip to content

finbreak v0.1.6

Choose a tag to compare

@milnet01 milnet01 released this 12 Jul 08:28

Fixed

  • After installing an update, finbreak now reliably reopens itself. (FIBR-0054)
    Previously the app could close after updating without coming back — it tried to
    start the new version before the old one had fully shut down, and the new copy
    died in the collision. It now waits for the old version to exit completely, then
    launches the new one, and records a small diagnostic log so any future hiccup
    leaves a trace. (Note: because the fix lives in the update machinery, it only
    takes effect from the NEXT update after this one — the update into this version
    may still need one manual reopen.)

  • Credit-card statements that open in credit now import correctly. (FIBR-0106)
    Some Standard Bank credit-card statements print a plain-English sentence
    mentioning the "balance brought forward" before the real opening-balance row.
    finbreak was reading the figure from that sentence (which is actually the
    closing amount), so the statement failed to import with "this statement didn't
    add up." It now reads the true opening balance and imports as expected.