[Haskell-cafe] ANN: hledger 0.8 released
Simon Michael
simon at joyful.com
Thu Feb 11 22:02:14 EST 2010
hledger 0.8 is out!
http://hledger.org
http://hledger.org/MANUAL.html#installing
Bug fixes, refactoring and Hi-Res Graphical Charts. (See Roman
Cheplyaka's blog: http://www.reddit.com/r/haskell/comments/b0w0q/using_the_hledger_package_to_track_finances)
Best - Simon
Release notes:
......................
* parsing: in date=date2, use first date's year as a default for
the second
* add: ctrl-d doesn't work on windows, suggest ctrl-c instead
* add: --no-new-accounts option disallows new accounts (Roman
Cheplyaka)
* add: re-use the previous transaction's date as default (Roman
Cheplyaka)
* add: a command-line argument now filters by account during
history matching (Roman Cheplyaka)
* chart: new command, generates balances pie chart (requires -
fchart flag, gtk2hs) (Roman Cheplyaka, Simon Michael)
* register: make reporting intervals honour a display expression
(#18)
* web: fix help link
* web: use today as default when adding with a blank date
* web: re-enable account/period fields, they seem to be fixed,
along with file re-reading (#16)
* web: get static files from the cabal data dir, or the current dir
when using make (#13)
* web: preserve encoding during add, assuming it's utf-8 (#15)
* fix some non-utf8-aware file handling (#15)
* filter ledger again for each command, not just once at program
start
* refactoring, clearer data types
Stats:
62 days since last release,
2 contributors,
76 commits,
3464 lines of non-test code,
97 tests,
53% test coverage
More information about the Haskell-Cafe
mailing list