hledger/doc/ANNOUNCE

54 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-09-02 22:38:49 +03:00
I'm pleased to announce hledger 1.19 !
2019-12-04 00:43:58 +03:00
2020-03-02 05:14:42 +03:00
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.
2020-03-02 09:01:23 +03:00
You can use it to track time, money, investments, cryptocurrencies,
2020-03-02 05:14:42 +03:00
inventory and more. See:
2019-12-04 00:43:58 +03:00
2020-03-02 05:14:42 +03:00
http://hledger.org
http://plaintextaccounting.org
2019-02-02 05:10:14 +03:00
2020-03-02 05:14:42 +03:00
HIGHLIGHTS:
2018-12-04 02:12:09 +03:00
2020-09-02 22:38:49 +03:00
New aregister and codes commands,
more powerful CSV conditional rules,
new sql output format,
consistently default to flat mode,
better colour control,
cashflow report customisable like the others,
more number/date/regexp parsing/validation,
more speed.
2020-03-02 05:14:42 +03:00
See all changes at https://hledger.org/release-notes .
2020-09-02 22:38:49 +03:00
Thanks to release contributors Stephen Morgan, Dmitry Astapov,
Michael Sanders, Henning Thielemann, Martin Michlmayr, and Colin Woodbury.
2018-12-04 02:12:09 +03:00
2019-09-01 20:00:16 +03:00
GETTING STARTED:
2018-03-31 21:11:34 +03:00
2020-03-02 05:14:42 +03:00
Many install methods are described at http://hledger.org/download.
Here are three ways to build from source:
2020-09-02 22:38:49 +03:00
stack update; stack install --resolver=lts hledger-lib-1.19 hledger-1.19 hledger-ui-1.19 hledger-web-1.19 --silent
2020-03-02 05:14:42 +03:00
or:
2019-02-02 05:10:14 +03:00
2020-09-02 22:38:49 +03:00
cabal v2-update; cabal v2-install hledger-1.19 hledger-web-1.19 hledger-ui-1.19
2019-02-02 05:10:14 +03:00
2019-09-01 20:00:16 +03:00
or:
2020-03-02 05:14:42 +03:00
curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh
less hledger-install.sh
bash hledger-install.sh
2019-09-01 20:00:16 +03:00
2020-03-02 05:14:42 +03:00
While building, peruse https://hledger.org/start
2020-03-02 05:14:42 +03:00
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).
2019-09-01 20:00:16 +03:00
2020-03-02 05:14:42 +03:00
New and old users, contributors, sponsors, and all feedback are most welcome!
2018-10-06 03:43:05 +03:00
Best,
-Simon