Skip to content

Releases: howeyc/ledger

v1.8.4

28 May 13:03
Compare
Choose a tag to compare

Changelog

  • 1ae357a fix: have start/end dates be inclusive for command
  • 3445679 web doc - add transaction
  • 427c2c9 Merge pull request #33 from porjo/import_fix
  • 23d1e08 Fix import account matching
  • bc98784 test: ignore generated files for test coverage
  • 55ae128 test: missing file
  • cd95f28 test: deprecated function
  • 8f3af36 test: date range coverage
  • f5c418b test: improve parse coverage
  • 33bd6db test: improve decimal coverage
  • 4989ba7 test: add coverage badge
  • ec82866 test: coverage action

v1.8.3

24 Apr 03:17
Compare
Choose a tag to compare

Changelog

  • 9b69a10 feat: vim format on save
  • 0b6f86b fix: improve vim syntax highlighting

v1.8.2

12 Apr 14:32
Compare
Choose a tag to compare

Changelog

  • 52ee88e fix: import typo
  • 4d2487c fix: switch provider for mutual fund data
  • 83cd65f fix: keep original order when sorting

v1.8.1

10 Apr 15:01
Compare
Choose a tag to compare

Changelog

  • 33fd1fa fix: printing rounded up numbers

v1.8.0

10 Apr 14:04
Compare
Choose a tag to compare

Changelog

  • 62be50b feat: comments stay attached to each part of transaction
  • 9427bee test: specify struct fields
  • 9f3c15f add missing test files
  • 33718bf test: fuzzing decimal parser

v1.7.2

29 Mar 02:17
Compare
Choose a tag to compare

Changelog

  • d97e654 fix: parse as ints instead of scale up a parsed float
  • addcc8d fix: align amount to right in table views

v1.7.1

27 Mar 12:34
Compare
Choose a tag to compare

Changelog

  • 50f3b9c fix: force 2 digit output

v1.7.0

26 Mar 21:44
Compare
Choose a tag to compare

Changelog

  • 0704da4 perf: handle include directives in parser

v1.6.0

26 Mar 00:47
Compare
Choose a tag to compare

Changelog

  • b1912ca refactor: switch from big.Rat to internal decimal
  • a7289fa style: minor vim syntax tweaks
  • 870dc11 feat: dark mode on web
  • 97dfcaf fix: description for toggle button on portfolio
  • f69c851 fix: dividend api change

v1.5.1

15 Mar 22:37
Compare
Choose a tag to compare

Changelog

  • 3794e18 build: update to go1.18
  • b54959d fix: handle unknown or invalid periods for date ranges
  • ad80049 style: break instead of same return in two places