From a2be9a0bce8b5ec223fe30ef7d042feee01f5e3c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Sep 2022 08:28:03 -1000 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 2 ++ hledger-lib/CHANGES.md | 2 ++ hledger-ui/CHANGES.md | 22 ++++++++++++++++++++++ hledger-web/CHANGES.md | 6 ++++++ hledger/CHANGES.md | 13 +++++++++++++ 5 files changed, 45 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f9847fd33..f64422e49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,8 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 3e4f5f041 + # 1.27 2022-09-01 Docs diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index c1ef91428..4adbd17d7 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -9,6 +9,8 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 0a501941e + # 1.27 2022-09-01 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 20a64aa97..7947673e0 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,6 +9,28 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 0017281a6 + +Features + +- New menu screen, balance sheet accounts screen, and income statement + accounts screens. + +Improvements + +- Mouse-clicking in empty space below the last list item no longer navigates + back. We found this too obtrusive, eg when you just want to focus the window. + +- At --debug 2 and up, also log input & app events. + +- Internal type changes to allow fewer invalid states and make hledger-ui + easier to develop and debug. Follow-on from the brick 1.0 migration work + (#1889, #1919). + +Fixes + +- Fixed a possible bug with detecting a change of date in --watch mode. + # 1.27 2022-09-01 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 5182d0561..a6b9efb28 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -9,6 +9,12 @@ __ _____| |__ User-visible changes in hledger-web. See also the hledger changelog. +# 509459604 + +Fixes + +- The add form no longer gives an error when there is just a single file and no file field showing. (#1932) + # 1.27 2022-09-01 Improvements diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7079e2743..0edded230 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -9,6 +9,19 @@ User-visible changes in the hledger command line tool and library. +# 65019f72b + +Improvements + +- Developer builds made in a dirty working directory (uncommitted changes) + now show a plus sign (+) in --version output. + +Fixes + +- Balance commands using `-T -O html` no longer fail with an error + when there is no data to report. + (#1933) + # 1.27 2022-09-01 Features