Skip to content

v0.1.0

Compare
Choose a tag to compare
@howeyc howeyc released this 07 Dec 03:11
· 276 commits to master since this release

Changelog

79bc2b4 Releaser
08d6cf6 no test for now on CI
66ae294 Travis CI
daee46d some lint fixes
ccfb729 Have commands use dep
2ac74c1 Switch to dep
6fbfe8f Merge pull request #12 from aquilax/parse-async
05a7ddf No need to assign varable
d80588a Added simple linter as an Use Case
3056063 Added ParseLedgerAsync function
d7d63b8 add portfolio nav to reports
61e600d reload portfolio data
e105ae8 Multiple portfolios
fc80487 lweb - get stock data from IEX
e1293ea add web screenshots
80c21f9 add multiply and division as operations for reports
f8b84d2 generate colors fast
c16b7c3 cache transactions in web process
a386209 small change to balance filtering
05e1908 improve date parsing
1ae5c65 get stock info in parallel
e57abd6 small color change
33685e4 portfolio sub totals
28ff7fe add day numbers to portfolio
3c51b5f add total to portfolio
b6cf620 small portfolio fix
c5080c8 add portfolio view
26c3be8 code for empty balance filling easier to follow
d749dd2 handle empty balance for account in transaction
5b94601 Fix time boundary calc
1609929 ability to output results by period (date range)
409da89 have register output show account names
7836746 small fix to stats output
463abb1 small change for radar charts
097f717 small typo fix
1dce925 add "SemiYearly" as a supported period
9f50f24 add support for other chart types
360e3e0 Add more human date ranges for reports
867bfde add radar chart
36449bd small fix
b73b9cc small readme change
a9d95d0 filter transactions shown on report
4ed938a pass big.Rat to templates to print correct precision
3a4fbf4 Have calculated accounts be allowed to go negative
1fb6571 Shorten names in pie chart report
15a737d Merge pull request #8 from silasb/skip-all-comment-lines
067407c Skipping all comment lines
51d34dd truncate payee to remove mobile horizontal scroll
7464d83 Add go generate directive
ab4756b Simpler install instructions
513991b lweb - add line breaks in legend
1906b3f lweb - colors no longer hard-coded, more than 10 colors now
7b704ab lweb - add more colors to report
ab3b51b lweb - implement wildcards for accounts on reports
a7ee46e spaces vs tabs
b6db40a lweb - abbreviate account names on small displays
e435159 small lint fixes
0d6b873 two different types of account excludes
d9125f7 Add ability to have calculated accounts on reports
03d0707 handle exclude accounts for bar/line to match pie charts
167cd0c Add scale factor to import
3a9441d add favicon to bindata
5d7847c Add favicon
b6a208d Add support to lweb for stacked bar chart
02e50cf Print filename with error
c67d957 Small change for readability on github
a496b7a vendor a dependency
659782a Couple small lint issues
adeee99 Move "global" variables to commands
37b560c Allow dates in multiple formats, not just YYYY/MM/DD
a7da242 Merge pull request #5 from cbbrowne/master
fb5f596 Documentation additions - On building ledger - Compatibility differences with C++-based ledger
901eaf2 Add indication of what commands are permissible
01215d6 Allow tabs (in between account name and amount). Fixes #4
743552f Small change to end of period for BalancesByPeriod
7cf5d35 Merge branch 'master' of github.com:howeyc/ledger
bfd5c61 Add table of transactions under charts on reports
c8aaeea Merge pull request #3 from aquilax/small-fixes
ab1c23f Moved comment
e82e501 utf8 string length in print
77f6cce Allow lines with whitespace
1886c43 Add some doc strings to make golint happier
5f98fe2 Vendor dependency
14983ea Merge pull request #2 from aquilax/utf-accounts
40bfc96 Merge pull request #1 from aquilax/calculate-expressions
eb4eb70 Use utf8.RuneCountInString instead of len
d3d9925 Trim whitespace from balance
85305f9 Added test case; Trim lines in transaction line
50fc584 Calculate expressions
2c34d73 Sample reports
51062a2 Move back to commands working with go get
77fd0e4 load report config periodically
aafef34 Fix periodic report load
ca92685 Add colors
5e532d5 Fix periodic loading of reports file
86ef587 Handle zero values
32f4eb4 oops
78c0c4d Reload files periodically
a599533 Store assets in binary
2b72530 Clean dependencies
c121931 Default page to Accounts page
e02ac8b Add padding to see page headers under nav bar
c9c4829 Add date range to reports
14dc92c Handle multiple date ranges for reports
a918d70 Add chart legend
9e03f0c Support for line and bar chart
35e8c56 Add date range support
3879bdf Exclude accounts from reports
a9a22df Add responsive reports (pie chart)
2e64f91 Switch to martini
cf912c0 Add extra features for importing other files
5831d50 draw2d moved to github, symlink for now
0191830 Build with gb
82ff92d Remove lreport, lweb is better and has more charts.
e6e6d96 Update import command.
975c93d Make durations more human friendly.
fef6a6b Add "stats" command.
928b37f Move printing to command.
4ebd3a1 Move functions around.
6da2104 Add report page.
4b9df48 Add bar chart to compare accounts over years
74e79d9 Make chart based on date range
0347fc8 Create pie charts for accounts
ec47249 Add ability to run web server on localhost only
af4c8c2 Add ledger web command.
58ae6de Change name of start date to begin date.
c4a4fce Parse last transaction of the ledger file.
5399612 Document report command.
a08ef92 Report command accepts output file name.
41f241c Add report time filters.
e3a11eb Allow report to specify account filter.
a76acf3 Default end date to tomorrow.
6dfeeb2 Ledger Report
e176248 Readme changes
3f83bb8 Print generated transactions formatted like ledger file.
b18464c Add printing function for transaction
91c21be Rename of import paths
3b881c5 Godoc link added to Readme
4f64c16 Readme changes
ba33ad7 Add Readme
3726279 Add usage info
3b6796f Import new transactions only
173680c Get columns based on header row
04fcfcc Add date range args
199e0dd Classify is now limport command
cc843ba Change around file structure
90f53d2 Move files
5a91880 Some function doc
32baf47 Multiple filters
4665093 Some flag typo issues
fa8f95e Display values to 2 decimal places.
a1b316f Add register
a0a3fc2 Added sorting
c35ce4c Parse ledger


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