Skip to content

Releases: hamvocke/dkb2homebank

v0.2.2

21 Nov 19:11
Compare
Choose a tag to compare

Highlights

DKB changed their "giro" format a little bit. There's a new IBAN field now, and the internal structure changed a bit. This version is compatible with the latest DKB Giro CSV export.

Thank you to @LimaKilo for spotting and fixing this.

New

  1. Support DKB Giro CSV files generated with the new (November 2024) format containing an IBAN field.
  2. Report IBAN as part of the 'payee' field

v0.2.0

01 Nov 12:33
Compare
Choose a tag to compare

Highlights

The first proper release in a while. There have been a lot of tweaks in between, but I couldn't be bothered to create a proper release. But I'm feeling good today, so here's a new release with a few breaking changes.

New

  1. Support CSV files generated by the new (as of 2023) web portal.
  2. Auto-detect imported CSV files properly. No need to pass flags (--cash) anymore.

Breaking

  • Kill old "file type" flags. This script no longer accepts --cash or --visa or --giro flags. Instead, we auto-detect the CSV file format every time. Simply removing the --cash (or equivalent) flags from your command line call should do the trick.

Tweaks

  • --debug flag is now a proper boolean "flag"

v0.1.1

01 Jul 10:22
Compare
Choose a tag to compare

Fixes Bug #1

New Features:

  • Determine CSV header section dynamically and finds transaction lines automatically
  • Sniffing for CSV dialect allows different delimiters and quotes to be used

v0.1.0

07 Apr 10:28
Compare
Choose a tag to compare

First release with support for DKB Cash and DKB Visa accounts