Skip to content

v0.2.2

Compare
Choose a tag to compare
@howeyc howeyc released this 03 Nov 13:07
· 228 commits to master since this release

Changelog

6e1ae8b next version
9cf2b91 limport: flag to allow import of duplicate transactions
80cb728 small change to columns for porfolio view
076258a handle stock price error
0e464d2 handle some errors
675e8a3 fix partitioning transactions by date and period
14756a0 small lint fixes
96af6de Merge pull request #19 from bionoren/syncRefactor
e32065b Moved ledger parsing logic into a helper function using a callback model similar to filepath.Walk so that ledger.ParseLedger doesn't have to incur memory and context switching overhead of channels and goroutines