;doc: 1.16 announcement

[ci skip]
This commit is contained in:
Simon Michael 2019-12-03 13:43:58 -08:00
parent f319bef945
commit 01e6504bd1

View File

@ -1,7 +1,13 @@
I'm pleased to announce hledger 1.15 ! I'm pleased to announce hledger 1.16.1 !
Thanks to release contributors Caleb Maclennan, Jakob Schöttl,
Henning Thielemann, Dmitry Astapov, Ben Creasy, zieone, Boyd Kelly, hledger 1.16 was released on schedule on 2019-12-01, but only to
Gabriel Ebner, Hans-Peter Deifel, and Andreas Pauley. hackage and github, since I was travelling and behind a rain-disrupted
microwave link. Today brings the release notes & docs updates on
hledger.org, and a 1.16.1 point release with some packaging updates.
Thanks to release contributors Dmitry Astapov, Mykola Orliuk, Brian
Wignall, Alejandro García Montoro, Timofey ZAKREVSKIY, Amitai
Burstein, and Michael Kainer.
hledger is a robust, cross-platform, multicurrency, plain text hledger is a robust, cross-platform, multicurrency, plain text
accounting tool, with command-line, terminal and web UIs. It is one of accounting tool, with command-line, terminal and web UIs. It is one of
@ -12,22 +18,20 @@ Learn more at http://hledger.org and http://plaintextaccounting.org .
WHAT'S NEW: WHAT'S NEW:
A new website, faster and more flexible valuation, more accurate close GHC 8.8 support, much more powerful CSV conversion rules, percentage balance reports, misc improvements.
command, tags --values, new descriptions/payees/notes/diff commands, https://hledger.org/release-notes#hledger-1-16 .
misc. fixes. For details, see
https://hledger.org/release-notes#hledger-1-15 .
GETTING STARTED: GETTING STARTED:
Many install methods are described at http://hledger.org/download . Many install methods are described at http://hledger.org/download .
Some of these might take a few days to become up to date. Some of these might take a few days to become up to date; look for the green badges.
You can build the latest by doing: You can build the latest by doing:
stack install --resolver=lts-14.4 hledger-lib-1.15 hledger-1.15 hledger-web-1.15 hledger-ui-1.15 --verbosity=error stack update; stack install --resolver=lts hledger-lib-1.16.1 hledger-1.16.1 hledger-ui-1.16.1 hledger-web-1.16.1 --silent
or: or:
cabal v2-update && cabal v2-install hledger-1.15 hledger-web-1.15 hledger-ui-1.15 cabal v2-update; cabal v2-install hledger-1.16.1 hledger-web-1.16.1 hledger-ui-1.16.1
To start recording transactions: "hledger add". To start recording transactions: "hledger add".
To list more commands: "hledger". To list more commands: "hledger".