From 898cda4ee5c4912eeebd9aae95e2c1a32bff7ea5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Apr 2020 18:38:38 -0700 Subject: [PATCH] ;changelogs --- CHANGES.md | 9 ++++++++- hledger-lib/CHANGES.md | 2 +- hledger-ui/CHANGES.md | 4 +++- hledger-web/CHANGES.md | 8 +++++++- hledger/CHANGES.md | 8 +++++++- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0071dc2d5..a121d046b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,14 @@ General/project-related changes in the hledger project. For package-specific changes, see the package changelogs. -# d59ccb26 +# 3178a860 + +- make ghcid-web-run + +- bin: hledger-check-tag-files2, a version using cabal's v2-run command + +- bin: hledger-check-tag-files, a script using stack's script command + diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 56214f7d8..eba68df54 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,7 +1,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# e15eabdf +# 3cc79a67 - Fix Documentation for journalExpenseAccountQuery (Pavan Rikhi) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 88d34e304..9610d2b3d 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,7 +1,9 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# d868a7e1 +# 293e2d81 + + diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 85f071c27..5c0724a38 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,8 +1,14 @@ User-visible changes in hledger-web. See also the hledger changelog. -# d868a7e1 +# 23a79af1 +- web: add form: always start with four rows when opened + +- web: add form: drop unneeded C-minus/C-plus keys & related help text + +- web: fix a 2016 regression adding too many add form rows + from keypresses in the last amount field and CTRL-plus (#422, #1059) # 1.17.1 2020-03-19 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7d854a0f6..82083382a 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,7 +1,13 @@ User-visible changes in the hledger command line tool and library. -# d868a7e1 +# e7e9f1ee + +- csv: don't discard explicit assignments of a 0 amount + Eg: an `amount1 $0.00` assignment was generating a posting1 with + missing amount. + +- allow spaces between sign and number when parsing amounts - csv: when both `amount` and `amountN`s are assigned, instead of failing, just ignore `amount` and let the `amountN`s have