From 27c4b0035e7202df6990bbee585c97bad01c4dea Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 16 Sep 2025 11:52:21 -0700 Subject: [PATCH] ;doc:ui changelog, relnotes: fixes --- doc/relnotes.md | 14 +++++++------- hledger-ui/CHANGES.md | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/relnotes.md b/doc/relnotes.md index 0e2f4915a..ab50a822e 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -86,9 +86,6 @@ Fixes no transactions are matched, fixing a regression in 1.50. (Stephen Morgan, [#2452]) -- In hledger-ui, the Z key (and the -E command line flag) toggles zero-balance accounts again. - (Stephen Morgan, [#2454]) - - The `print` command's help no longer shows an unused --show-costs flag. And the command-specific flags are now mostly ordered alphabetically. @@ -104,14 +101,17 @@ Doc updates Fixes +- The transaction screen and error screen now update on data changes like other screens, + eg when using the `E` or `g` keys or `--watch`. + [#2014], [#2288] + - When the journal is reloaded by the `g` key or `--watch`, the - --pivot (and --obfuscate) options are now preserved, + `--pivot` (and `--obfuscate`) options are now preserved, and spurious errors are avoided. [#2451] -- The transaction screen and error screen now update on data changes like other screens, - eg when using the E key, g key, or --watch. - [#2014], [#2288] +- The `Z` key (and the `-E` command line flag) toggle zero-balance accounts again. + (Stephen Morgan, [#2454]) Improvements diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 86d491c80..28fb093c5 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -43,15 +43,15 @@ API Fixes - The transaction screen and error screen now update on data changes like other screens, - eg when using the E key, g key, or --watch. + eg when using the `E` or `g` keys or `--watch`. [#2014], [#2288] - When the journal is reloaded by the `g` key or `--watch`, the - --pivot (and --obfuscate) options are now preserved, + `--pivot` (and `--obfuscate`) options are now preserved, and spurious errors are avoided. [#2451] -- The Z key (and the -E command line flag) toggles zero-balance accounts again. +- The `Z` key (and the `-E` command line flag) toggle zero-balance accounts again. (Stephen Morgan, [#2454]) Improvements