Skip to content

Releases: ebridges/csv2qif

v0.6.0

24 Feb 20:54
Compare
Choose a tag to compare
  • add option to skip stripping header row

v0.5.0

24 Feb 17:22
Compare
Choose a tag to compare
  • Earlier versions swapped sign on amounts due to legacy behavior from plaid2qif; no need to do that with CSV.

v0.4.1

20 Feb 20:12
Compare
Choose a tag to compare
  • correct issue where backup csv file was not being written to the same location as the qif file.

v0.4.0

20 Feb 16:38
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 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

20 Feb 03:28
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • stability improvements and bug fixes

v0.2.3

19 Feb 21:38
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • if input is not specified, read from stdin by default.

v0.2.2

19 Feb 01:05
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • fix package imports
  • tweak README formatting

v0.2.1

19 Feb 00:54
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Typo in pyproject.toml classifier.

v0.2.0

19 Feb 00:41
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Cleaned up project organization.
  • Eliminated unnecessary 3rd party dependencies

v0.1.2

14 Feb 01:51
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Updated dev status classifier for PyPi