Skip to content

Releases: howeyc/ledger

v0.3.3

27 Jun 01:45

Choose a tag to compare

Changelog

027ff95 remove 32bit builds
f13d76d add import to man page
eb13ec5 add web service to man page
7580cc7 fix version string output
6a22b67 start creation of man page
2b82691 add weight percentage to portfolio view

v0.3.2

25 May 17:56

Choose a tag to compare

Changelog

9b809dc equity command
97fcd20 fix up stats a bit
b361e18 fix import
93adbb5 fix crypto quote

v0.3.1

10 May 23:04

Choose a tag to compare

Changelog

691b3a3 no cgo builds
8d31936 released version of bootstrap
a9f9895 buttons to filter transaction table by account
7b69ebb update deps
6b56396 fix license

v0.3.0

01 May 14:29

Choose a tag to compare

Changelog

929b3d3 add openbsd to releases
d068415 web add transaction with proper formatting
6d9a09b move bal and reg to top level
36d34c5 fix release build
4256a61 spacing in readme
935cced fix readme spacing
bf50ae1 Merge commands into one command with subcommands
814fcca clear add form result
3e665e9 parse as is, sort when printing output
7e60c6a common transaction table
1774295 place common scripts into common template
c652d6e use latest html/css/js libraries
dc56170 default favicon
55a1183 Update web to use embed
1eab359 parse (and skip) account directive
b3c4003 screenshot fixes
9182ce6 calculate column widths a little better

v0.2.3

15 Jan 21:26

Choose a tag to compare

Changelog

09670f5 add arm64, why not
541f104 deps update
7b48783 filter print by account
93bb01d upgrade toml dep
100258d Convert to Go modules
05317ba register now prints account that matches filter
6d53aef limport: can specify destination classification account search parameter
367f8eb limport: import note/comment columns as ;ledger comment
a59591c allow input to be from stdin
f214710 preserve comments in parsed structure
d1e3a0e fix/add sorting by date after parse

v0.2.2

03 Nov 13:07

Choose a tag to compare

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

v0.2.1

12 Mar 17:24

Choose a tag to compare

Changelog

354b43a add BiMonthly period
0208094 Validate transaction in webui, fixes #17
7545402 sometimes previousclose is null, use close
d5ade96 switch up stock api to get mutual fund quotes too
c755879 Merge pull request #16 from aThorp96/upstream-pr
c750b0c Revert import path for upstream building
d336076 Add build test
363c246 Clean up old comment
2a88d73 Removed some debug printlns
bd4a2b1 Added tests for wildcard extension in include paths
cdb2ea8 Changed include path to a variable
fb59f7d report: ability for calculated total to show absolute value
9112f9f change wildcards for reports


Automated with GoReleaser
Built with go version go1.11.1 linux/amd64

v0.2.0

30 Jun 21:12

Choose a tag to compare

Changelog

e31b042 report end date correction for current month/year
5e8ca1b portfolio ordered by sections, make sure total is at the end
25cbb26 dropdown menu, allow scrolling
2c54b0f Support including other ledger files (#15)
8959bcd Merge pull request #13 from bionoren/master
e8e1e1f Improve performance of ParseLedgerAsync
01f5ea0 fix add trans link on mobile quickview
3e23f93 link to add transaction from quickview home
fa287f6 add support for cash to portfolio view
ca54328 remove merge debug line
cebd3b3 merge multiple account lines into one per transaction
5916c5f merge multiple lines per account in each transaction
446a8e9 add missing portfolios to account view


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.1.3

28 Feb 16:37

Choose a tag to compare

Changelog

8b9be35 add leaderboard report type
b0e750f ability to add transaction from web
ede8c43 command line can now filter output by payee
be186cc only show portfolios dropdown when configured
781bd9a handle comments in transactions
3ba4fde mutual fund prices


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.1.2

07 Jan 03:02

Choose a tag to compare

Changelog

b2cc65b view balances of "quickview" configured accounts on main page
981281b add biweekly period
54f9a66 Fix payee width for mobile
b670b19 Add weekly period
07a28d2 attempt at Progressive Web App


Automated with GoReleaser
Built with go version go1.9.2 linux/amd64