Skip to content

Commit

Permalink
;doc: merge 1.41 changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 10, 2024
1 parent a7a15cc commit 77a25b6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hledger-lib/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion hledger-ui/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ User-visible changes in hledger-ui.
See also the hledger changelog.


# 786f5dd72
# 2024-12-09 1.41

Breaking changes

Expand Down Expand Up @@ -68,6 +68,7 @@ Docs
- Install, manual: new shell completions doc. [#986]



# 1.40 2024-09-09

Improvements
Expand Down
2 changes: 1 addition & 1 deletion hledger-web/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ User-visible changes in hledger-web.
See also the hledger changelog.


# f648903b3
# 2024-12-09 1.41

Breaking changes

Expand Down
14 changes: 9 additions & 5 deletions hledger/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ API
User-visible changes in the hledger command line tool and library.


# 972a2a066
# 2024-12-09 1.41

Breaking changes

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 77a25b6

Please sign in to comment.