;doc: update changelogs

This commit is contained in:
Simon Michael 2024-09-17 07:20:27 -07:00
parent ff0fe62fac
commit 9589941bb4
5 changed files with 127 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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