From fe0d4fd3ecf24b823238371c58390c17ba85e82b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 15 Sep 2025 16:39:25 -0700 Subject: [PATCH] ;doc: changelogs --- CHANGES.md | 4 ++-- hledger-lib/CHANGES.md | 2 +- hledger-ui/CHANGES.md | 15 ++++++++++++++- hledger-web/CHANGES.md | 2 +- hledger/CHANGES.md | 9 ++++++++- 5 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 986ec00f1..0d6f72d97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,17 +18,17 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. -# 326d2af3 +# 53b5c371 Doc updates -- bin/README: paypal*, simplefin* usage examples, doc link - ISSUES Website Infrastructure/Misc +- bump stack snapshots - drop the hledger-install script - just ghci-ui: :main (and :rmain) now works again diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index c349d21e7..2fa90f094 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -17,7 +17,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# 326d2af3 +# 53b5c371 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 03e9166fb..e8a18d9b6 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -23,12 +23,16 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 326d2af3 +# 53b5c371 Breaking changes Fixes +- The transaction screen and error screen now update on data changes, eg when using the E key, g key, or --watch, + like other screens. + [#2014], [#2288] + - The --pivot (and --obfuscate) options are now preserved, and spurious errors are avoided, when the journal is reloaded by the `g` key or `--watch`. [#2451] @@ -37,10 +41,19 @@ Features Improvements +- hledger-ui's debug output has had some improvements, eg it's easier + to see changes to the screen stack. + Docs API +- Hledger.UI.ErrorScreen: + uiReloadJournal -> uiReload, + uiReloadJournalIfChanged -> uiReloadIfFileChanged +- Hledger.UI.UIState: + enableForecast renamed + # 1.50 2025-09-03 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 02ec590e4..c0eda55d3 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -23,7 +23,7 @@ User-visible changes in hledger-web. See also the hledger changelog. -# 326d2af3 +# 53b5c371 Breaking changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index c16119ed0..1d34a0f2c 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -26,7 +26,7 @@ API User-visible changes in the hledger command line tool and library. -# 326d2af3 +# 53b5c371 Breaking changes @@ -36,9 +36,14 @@ Fixes no transactions are matched. This was 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 flags are now mostly ordered alphabetically. +- Whitespace in the `setup` command's "undeclared commodities" output has been fixed. + Features Improvements @@ -47,6 +52,8 @@ Improvements Docs +- Text encoding: updates + Examples Scripts/addons