I'm pleased to announce the release of hledger and hledger-web 0.18.1 (in
time for Debian wheezy!)

hledger (http://hledger.org) is a haskell library, command-line tool and
web application for tracking and analyzing financial transactions.  It
reads a plain text file describing transactions and lets you query account
balances or activity by various criteria.  It can also help you record new
transactions, or convert CSV data from your bank. hledger is inspired by
and compatible with John Wiegley's Ledger.

Installation:

  cabal update; cabal install hledger [hledger-web]

For more help, see http://hledger.org/MANUAL.html#installing .  Or, fund a
ready-to-run binary for your platform: http://hledger.org/DOWNLOAD.html

Release notes for 0.18.1:

  * register, print: fix reverse ordering of same-day transactions

  * balance: respect all query terms, not just acct

  * combine command-line flags like --depth properly with non-flag query
    patterns

  * web: don't auto-create a missing journal file at startup

  * stats: list included journal files

  * support tilde (~) in journal and rules file paths

  * expose more utilities from CsvReader

  * remove ensureRulesFile debug trace

Release contributors: Simon Michael, Clint Adams

Release stats: 30 days, 27 commits, 6 end-user fixes, 2 end-user features
since last release

Project stats: 225 unit & functional tests, 7879 lines of code including
hledger-web, 19 committers

Best - Simon

Reply via email to