From 82cf87c61b328b9a18113beb6f7edf5d80cc288a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 8 Dec 2025 11:02:51 -1000 Subject: [PATCH] ;doc: merge change docs from 1.51.1 --- doc/ANNOUNCE | 11 ++++----- doc/ANNOUNCE.short | 8 +++---- doc/CHANGES.md | 2 ++ doc/relnotes.md | 51 ++++++++++++++++++++++++++++++++++++++++++ hledger-lib/CHANGES.md | 3 +++ hledger-ui/CHANGES.md | 5 +++++ hledger-web/CHANGES.md | 5 +++++ hledger/CHANGES.md | 28 +++++++++++++++++++++++ 8 files changed, 102 insertions(+), 11 deletions(-) diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 630a9bcfe..f7932f314 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -1,11 +1,8 @@ -Following on the heels of 1.50.4, hledger-1.51 brings some small improvements and many doc updates. -Brought to you by Simon Michael, Caleb Maclennan, Joschua Kesper, Sam Almahri, and Ooker. +hledger-1.51.1 fixes breakage with relative include paths in sym-linked files, +caused by 1.50.4's fixes (and a few other things). -Best, --Simon - -- https://github.com/simonmichael/hledger/releases/1.51 -- https://hledger.org/relnotes.html#2025-12-05-hledger-151 +- https://github.com/simonmichael/hledger/releases/1.51.1 +- https://hledger.org/relnotes.html#2025-12-08-hledger-1511 - https://hledger.org/install hledger is free, robust, friendly, multicurrency, double-entry, diff --git a/doc/ANNOUNCE.short b/doc/ANNOUNCE.short index d1fbb1105..c5d76cf38 100644 --- a/doc/ANNOUNCE.short +++ b/doc/ANNOUNCE.short @@ -1,8 +1,8 @@ -hledger-1.51, following on the heels of 1.50.4, brings some small improvements and many doc updates. -Brought to you by Simon Michael, Caleb Maclennan, Joschua Kesper, Sam Almahri, and Ooker. +hledger-1.51.1 fixes breakage with relative include paths in sym-linked files, +caused by 1.50.4's fixes (and a few other things). -- https://github.com/simonmichael/hledger/releases/1.51 -- https://hledger.org/relnotes.html#2025-12-05-hledger-151 +- https://github.com/simonmichael/hledger/releases/1.51.1 +- https://hledger.org/relnotes.html#2025-12-08-hledger-1511 - https://hledger.org/install #hledger is free, robust, friendly, multicurrency, double-entry, diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b3f1b3098..e0c4b9e07 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -18,6 +18,8 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 1.51.1 2025-12-08 + # 1.51 2025-12-05 Docs updated diff --git a/doc/relnotes.md b/doc/relnotes.md index a1588694e..3c09b0059 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -73,6 +73,57 @@ Major releases and user-visible changes, collected from the changelogs ( +## 2025-12-08 hledger-1.51.1 + +### hledger 1.51.1 + + +Fixes + +- Relative includes from a symbolically-linked journal file now work again. + This was fallout from 1.50.4's fixes. + [#2503] + +- When journal's include directive has an IO error, like trying to + include an existing but unreadable file, or failing to find a home + directory when expanding ~, it now shows the problematic include + directive (previously the line number was off by one). + +- `aregister`: respect the order of -f options when showing same-day transactions from multiple files. + If transactions on the same date are coming from two files specified + with -f options, we expect them to be displayed in parse order, ie + respecting the order of the -f options. This wasn't always the case, + now it is. + +- `aregister`: show "ACCTPAT matches no account" error on just one line. + +- Fix build failures with the scripts in bin/. + (Dmitry Astapov, [#2497]) + +[#2503]: https://github.com/simonmichael/hledger/issues/2503 +[#2497]: https://github.com/simonmichael/hledger/issues/2497 + + +### hledger-ui 1.51.1 + + +- Uses hledger 1.51.1. + + +### hledger-web 1.51.1 + + +- Uses hledger 1.51.1. + + +### credits 1.51.1 + + +Simon Michael, +Dmitry Astapov, + + + ## 2025-12-05 hledger-1.51 **Small improvements, doc updates** diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index f2e03c70d..0f7d18e7b 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -17,6 +17,9 @@ API/developer-ish changes in hledger-lib. For user-visible changes, see the hledger package changelog. +# 1.51.1 2025-12-08 + + # 1.51 2025-12-05 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 32ed4a0fe..9b5f74e83 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -23,6 +23,11 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.51.1 2025-12-08 + +- Uses hledger 1.51.1. + + # 1.51 2025-12-05 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 7d5c98822..9399ee71b 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -23,6 +23,11 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 1.51.1 2025-12-08 + +- Uses hledger 1.51.1. + + # 1.51 2025-12-05 Improvements diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 188a836dc..e46c0aa57 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -26,6 +26,34 @@ API User-visible changes in the hledger command line tool and library. +# 1.51.1 2025-12-08 + +Fixes + +- Relative includes from a symbolically-linked journal file now work again. + This was fallout from 1.50.4's fixes. + [#2503] + +- When journal's include directive has an IO error, like trying to + include an existing but unreadable file, or failing to find a home + directory when expanding ~, it now shows the problematic include + directive (previously the line number was off by one). + +- `aregister`: respect the order of -f options when showing same-day transactions from multiple files. + If transactions on the same date are coming from two files specified + with -f options, we expect them to be displayed in parse order, ie + respecting the order of the -f options. This wasn't always the case, + now it is. + +- `aregister`: show "ACCTPAT matches no account" error on just one line. + +- Fix build failures with the scripts in bin/. + (Dmitry Astapov, [#2497]) + +[#2503]: https://github.com/simonmichael/hledger/issues/2503 +[#2497]: https://github.com/simonmichael/hledger/issues/2497 + + # 1.51 2025-12-05 Breaking changes