hledger/doc/ANNOUNCE

28 lines
1.0 KiB
Plaintext
Raw Normal View History

2015-04-08 17:51:40 +03:00
I'm pleased to announce hledger and hledger-web 0.25.
2015-04-08 17:51:40 +03:00
This release brings GHC 7.10 compatibility, terminal width awareness,
useful averages and totals columns, and a more robust hledger-web add
form.
2015-04-08 17:51:40 +03:00
Full release notes: http://hledger.org/release-notes#hledger-0.25 .
Release contributors: Simon Michael, Julien Moutinho.
hledger (http://hledger.org) is a command-line tool and haskell
library for tracking financial transactions, which are stored in a
human-readable plain text format. It can also read CSV or timelog
2015-04-29 00:04:10 +03:00
files, and output CSV. It provides useful reports, and can also help
you record new 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:
cabal update; cabal install hledger [hledger-web]
2015-04-08 17:51:40 +03:00
or see http://hledger.org/download
and http://hledger.org/installing for more options.
Best!
-Simon