Skip to content

Commit

Permalink
;doc: announce 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 7, 2020
1 parent bf613db commit bb03d1a
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions doc/ANNOUNCE
Original file line number Diff line number Diff line change
@@ -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
command-line, terminal and web UIs. It is a modern and largely
Expand All @@ -9,45 +18,29 @@ inventory and more. See:
http://hledger.org
http://plaintextaccounting.org

HIGHLIGHTS:

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.

See all changes at https://hledger.org/release-notes .
Thanks to release contributors Stephen Morgan, Dmitry Astapov,
Michael Sanders, Henning Thielemann, Martin Michlmayr, and Colin Woodbury.
Here are three ways to build this release
(see also http://hledger.org/download for other install methods):

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
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.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:

curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh
less 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
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!

Best,

Good health,
-Simon

0 comments on commit bb03d1a

Please sign in to comment.