2017-07-01 20:56:57 +03:00
|
|
|
I'm pleased to announce hledger 1.3, released yesterday.
|
|
|
|
Thank you release contributors: Mykola Orliuk, Christian G. Warden,
|
|
|
|
Dmitry Astapov, Justin Le, Joe Horsnell, Nicolas Wavrant, afarrow,
|
|
|
|
Carel Fellinger, flip111, David Reaver, Felix Yan, Nissar Chababy, and
|
|
|
|
Jan Zerebecki.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2017-01-05 04:31:48 +03:00
|
|
|
Notable user-visible changes in this release:
|
2017-07-01 20:56:57 +03:00
|
|
|
terminology/UI improvements for the status field,
|
|
|
|
selection/scrolling/movement improvements in hledger-ui,
|
|
|
|
negative amounts shown in red,
|
2017-04-01 04:28:47 +03:00
|
|
|
bugfixes.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2017-07-01 20:56:57 +03:00
|
|
|
Full release notes are at http://hledger.org/release-notes#hledger-1.3
|
|
|
|
The next major release is scheduled for September 30.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2017-04-01 04:28:47 +03:00
|
|
|
hledger (http://hledger.org) is a dependable, precise, cross-platform
|
|
|
|
program for tracking money, time, or any other commodity, using
|
|
|
|
double-entry accounting and a simple plain text file format. It is a
|
|
|
|
haskell reimplementation of Ledger, provides command-line, curses and
|
|
|
|
web interfaces, and aims to be a robust, practical tool for daily use.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2017-07-01 20:56:57 +03:00
|
|
|
To get started, install the stack tool, eg by downloading from
|
|
|
|
http://haskell-lang.org/get-started. Then install hledger (and
|
|
|
|
optionally the alternate UIs):
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2017-07-01 20:56:57 +03:00
|
|
|
$ stack install hledger-lib-1.3 hledger-1.3 [hledger-ui-1.3] [hledger-web-1.3] [hledger-api-1.3]
|
|
|
|
|
|
|
|
(cabal experts can use that instead. See http://hledger.org/download
|
|
|
|
for more install options.)
|
|
|
|
|
|
|
|
Ensure $HOME/.local/bin is in your $PATH, and try some commands:
|
|
|
|
|
|
|
|
$ hledger # list commands
|
|
|
|
$ hledger -h # quick help
|
|
|
|
$ hledger --man # man page for the hledger CLI tool
|
|
|
|
$ hledger info journal # info manual for the journal format
|
|
|
|
|
|
|
|
etc.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2017-01-05 04:31:48 +03:00
|
|
|
Our IRC channel is #hledger on Freenode, and you can find out more at
|
|
|
|
http://hledger.org.
|
2016-10-30 20:29:22 +03:00
|
|
|
|
2017-04-01 04:28:47 +03:00
|
|
|
If you have benefitted from hledger, please give back and make it stronger!
|
|
|
|
Donate using one of the funding links on the home page, give feedback,
|
2017-07-01 20:56:57 +03:00
|
|
|
report bugs, send pull requests, write about it, or help in some other way.
|
|
|
|
Thanks for your support; I hope you enjoy hledger and that it helps you achieve your goals.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2014-05-07 07:02:00 +04:00
|
|
|
-Simon
|