From 0f4a042f0af8f0d6d912b62f809391396524b6a5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 29 Mar 2017 16:52:38 -0700 Subject: [PATCH] doc: update release notes --- site/release-notes.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/site/release-notes.md b/site/release-notes.md index 6d2fdf519..d42d60731 100644 --- a/site/release-notes.md +++ b/site/release-notes.md @@ -107,7 +107,7 @@ start tracking and publishing project finances (dogfooding!). #### Documentation and website -docs page cleanups, +docs page & manual cleanups, begin organising a cookbook, update addons list, move detailed addon docs out of hledger manual, @@ -164,10 +164,21 @@ Add Ledger.Parse.Text to package.yaml, fixing a potential build failure. Allow megaparsec 5.2 (#503) +Rename optserror -> usageError, consolidate with other error functions + ### hledger 1.2 #### CLI +"hledger" and "hledger -h" now print a better organised commands list +and general usage message respectively (#297). + +The common reporting flags can now be used anywhere on the command line. + +Fixed deduplication of addons in commands list. + +Fixed ugly stack traces in command line parse error messages. + The -V/--value flag is now a global report flag, so it works with balance, print, register, balancesheet, incomestatement, cashflow, etc. (Justin Le) @@ -181,6 +192,8 @@ the value of some other field or tag. It has been improved, eg: - a pipe character delimiter may be used in descriptions to get a more accurate and useful payee report (`hledger balance --pivot payee`) +options cleanups + #### Addons Easier installation: @@ -212,7 +225,7 @@ New addons added/included: - budget - experimental budget reporting command supporting Ledger-like periodic transactions and automated transactions (Mykola Orliuk) - chart - pie-chart-generating prototype, a repackaging of the old hledger-chart tool - check - more powerful balance assertions (Michael Walker) -- dupes - find accounts sharing the same leaf name (Stefano Rodighiero) +- check-dupes - find accounts sharing the same leaf name (Stefano Rodighiero) - prices - show all market price records (Mykola Orliuk) - register-match - a helper for ledger-autosync's deduplication, finds best match for a transaction description @@ -244,6 +257,11 @@ The rewrite command is more robust and powerful (Mykola Orliuk): - posting-specific dates are handled better +#### balance + +A new --pretty-tables option uses unicode characters for rendering +table borders in multicolumn reports (#522) (Moritz Kiefer) + #### balancesheet/cashflow/incomestatement These commands are now more powerful, able to show multicolumn reports