Skip to content

v0.2.0

Compare
Choose a tag to compare
@hamvocke hamvocke released this 01 Nov 12:33
· 8 commits to master since this release

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"