Releases: ebridges/csv2qif
Releases · ebridges/csv2qif
v0.6.0
- add option to skip stripping header row
v0.5.0
- Earlier versions swapped sign on amounts due to legacy behavior from plaid2qif; no need to do that with CSV.
v0.4.1
- correct issue where backup csv file was not being written to the same location as the qif file.
v0.4.0
- Add feature to backup input CSV to a file alongside the QIF file.
- Applied standardized formatting to code.
- Throw an exception if
json
output format is selected: currently not implemented.
v0.3.0
- stability improvements and bug fixes
v0.2.3
- if input is not specified, read from
stdin
by default.
v0.2.2
- fix package imports
- tweak README formatting
v0.2.1
Typo in pyproject.toml classifier.
v0.2.0
- Cleaned up project organization.
- Eliminated unnecessary 3rd party dependencies
v0.1.2
Updated dev status classifier for PyPi