Skip to content

Releases: howeyc/ledger

v1.16.1

09 Feb 01:22
Compare
Choose a tag to compare

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

11 Nov 15:07
Compare
Choose a tag to compare

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

15 Oct 13:03
Compare
Choose a tag to compare

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

12 Oct 01:57
Compare
Choose a tag to compare

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

27 Sep 00:30
Compare
Choose a tag to compare

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

12 Sep 02:05
Compare
Choose a tag to compare

Changelog

v1.13.3

27 Aug 20:34
Compare
Choose a tag to compare

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

16 Aug 02:31
Compare
Choose a tag to compare

Changelog

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

v1.13.1

09 Aug 14:51
Compare
Choose a tag to compare

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

04 Jul 12:45
Compare
Choose a tag to compare

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