doc: 1.2 announcement

This commit is contained in:
Simon Michael 2017-03-31 18:28:47 -07:00
parent 2c1ec12d2e
commit a39c6746da
2 changed files with 28 additions and 24 deletions

View File

@ -1,21 +1,26 @@
Two months since last release, I'm pleased to announce hledger 1.1 ! I'm pleased to announce hledger 1.2, on schedule. Thank you to
Thank you to contributors Johannes Gerer, Nikolay Orlyuk, and Shubham release contributors Peter Simons, Stefano Rodighiero, Moritz Kiefer,
Lagwankar, along with all others who contributed in other ways. Pia Mancini, Bryan Richter, Steven R. Baker, Hans-Peter Deifel, Joshua
Chia, Joshua Kehn, Michael Walker, and especially Mykola Orliuk and
Justin Le!
Notable user-visible changes in this release:
new commands list,
more powerful balancesheet/incomestatement/cashflow commands,
more parseable print output,
better --pivot,
basic automated postings and periodic transactions support,
more and easier addons,
bugfixes.
Full release notes: http://hledger.org/release-notes#hledger-1.2
The next major release is scheduled for June 30.
hledger (http://hledger.org) is a dependable, precise, cross-platform hledger (http://hledger.org) is a dependable, precise, cross-platform
program for tracking money, time, or any other commodity, using program for tracking money, time, or any other commodity, using
double-entry accounting and a simple plain text file format. Inspired double-entry accounting and a simple plain text file format. It is a
by the Ledger project, hledger provides command-line, curses and web haskell reimplementation of Ledger, provides command-line, curses and
interfaces, and aims to be a robust, practical tool for daily use. web interfaces, and aims to be a robust, practical tool for daily use.
Notable user-visible changes in this release:
- hledger-ui --watch live-updates as files or the current date change,
useful eg when reconciling or for a time log dashboard
- Ledger-style balance assignments are now supported in journal files
Full release notes: http://hledger.org/release-notes#hledger-1.1
To install this release: To install this release:
@ -27,12 +32,10 @@ or see http://hledger.org/download for more installation options.
Our IRC channel is #hledger on Freenode, and you can find out more at Our IRC channel is #hledger on Freenode, and you can find out more at
http://hledger.org. http://hledger.org.
I hope you enjoy these tools and that they help you achieve your goals. I hope you enjoy hledger and that it helps you achieve your goals.
If you like hledger, your support and participation is appreciated! If you have benefitted from hledger, please give back and make it stronger!
Fund us on Gratipay or Bountysource, give feedback, report bugs, send Donate using one of the funding links on the home page, give feedback,
pull requests, write about it, etc. report bugs, send pull requests, write about it, etc.
Happy 2017! Best!
Best,
-Simon -Simon

View File

@ -56,8 +56,9 @@ change logs.
## 2017/3/31 hledger 1.2 ## 2017/3/31 hledger 1.2
***more powerful bs/is/cf commands, ***new commands list,
more robust print command, more powerful balancesheet/incomestatement/cashflow commands,
more parseable print output,
better --pivot, better --pivot,
basic automated postings and periodic transactions support, basic automated postings and periodic transactions support,
more and easier addons, more and easier addons,