From d49d825fc0c5db09319ac537a3a0c790a1802198 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 12 Mar 2025 21:28:39 -1000 Subject: [PATCH] ;doc:relnotes: 1.42.1; 1.42 fixes --- doc/relnotes.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/doc/relnotes.md b/doc/relnotes.md index 027d5ca16..48db360fa 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -74,13 +74,61 @@ Changes in hledger-install.sh are shown -## 2025-03-07 hledger-1.42 -**run & repl commands, non-UTF8 CSV, same-line if matchers, more pivot targets, fixes.** +## 2025-03-12 hledger-1.42.1 + +### hledger 1.42.1 + +Fixes + +- Fix a regression in the parsing of single ampersands (&) in csv rules. + (Thomas Miedema, [#2352]) + +- The run and repl commands no longer cache data wrongly when using the --forecast option. + (Dmitry Astapov, [#2345]) + +- The run and repl commands no longer miss a caching opportunity when using --forecast with a period argument. + (Stephen Morgan) + +- run, repl: doc fixes (Pranesh Prakash, Simon Michael) + + +### hledger-ui 1.42.1 + +- Allow vty 6.4. + + +### hledger-web 1.42.1 + + +### project changes 1.42.1 + + +Infrastructure/Misc + +- Tools updates + +- Fix cabalfilestest: test all cabal files before any hackage upload. + + +### credits 1.42.1 + +Simon Michael (@simonmichael), +Dmitry Astapov (@adept), +Pranesh Prakash (@the-solipsist), +Stephen Morgan (@Xitian9), +Thomas Miedema (@thomie). + +[#2345]: https://github.com/simonmichael/hledger/issues/2345 +[#2352]: https://github.com/simonmichael/hledger/issues/2352 + + +## 2025-03-07 hledger-1.42 ### hledger 1.42 +**run & repl commands, non-UTF8 CSV, same-line if matchers, more pivot targets, fixes.** Fixes @@ -307,6 +355,7 @@ Lars Kellogg-Stedman (@larks). [#2340]: https://github.com/simonmichael/hledger/issues/2340 + ## 2024-12-09 hledger-1.41 **Valuation fix, improved HTML and FODS output, multiple depths, terminal pagination, robust export to Beancount, ...** @@ -9486,3 +9535,5 @@ Release stats: + +