mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
doc: update ANNOUNCe
This commit is contained in:
parent
087f3a49bc
commit
6e84bf3510
34
doc/ANNOUNCE
34
doc/ANNOUNCE
@ -1,11 +1,20 @@
|
|||||||
I'm pleased to announce hledger and hledger-web 0.25.
|
I'm pleased to announce hledger and hledger-web 0.26!
|
||||||
|
|
||||||
This release brings GHC 7.10 compatibility, terminal width awareness,
|
This release restores non-regular-expression account aliases as the
|
||||||
useful averages and totals columns, and a more robust hledger-web add
|
default, and brings miscellaneous bugfixes and cleanups, and some
|
||||||
form.
|
performance work. Also the website and documentation have been
|
||||||
|
improved, and now include many more examples.
|
||||||
|
Full release notes: http://hledger.org/release-notes#hledger-0.26 .
|
||||||
|
|
||||||
Full release notes: http://hledger.org/release-notes#hledger-0.25 .
|
Release contributors:
|
||||||
Release contributors: Simon Michael, Julien Moutinho.
|
Simon Michael,
|
||||||
|
Imuli,
|
||||||
|
Carlos Lopez-Camey,
|
||||||
|
Kyle Marek-Spartz,
|
||||||
|
Rick Lupton,
|
||||||
|
Simon Hengel.
|
||||||
|
|
||||||
|
About:
|
||||||
|
|
||||||
hledger (http://hledger.org) is a command-line tool and haskell
|
hledger (http://hledger.org) is a command-line tool and haskell
|
||||||
library for tracking financial transactions, which are stored in a
|
library for tracking financial transactions, which are stored in a
|
||||||
@ -19,9 +28,16 @@ Ledger, and can be used with some Ledger files.
|
|||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
|
|
||||||
cabal update; cabal install hledger [hledger-web]
|
$ cabal update; [cabal sandbox init;] cabal install hledger[-web]
|
||||||
or see http://hledger.org/download
|
|
||||||
and http://hledger.org/installing for more options.
|
or:
|
||||||
|
|
||||||
|
$ git clone https://github.com/simonmichael/hledger.git
|
||||||
|
$ cd hledger
|
||||||
|
$ git checkout hledger-0.26
|
||||||
|
$ stack install
|
||||||
|
|
||||||
|
or see http://hledger.org/download for more options.
|
||||||
|
|
||||||
Best!
|
Best!
|
||||||
-Simon
|
-Simon
|
||||||
|
Loading…
Reference in New Issue
Block a user