Skip to content

Commit

Permalink
remove changelog in favor of proper releases after all
Browse files Browse the repository at this point in the history
  • Loading branch information
hamvocke committed Nov 1, 2023
1 parent 9061a5e commit 42db43c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,3 @@ You can also test the script manually by using the provided testfiles:
./dkb2homebank.py testfiles/giro.csv
./dkb2homebank.py testfiles/visaNew.csv

Changelog
---------
This script isn't maintained with a lot of engineering rigor.
There's no proper versioning or backwards compatibility since, quite frankly, I can't be bothered.

I'm trying to log (breaking) changes below, so that you lovely folks out there have a chance of grokking what's going on.


### 2023-11-01 ([`841c83b`](https://github.com/hamvocke/dkb2homebank/commit/841c83bb2dde71097afd540d798324165965f288))

#### New
* Proper support of "Visa" account CSVs generated by the new (as of 2023) web portal
* Bring back auto-detection of CSV files

#### 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"

0 comments on commit 42db43c

Please sign in to comment.