From 3b7336058496e1e5a314e6adedebaad1820d7792 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Sep 2024 05:38:47 -0700 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 2 +- hledger-lib/CHANGES.md | 3 ++- hledger-ui/CHANGES.md | 2 +- hledger-web/CHANGES.md | 2 +- hledger/CHANGES.md | 12 ++++++++---- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c7227d69c..e3591c964 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. -# 1.40 2024-09-07 +# 1.40 2024-09-09 Docs diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 126d7ca0a..6cb84f0d8 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. -# 1.40 2024-09-07 +# 1.40 2024-09-09 Breaking changes @@ -34,6 +34,7 @@ Improvements - Added `journalDbg` debug output helper. +- Allow doclayout 0.5. # 1.34 2024-06-01 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index aee98687c..d2d35c1b7 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. -# 1.40 2024-09-07 +# 1.40 2024-09-09 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 04cb2447d..2d542430b 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. -# 1.40 2024-09-07 +# 1.40 2024-09-09 Improvements diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 32f05114b..8bedc3f14 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. -# 1.40 2024-09-07 +# 1.40 2024-09-09 Fixes @@ -55,6 +55,9 @@ Features - The balance commands can now output in FODS format, an XML spreadsheet 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 - 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. +- Allow doclayout 0.5. + Docs - 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 - Timeclock: edits, fix `ti`/`to` scripts - 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: Nordea CSV rules added (Arto Jonsson) Scripts/addons