Skip to content

v0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 22:36
· 74 commits to master since this release
f3ad3ae

Added

  • distinguish ETF from shares using a simple heuristic based on string pattern matching (d4806c2)

Changed

  • upgraded to .NET 6
  • renamed ProductId to ISIN (adf1f37)
  • improved CLI output (71800ee)
  • updated dependencies
  • changed license to GPL 3

Fixed

  • support shares and ETF that changed name between buy and sell transactions (51e1934)
  • support for transactions whose unit cost uses thousands separator (,) (ce3d664)
  • improved exception handling and help messages (b5bbeb5 5386314)