Releases: howeyc/ledger
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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
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
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
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
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
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