;doc: merge 1.41 changelogs

This commit is contained in:
Simon Michael 2024-12-09 15:46:35 -10:00
parent a7a15cc889
commit 77a25b6423
5 changed files with 14 additions and 9 deletions

View File

@ -19,7 +19,7 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs. For package-specific changes, see the hledger package changelogs.
# 1af6e9c51 # 2024-12-09 1.41
Docs Docs

View File

@ -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. For user-visible changes, see the hledger package changelog.
# f648903b3 # 2024-12-09 1.41
Breaking changes Breaking changes

View File

@ -22,7 +22,7 @@ User-visible changes in hledger-ui.
See also the hledger changelog. See also the hledger changelog.
# 786f5dd72 # 2024-12-09 1.41
Breaking changes Breaking changes
@ -68,6 +68,7 @@ Docs
- Install, manual: new shell completions doc. [#986] - Install, manual: new shell completions doc. [#986]
# 1.40 2024-09-09 # 1.40 2024-09-09
Improvements Improvements

View File

@ -22,7 +22,7 @@ User-visible changes in hledger-web.
See also the hledger changelog. See also the hledger changelog.
# f648903b3 # 2024-12-09 1.41
Breaking changes Breaking changes

View File

@ -23,7 +23,7 @@ API
User-visible changes in the hledger command line tool and library. User-visible changes in the hledger command line tool and library.
# 972a2a066 # 2024-12-09 1.41
Breaking changes Breaking changes
@ -69,15 +69,18 @@ Fixes
(using no-break spaces). (using no-break spaces).
(Henning Thielemann) (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. - 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) (Bas van Dijk)
- In `bs`/`bse`/`cf`/`is` HTML output, some unnecessary TH cells have been fixed. - In `bs`/`bse`/`cf`/`is` HTML output, some unnecessary TH cells have been fixed.
[#2225] (Henning Thielemann) [#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). - 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). Posting dates in comments generated from CSV also now [work](https://hledger.org/hledger.html#comment-field).
(#2241) (#2241)
@ -236,7 +239,8 @@ Docs
Scripts/addons 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 API