From 1d0ea95b9c7e3c4f3844f1c5012cf22369ac0d3f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 11 Sep 2025 11:00:35 +0100 Subject: [PATCH] ;doc:changelogs --- CHANGES.md | 18 +++++++++++++++++- hledger-lib/CHANGES.md | 9 +++++++++ hledger-ui/CHANGES.md | 20 ++++++++++++++++++++ hledger-web/CHANGES.md | 15 +++++++++++++++ hledger/CHANGES.md | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8b8cbc125..986ec00f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,9 @@ | .__/|_| \___// |\___|\___|\__| |_| |__/ -Docs +Doc updates + +Website Infrastructure/Misc @@ -16,6 +18,20 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 326d2af3 + +Doc updates + +- bin/README: paypal*, simplefin* usage examples, doc link +- ISSUES + +Website + +Infrastructure/Misc + +- drop the hledger-install script +- just ghci-ui: :main (and :rmain) now works again + # 1.50 2025-09-03 Doc updates diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index d3c10c17e..c349d21e7 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -17,6 +17,15 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 326d2af3 + +Breaking changes + +Fixes + +Improvements + + # 1.50 2025-09-03 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 1b3ecf5d0..03e9166fb 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -23,6 +23,26 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 326d2af3 + +Breaking changes + +Fixes + +- 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] + +Features + +Improvements + +Docs + +API + + + # 1.50 2025-09-03 Breaking changes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 1bf367aa7..02ec590e4 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -23,6 +23,21 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 326d2af3 + +Breaking changes + +Fixes + +Features + +Improvements + +Docs + +API + + # 1.50 2025-09-03 Breaking changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index e4c38ac5f..c16119ed0 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -26,6 +26,38 @@ API User-visible changes in the hledger command line tool and library. +# 326d2af3 + +Breaking changes + +Fixes + +- Balance commands now show an empty report instead of an error when + no transactions are matched. This was a regression in 1.50. + (Stephen Morgan, [#2452]) + +- The print command's help no longer shows an unused --show-costs flag. + And the flags are now mostly ordered alphabetically. + +Features + +Improvements + +- In journal format, an empty `{}` pair is now allowed in amounts, as in Ledger/Beancount (and ignored). + +Docs + +Examples + +Scripts/addons + +API + +- Hledger.Cli.Utils: + - stop exporting pivotByOpts, anonymiseByOpts + - renamed withJournal -> withJournalDo. The old name is still available but deprecated. + + # 1.50 2025-09-03 ## Breaking changes