hledger/doc/ANNOUNCE
2020-12-07 05:58:18 -08:00

47 lines
1.4 KiB
Plaintext

I'm pleased to announce hledger 1.20 ! Changes include:
- Strict mode
- check command
- rendering, speed, and valuation fixes.
See the details at https://hledger.org/release-notes .
Thanks to release contributors Stephen Morgan, Dmitry Astapov,
TANIGUCHI Kohei, and legrostdg.
hledger is a robust, cross-platform, plain text accounting tool, with
command-line, terminal and web UIs. It is a modern and largely
compatible reimplementation of Ledger CLI with many improvements.
You can use it to track time, money, investments, cryptocurrencies,
inventory and more. See:
http://hledger.org
http://plaintextaccounting.org
Here are three ways to build this release
(see also http://hledger.org/download for other install methods):
stack update; stack install --resolver=lts hledger-lib-1.20 hledger-1.20 hledger-ui-1.20 hledger-web-1.20.1 --silent
or:
cabal v2-update; cabal v2-install hledger-1.20 hledger-web-1.20 hledger-ui-1.20
or:
curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh
less hledger-install.sh
bash hledger-install.sh
While building, you could read https://hledger.org/start.
For help, see http://hledger.org#help-feedback
and join us on Freenode (#hledger, http://irc.hledger.org)
or via Matrix (#freenode_#hledger:matrix.org, http://riot.hledger.org).
New and old users, contributors, sponsors, and all feedback are most welcome!
Good health,
-Simon