From 524bfe73c6605046a28a040a40886e03707e7b16 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 1 May 2014 08:14:36 -0700 Subject: [PATCH] final changelogs --- hledger-lib/CHANGES | 4 ++-- hledger-web/CHANGES | 10 ++++++++-- hledger/CHANGES | 17 +++++++++++------ 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index 6234fe4e8..a5886ee49 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -1,6 +1,6 @@ -See also the hledger changelog. +API-ish changes in hledger-lib. For user-visible changes, see the hledger changelog. -(unreleased) +0.23 (2014/5/1) - orDatesFrom -> spanDefaultsFrom diff --git a/hledger-web/CHANGES b/hledger-web/CHANGES index 06fca2abb..289d8a29c 100644 --- a/hledger-web/CHANGES +++ b/hledger-web/CHANGES @@ -1,8 +1,14 @@ See also the hledger changelog. -(unreleased) +0.23 (2014/5/1) -- allow shakespeare 2.* +- The --static-root flag has been renamed to --file-url. +- hledger-web now builds with Cabal's default -O, not -O2, + so may be a little quicker/less memory-hungry to install. + +0.22.8 (2014/4/29) + +- allow shakespeare 2.* (#179) 0.22.7 (2014/4/17) diff --git a/hledger/CHANGES b/hledger/CHANGES index 36d09bb77..0ccc06aeb 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -1,18 +1,21 @@ -(unreleased) +0.23 (2014/5/1) Journal format: - A # (hash) in column 0 is now also supported for starting a top-level journal comment, like Ledger. - The "too many missing amounts" error now reminds about the 2-space rule. - Fix: . (period) is no longer parsed as a valid amount. - Fix: default commodity directives no longer limit the maximum display precision (#169). +- Fix: + before an amount is no longer parsed as part of the commodity (#181). CLI: -- Commands list cleanups; descriptions are shown for known hledger-* add-ons. -- Single-letter aliases have been dropped, some familiar three-letter ones remain. -- Add-ons can now have several other common executable file extensions (.exe, .bat, .sh, .py, .rb etc.) -- Add-on names are displayed without file extensions when possible. +- Command-line help cleanups, layout improvements. +- Descriptions are shown for known add-ons in the command list. +- Command aliases have been simplified. +- Add-ons can now have any of these file extensions: + none, hs, lhs, pl, py, rb, rkt, sh, bat, com, exe. +- Add-ons are displayed without their file extensions when possible. - Add-ons with the same name as a built-in command or alias are ignored. -- Fix: addon detection and invocation now works on windows. +- Fix: add-on detection and invocation now works on windows. - Fix: add-ons with digits in the name are now found. - Fix: add-on arguments containing a single quote now work. - Fix: when -- is used to hide add-on options from the main program, @@ -56,6 +59,8 @@ print: - Tag queries (tag:) will now match a transaction if any of its postings match. register: +- The --display option has been dropped. To see an accurate running total which + includes the prior starting balance, use --historical/-H (like balance). - With a report interval, report start/end dates are adjusted to encompass the displayed periods, so the first and last periods are "full" and comparable to the others. - Fix: --date2 now works with report intervals (fixes #174).