;doc: announcement

This commit is contained in:
Simon Michael 2020-03-01 18:14:42 -08:00
parent e415ef0ec1
commit db877d7355

View File

@ -1,47 +1,56 @@
I'm pleased to announce hledger 1.16.1 ! I'm pleased to announce hledger 1.17 !
hledger 1.16 was released on schedule on 2019-12-01, but only to hledger is a robust, cross-platform, plain text accounting tool, with
hackage and github, since I was travelling and behind a rain-disrupted command-line, terminal and web UIs. It is a modern and largely
microwave link. Today brings the release notes & docs updates on compatible reimplementation of Ledger CLI with many improvements.
hledger.org, and a 1.16.1 point release with some packaging updates. You can use it to track time, money, investents, cryptocurrencies,
inventory and more. See:
Thanks to release contributors Dmitry Astapov, Mykola Orliuk, Brian http://hledger.org
Wignall, Alejandro García Montoro, Timofey ZAKREVSKIY, Amitai http://plaintextaccounting.org
Burstein, and Michael Kainer.
hledger is a robust, cross-platform, multicurrency, plain text hledger 1.17 is released on schedule on 2020-03-01.
accounting tool, with command-line, terminal and web UIs. It is one of Thanks to release contributors Aleksandar Dimitrov, Brian Wignall,
the leading implementations of plain text accounting, and is a modern Stephen Morgan, Jacek Generowicz, Gaith Hallak, Eric Mertens, Jakob
and largely compatible reimplementation of Ledger. Use it for tracking Schöttl, Carl Richard Theodor Schneider, David Zhang, Amarandus,
money, time, stocks, cryptocurrencies or any other commodity, Evilham, Mateus Furquim, and Rui Chen.
Learn more at http://hledger.org and http://plaintextaccounting.org .
WHAT'S NEW: HIGHLIGHTS:
GHC 8.8 support, much more powerful CSV conversion rules, percentage balance reports, misc improvements. CSV single-field matching,
https://hledger.org/release-notes#hledger-1-16 . easier SSV/TSV conversion,
fixed/enhanced close command,
undo in add command,
more JSON output,
org headline support in timedot format,
GHC 8.10 support.
See all changes at https://hledger.org/release-notes .
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; look for the green badges. Here are three ways to build from source:
You can build the latest by doing:
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 stack update; stack install --resolver=lts hledger-lib-1.17 hledger-1.17 hledger-ui-1.17 hledger-web-1.17 --silent
or: or:
cabal v2-update; cabal v2-install hledger-1.16.1 hledger-web-1.16.1 hledger-ui-1.16.1 cabal v2-update; cabal v2-install hledger-1.17 hledger-web-1.17 hledger-ui-1.17
To start recording transactions: "hledger add". or:
To list more commands: "hledger".
See http://hledger.org for docs and support, curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh
or join #hledger on Freenode (http://irc.hledger.org), less hledger-install.sh
or join via Matrix (http://riot.hledger.org). bash hledger-install.sh
New and old users, contributors, sponsors, and all feedback are While building, peruse https://hledger.org/start
most welcome!
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, Best,
-Simon -Simon