From 77a25b64236d94821749caa4f56cde5c8dd8a25f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Dec 2024 15:46:35 -1000 Subject: [PATCH] ;doc: merge 1.41 changelogs --- CHANGES.md | 2 +- hledger-lib/CHANGES.md | 2 +- hledger-ui/CHANGES.md | 3 ++- hledger-web/CHANGES.md | 2 +- hledger/CHANGES.md | 14 +++++++++----- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 92ddfb8f7..aa33da87b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. -# 1af6e9c51 +# 2024-12-09 1.41 Docs diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index d6ffccb6b..e47a721a0 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -22,7 +22,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# f648903b3 +# 2024-12-09 1.41 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 0bbd2456a..5bcb26493 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -22,7 +22,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 786f5dd72 +# 2024-12-09 1.41 Breaking changes @@ -68,6 +68,7 @@ Docs - Install, manual: new shell completions doc. [#986] + # 1.40 2024-09-09 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index c8dae052a..e6348005f 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -22,7 +22,7 @@ User-visible changes in hledger-web. See also the hledger changelog. -# f648903b3 +# 2024-12-09 1.41 Breaking changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 6400a907c..a6bdcc420 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -23,7 +23,7 @@ API User-visible changes in the hledger command line tool and library. -# 972a2a066 +# 2024-12-09 1.41 Breaking changes @@ -69,15 +69,18 @@ Fixes (using no-break spaces). (Henning Thielemann) -- In the `roi` command, a division by zero error (when all assets were sold) has been fixed. - [#2281] (Dmitry Astapov) - - In the HTML output of `bs`/`bse`/`cf`/`is` reports, Net amounts in the Net row are now formatted like the others. (Bas van Dijk) - In `bs`/`bse`/`cf`/`is` HTML output, some unnecessary TH cells have been fixed. [#2225] (Henning Thielemann) +- The `print` command now ignores a depth limit entirely. + Previously, a depth limit caused it to show only transactions referencing accounts as deep or deeper than that. + +- In the `roi` command, a division by zero error (when all assets were sold) has been fixed. + [#2281] (Dmitry Astapov) + - In a multi-line comment generated by CSV rules, tags on all lines now work (ie, can be matched). Posting dates in comments generated from CSV also now [work](https://hledger.org/hledger.html#comment-field). (#2241) @@ -236,7 +239,8 @@ Docs Scripts/addons -- examples/csv: add an example python-based CSV converter script +- bin/*: remove obsolete _FLAGS markers from --help +- examples/csv/csv-hledger-1.py: a python-based CSV converter script API