From 9589941bb4928206e3342491091a42ceb2df379d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 17 Sep 2024 07:20:27 -0700 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 17 ++++++++++++++++ hledger-lib/CHANGES.md | 21 ++++++++++++++++++++ hledger-ui/CHANGES.md | 24 +++++++++++++++++++++++ hledger-web/CHANGES.md | 21 ++++++++++++++++++++ hledger/CHANGES.md | 44 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 127 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e3591c964..496460b9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,23 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 69da3c0a1 + +Docs + +- CODE: notes on the use of haddock [#2222] +- Simplify github bug report template +- Add man pages and info manuals to the release bindists on github + +Scripts/addons + +- hledger-install: fix installation of hledger-ui + +Infrastructure/Misc + +- Add bash shell completion script to the release bindists ([#2223], gesh/hseg, Simon Michael) + + # 1.40 2024-09-09 Docs diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 6cb84f0d8..8bf7ae0db 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -22,6 +22,27 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# ff397f79c + +- lib: Write.Spreadsheet.Cell: add cellClass field for HTML style class (Henning Thielemann) + cmd: Commands.Balance.multiBalanceRowAsCellBuilders: add HTML style class attributes here + This way we do not need to dissect table rows in + multiBalanceReportHtmlHeadRow, multiBalanceReportHtmlBodyRow, multiBalanceReportHtmlFootRow + Eventually removed these three functions. + +- cli: Commands.Balance.budgetReportAsSpreadsheet: also transpose border (Henning Thielemann) + +- lib: Write.Spreadsheet: support for borders like in existing HTML export (Henning Thielemann) + cli: Commands.Balance: use for FODS export and balance and budget export to HTML + +Breaking changes + +Fixes + +Improvements + + + # 1.40 2024-09-09 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index d2d35c1b7..e7b5bee91 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -22,6 +22,30 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# ff0fe62fa + + +Breaking changes + +Fixes + +- Bring bash shell completions up to date. + [#986] + +Features + +Improvements + +- Avoid brick 2.3.2 which doesn't build on windows. + +Docs + +- Install, manual: new shell completions doc. [#986] + +API + + + # 1.40 2024-09-09 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 2d542430b..8dab092b5 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -22,6 +22,27 @@ User-visible changes in hledger-web. See also the hledger changelog. +# ff0fe62fa + +Breaking changes + +Fixes + +- Bring bash shell completions up to date. + [#986] + +Features + +Improvements + +Docs + +- Install, manual: new shell completions doc. [#986] + +API + + + # 1.40 2024-09-09 Improvements diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index eefc95d89..4a0232727 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -23,6 +23,50 @@ API User-visible changes in the hledger command line tool and library. +# ff0fe62fa + +- cli: Commands.Balance.multiBalanceReportAsSpreadsheetHelper: return header separately (Henning Thielemann) + +- cli: Commands.Balance.multiBalanceRowAsTextBuilders, multiBalanceReportAsCsvHelper: helper functions removed (Henning Thielemann) + +- lib: Write.Spreadsheet.Cell: add cellClass field for HTML style class (Henning Thielemann) + cmd: Commands.Balance.multiBalanceRowAsCellBuilders: add HTML style class attributes here + This way we do not need to dissect table rows in + multiBalanceReportHtmlHeadRow, multiBalanceReportHtmlBodyRow, multiBalanceReportHtmlFootRow + Eventually removed these three functions. + +- cli: Commands.Cli.Balance.rawTableContent: helper function for extracting CSV from Spreadsheet cells (Henning Thielemann) + +- cli: Commands.Balance.balanceReportAsSpreadsheet, multiBalanceReportAsSpreadsheet: support for transposition (Henning Thielemann) + +- cli: Commands.Balance.budgetReportAsSpreadsheet: also transpose border (Henning Thielemann) + +- lib: Write.Spreadsheet: support for borders like in existing HTML export (Henning Thielemann) + cli: Commands.Balance: use for FODS export and balance and budget export to HTML + +Breaking changes + +Fixes + +- Bring bash shell completions up to date. + [#986] + +Features + +Improvements + +Docs + +- Install, manual: new shell completions doc. [#986] +- Config files: rewrite [#2231] + + +Scripts/addons + +API + + + # 1.40 2024-09-09 Fixes