;doc: 1.19 announcement

This commit is contained in:
Simon Michael 2020-09-02 12:38:49 -07:00
parent 0751536d25
commit f4c4f06474

View File

@ -1,4 +1,4 @@
I'm pleased to announce hledger 1.18. I'm pleased to announce hledger 1.19 !
hledger is a robust, cross-platform, plain text accounting tool, with hledger is a robust, cross-platform, plain text accounting tool, with
command-line, terminal and web UIs. It is a modern and largely command-line, terminal and web UIs. It is a modern and largely
@ -11,26 +11,29 @@ http://plaintextaccounting.org
HIGHLIGHTS: HIGHLIGHTS:
Fixed JSON output; New aregister and codes commands,
market prices inferred from transactions; more powerful CSV conditional rules,
more Ledger file compatibility; new sql output format,
more flexible journal entries from CSV; consistently default to flat mode,
misc. fixes and improvements. better colour control,
cashflow report customisable like the others,
more number/date/regexp parsing/validation,
more speed.
See all changes at https://hledger.org/release-notes . See all changes at https://hledger.org/release-notes .
Thanks to release contributors Stephen Morgan, Dmitry Astapov, Henning Thanks to release contributors Stephen Morgan, Dmitry Astapov,
Thielemann, Andriy Mykhaylyk, Pavan Rikhi, and Vladimir Sorokin. Michael Sanders, Henning Thielemann, Martin Michlmayr, and Colin Woodbury.
GETTING STARTED: GETTING STARTED:
Many install methods are described at http://hledger.org/download. Many install methods are described at http://hledger.org/download.
Here are three ways to build from source: Here are three ways to build from source:
stack update; stack install --resolver=lts hledger-lib-1.18 hledger-1.18 hledger-ui-1.18 hledger-web-1.18 --silent stack update; stack install --resolver=lts hledger-lib-1.19 hledger-1.19 hledger-ui-1.19 hledger-web-1.19 --silent
or: or:
cabal v2-update; cabal v2-install hledger-1.18 hledger-web-1.18 hledger-ui-1.18 cabal v2-update; cabal v2-install hledger-1.19 hledger-web-1.19 hledger-ui-1.19
or: or: