docs: announcement

This commit is contained in:
Simon Michael 2015-04-08 07:51:40 -07:00
parent ee3ac06c68
commit b16f0cad6b

View File

@ -1,26 +1,27 @@
I'm pleased to announce hledger and hledger-web 0.23! I'm pleased to announce hledger and hledger-web 0.25.
This release includes command-line fixes and polish, a new accounts This release brings GHC 7.10 compatibility, terminal width awareness,
command, and a number of changes to the balance command relating useful averages and totals columns, and a more robust hledger-web add
to --depth, --flat, and multicolumn mode, which I find has made it much form.
more useful. Release notes:
http://hledger.org/release-notes#hledger-023-201451 .
Contributors to this release: Peter Simons and Marko Kocić.
hledger (http://hledger.org) is a command-line tool and haskell library Full release notes: http://hledger.org/release-notes#hledger-0.25 .
for tracking financial transactions, which are stored in a human-readable Release contributors: Simon Michael, Julien Moutinho.
plain text format. It can also read CSV or timelog files. It provides useful
reports, and can also help you record new transactions interactively. hledger (http://hledger.org) is a command-line tool and haskell
Add-on commands include hledger-web (a web interface), library for tracking financial transactions, which are stored in a
hledger-irr (for calculating internal rate of return) and hledger-interest human-readable plain text format. It can also read CSV or timelog
(for generating interest transactions). hledger is inspired by and largely files. It provides useful reports, and can also help you record new
compatible with Ledger. transactions interactively. Add-on commands include hledger-web (a
web interface), hledger-irr (for calculating internal rate of return)
and hledger-interest (for generating interest transactions). hledger
is inspired by and largely compatible with Ledger, and can be used
with some Ledger files.
Installation: Installation:
cabal update; cabal install hledger [hledger-web] cabal update; cabal install hledger [hledger-web]
(see http://hledger.org/installing for help) or see http://hledger.org/download
or sponsor a binary at http://hledger.org/download and http://hledger.org/installing for more options.
Best! Best!
-Simon -Simon