;doc: announce 1.20

This commit is contained in:
Simon Michael 2020-12-07 05:58:18 -08:00
parent bf613dbe4e
commit bb03d1aad7

View File

@ -1,4 +1,13 @@
I'm pleased to announce hledger 1.19 ! 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 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
@ -9,31 +18,15 @@ inventory and more. See:
http://hledger.org http://hledger.org
http://plaintextaccounting.org http://plaintextaccounting.org
HIGHLIGHTS:
New aregister and codes commands, Here are three ways to build this release
more powerful CSV conditional rules, (see also http://hledger.org/download for other install methods):
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.
See all changes at https://hledger.org/release-notes . stack update; stack install --resolver=lts hledger-lib-1.20 hledger-1.20 hledger-ui-1.20 hledger-web-1.20.1 --silent
Thanks to release contributors Stephen Morgan, Dmitry Astapov,
Michael Sanders, Henning Thielemann, Martin Michlmayr, and Colin Woodbury.
GETTING STARTED:
Many install methods are described at http://hledger.org/download.
Here are three ways to build from source:
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.19 hledger-web-1.19 hledger-ui-1.19 cabal v2-update; cabal v2-install hledger-1.20 hledger-web-1.20 hledger-ui-1.20
or: or:
@ -41,13 +34,13 @@ or:
less hledger-install.sh less hledger-install.sh
bash hledger-install.sh bash hledger-install.sh
While building, peruse https://hledger.org/start
While building, you could read https://hledger.org/start.
For help, see http://hledger.org#help-feedback For help, see http://hledger.org#help-feedback
and join us on Freenode (#hledger, http://irc.hledger.org) and join us on Freenode (#hledger, http://irc.hledger.org)
or via Matrix (#freenode_#hledger:matrix.org, http://riot.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! New and old users, contributors, sponsors, and all feedback are most welcome!
Best,
Good health,
-Simon -Simon