2016-10-30 16:38:33 +03:00
|
|
|
Attention, attention hledger-folk! Once again, Happy Hallowe'en.
|
|
|
|
After almost ten years of steady development, and one year since
|
|
|
|
our last major release, I am very pleased to announce..
|
2016-10-28 04:01:34 +03:00
|
|
|
|
|
|
|
_ _ _ _ ___ _
|
|
|
|
| |__ | | ___ __| | __ _ ___ _ __ / | / _ \ | |
|
|
|
|
| '_ \| |/ _ \/ _` |/ _` |/ _ \ '__| | || | | | | |
|
|
|
|
| | | | | __/ (_| | (_| | __/ | | || |_| | |_|
|
|
|
|
|_| |_|_|\___|\__,_|\__, |\___|_| |_(_)___/ (_)
|
|
|
|
|___/
|
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
hledger's 1.0 release! It's about time!
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
hledger (http://hledger.org) is a cross-platform program for tracking
|
|
|
|
money, time, or any other commodity using double-entry accounting
|
|
|
|
and a simple plain text file format.
|
|
|
|
Inspired by Ledger CLI, hledger provides command-line, curses
|
|
|
|
and web interfaces, and aims to be a reliable, practical tool
|
|
|
|
for daily use.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
|
|
|
Notable changes since 0.27:
|
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
- the hledger.org website is simpler, clearer, and more mobile-friendly
|
2016-10-28 04:01:34 +03:00
|
|
|
|
|
|
|
- docs have been reorganized, with more focussed manuals available in
|
|
|
|
multiple versions, formats and as built-in help
|
|
|
|
|
|
|
|
- we support the latest GHC (8 and 7.10), stackage snapshots, and
|
|
|
|
libs. (GHC 7.8 and 7.6 support are not currently supported,
|
|
|
|
maintainers welcome.)
|
|
|
|
|
|
|
|
- hledger has migrated from parsec to megaparsec and from String to
|
|
|
|
Text, parsers have been simplified, memory usage is ~30% less on
|
|
|
|
large files, speed is slightly improved all around
|
|
|
|
|
|
|
|
- --pivot (group by arbitrary tag instead of account) and --anon
|
|
|
|
(obfuscate account names) are now supported
|
|
|
|
|
|
|
|
- hledger-ui has acquired many new features making it more useful
|
|
|
|
(file editing, filtering, historical/period modes, quick period
|
|
|
|
browsing..)
|
|
|
|
|
|
|
|
- hledger-web is more robust and more mobile-friendly
|
|
|
|
|
|
|
|
- hledger-api, a simple web API server, has been added
|
|
|
|
|
|
|
|
- a new "timedot" file format allows retroactive/approximate time
|
|
|
|
logging
|
|
|
|
|
|
|
|
- the project continues to grow. A call for help was sent out last
|
|
|
|
month, and contributor activity is increasing
|
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
- a new website, http://plaintextaccounting.org, has been created as a
|
|
|
|
portal and knowledge base for hledger, Ledger, beancount and related
|
|
|
|
tools and practices.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
Full release notes: http://hledger.org/release-notes#hledger-1.0
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
Contributors to this release include:
|
|
|
|
Simon Michael, Dominik Süß, Thomas R. Koll, Moritz Kiefer,
|
|
|
|
jungle-boogie, Sergei Trofimovich, Malte Brandy, Sam Doshi,
|
|
|
|
Mitchell Rosen, Hans-Peter Deifel, Brian Scott, and Andrew Jones.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
How to install:
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
(Get stack, eg from http://haskell-lang.org/get-started)
|
|
|
|
$ stack install --resolver=nightly hledger [hledger-ui] [hledger-web] [hledger-api]
|
2016-10-28 04:01:34 +03:00
|
|
|
$ ~/.local/bin/hledger --version
|
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
or see http://hledger.org/download for more install options,
|
|
|
|
including cabal, OS packages and Windows binaries.
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2016-10-30 16:38:33 +03:00
|
|
|
I hope you find these tools helpful in achieving your goals.
|
|
|
|
If you like hledger, your support and participation is welcome!
|
2016-10-28 04:01:34 +03:00
|
|
|
|
2014-05-07 07:02:00 +04:00
|
|
|
-Simon
|