hledger/ANNOUNCE

25 lines
916 B
Plaintext
Raw Normal View History

I'm pleased to announce hledger-web 0.19, compatible with the latest
hledger and Yesod.
2012-11-17 07:32:48 +04:00
Release notes:
* web: builds with yesod 1.1.3
2012-11-17 07:32:48 +04:00
* web: obeys command-line query options at startup again
* the autogenerated session file is now a dot file
(.hledger-web_client_session.aes)
2012-05-29 22:34:33 +04:00
2012-10-22 02:19:34 +04:00
hledger is a command-line tool and haskell library for tracking
financial transactions, which are stored in a human-readable plain
text format. In addition to reporting, it can also help you record new
transactions, or convert CSV data from your bank. Add-on packages
include hledger-web, a web interface. hledger is inspired by and
compatible with John Wiegley's Ledger. For more, see http://hledger.org .
2011-09-02 04:08:57 +04:00
2012-10-22 02:19:34 +04:00
Install it:
2011-09-02 04:08:57 +04:00
cabal update; cabal install hledger-web
For more installation help, see http://hledger.org/MANUAL.html#installing .
2012-10-22 02:19:34 +04:00
Or, sponsor a ready-to-run binary for your platform: http://hledger.org/DOWNLOAD.html .