• v0.3.4 b190df4eae

    feat: show transaction splits on Adjustments page + fix CSV auto-detect
    Some checks failed
    Release / build (ubuntu-22.04) (push) Has been cancelled
    Release / build (windows-latest) (push) Has been cancelled

    Ghost released this 2026-02-17 01:41:08 +00:00 | 119 commits to main since this release

    Add a "Répartitions" section below manual adjustments listing all
    split transactions. Clicking a split opens the existing modal to
    view, edit, or delete it.

    Fix CSV auto-detect failing on files with preamble lines (e.g.
    Mastercard CSVs with metadata header). Three fixes:

    • Delimiter detection uses mode of column counts instead of first-line
    • Detect and skip preamble rows before header/data detection
    • Exclude date-like columns from amount candidates and prefer columns
      with decimal values when picking the amount column

    Bumps version to 0.3.4.

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

    Downloads