Releases: hamvocke/dkb2homebank
Releases · hamvocke/dkb2homebank
v0.2.2
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
- Support DKB Giro CSV files generated with the new (November 2024) format containing an
IBAN
field. - Report IBAN as part of the 'payee' field
v0.2.0
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
- Support CSV files generated by the new (as of 2023) web portal.
- 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"