Howeyc Ledger Versions Save

Command line double-entry accounting program

v1.16.1

3 months ago

Changelog

  • 564d3a6 build: use go1.22 http.ServeMux
  • 76c9358 style: change page loader progress to spinner
  • ed84ce3 fix: vim folding using foldexpr
  • 4eba6bd perf: vim syntax simpler and quicker
  • 61de937 feat: vim folding

v1.16.0

6 months ago

Changelog

  • 95dad56 test: few more examples for testing
  • d3041fc fix: parse decimals without whole portion (#53)
  • fa9d808 feat: vim ledger commands
  • e92eca7 build: update deps
  • 42d537c fix: print accounts
  • aa61bc8 docs: remove add
  • e9dd2ba feat: vim ledger allow slash in account name
  • df5508f feat: remove add
  • 870f3a7 fix: update golang.org/x/sys for OpenBSD syscall(2) removal (#52)

v1.15.1

7 months ago

Changelog

  • 915ccac fix: colors for portfolio
  • a11f14e docs: update perf stats
  • 19723ab perf: compute balances faster
  • 024e293 docs: update perf stats
  • b04df88 perf: compute balances faster

v1.15.0

7 months ago

Changelog

  • 2d646de perf: colors printing faster
  • dd12d8e fix: default end date far into the future
  • b2f2cd6 perf: print decimals faster
  • b09bad5 feat: colors for reg and bal commands

v1.14.1

7 months ago

Changelog

  • 2541b6b test: add tests for more coverage
  • f67a9b7 perf: parse string to decimal faster
  • 2564e29 build: update css/js libs to latest versions
  • fc8101c fix: leaderboard report order

v1.14.0

8 months ago

Changelog

  • f6d8102 fix: --prof flag
  • 23dc68b feat: --wide uses terminal width
  • bae70bb feat: parse all begin/end date formats (#50)
  • ffdee7b test: more coverage

v1.13.3

8 months ago

Changelog

  • d92eabe docs: update performance comparison
  • d5ed2f2 perf: pre-alloc read buffer
  • 982e5c1 style: small changes
  • 5dc07c6 docs: some spelling
  • 5a429c0 Stop erroring if every transaction change is zero
  • ca049bf docs: put performance compare in docs
  • 612d6b0 docs: fix performance doc gen
  • bdbe548 typo
  • b106e7a docs: show off performance
  • 82e2e1e style: slight alloc decrease

v1.13.2

9 months ago

Changelog

  • debea97 perf: profiling and performance comparisons
  • ead44aa perf: multiple transaction parsing at once
  • fd6f362 perf: remove regexp for calc expr

v1.13.1

9 months ago

Changelog

  • 5d0cd97 perf: profile generation
  • cad7ad5 perf: buffer writes
  • a8ea0fc perf: regexp for calculated expressions are slow
  • 2cfc5e6 perf: profiling and pgo
  • 2669e4e perf: use slices package to sort
  • 36f1e88 some lint fixes

v1.13.0

10 months ago

Changelog

  • d2d5335 feat: filter table on web by date range
  • 5fc6fb0 feat: sorting of transactions tables on web
  • c8ed39f feat: sort transactions by date on web