;doc: update changelogs

This commit is contained in:
Simon Michael 2024-09-09 05:38:47 -07:00
parent 483350c8cb
commit 3b73360584
5 changed files with 13 additions and 8 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.
# 1.40 2024-09-07 # 1.40 2024-09-09
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.
# 1.40 2024-09-07 # 1.40 2024-09-09
Breaking changes Breaking changes
@ -34,6 +34,7 @@ Improvements
- Added `journalDbg` debug output helper. - Added `journalDbg` debug output helper.
- Allow doclayout 0.5.
# 1.34 2024-06-01 # 1.34 2024-06-01

View File

@ -22,7 +22,7 @@ User-visible changes in hledger-ui.
See also the hledger changelog. See also the hledger changelog.
# 1.40 2024-09-07 # 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.
# 1.40 2024-09-07 # 1.40 2024-09-09
Improvements Improvements

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.
# 1.40 2024-09-07 # 1.40 2024-09-09
Fixes Fixes
@ -55,6 +55,9 @@ Features
- The balance commands can now output in FODS format, an XML spreadsheet - The balance commands can now output in FODS format, an XML spreadsheet
file format readable by LibreOffice. (Henning Thielemann) file format readable by LibreOffice. (Henning Thielemann)
- The `register` report can now be sorted by date, account, amount,
absolute amount, description, or a combination of these. (Michael Rees, [#2211])
Improvements Improvements
- Command line processing has been overhauled and should be more robust - Command line processing has been overhauled and should be more robust
@ -100,6 +103,8 @@ Improvements
- Parsing timedot files now gives debug output at level 9. - Parsing timedot files now gives debug output at level 9.
- Allow doclayout 0.5.
Docs Docs
- The hledger/hledger-ui/hledger-web manuals now list all command options as shown by `--help`. - The hledger/hledger-ui/hledger-web manuals now list all command options as shown by `--help`.
@ -112,10 +117,9 @@ Docs
- Scripts and add-ons: edits, list add-ons again - Scripts and add-ons: edits, list add-ons again
- Timeclock: edits, fix `ti`/`to` scripts - Timeclock: edits, fix `ti`/`to` scripts
- Fixed "hledger and Ledger" links [hledger_site#112] - Fixed "hledger and Ledger" links [hledger_site#112]
- examples/csv: Nordea CSV rules added (Arto Jonsson) - examples/csv: Monzo CSV rules added
- examples/csv: Tiller CSV rules added - examples/csv: Tiller CSV rules added
- examples/csv: Nordea CSV rules added (Arto Jonsson)
Scripts/addons Scripts/addons