- Updated to support newer CSV format by using header row rather than index, support the new date format, and sort by date for beginning and ending balance.
- Changed to a SHA-256 hash for the pseudo-unique transaction ID in order to improve ID stability while preserving uniqueness.
- Added filter to remove pending transactions (which have a blank ending balance)
- Small documentation improvements.
- Added tests
- Wired up to Travis CI
- Added coveralls test coverage reporting.
- Uploaded to pypi
- Added to github