mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
;doc: update changelogs
This commit is contained in:
parent
ff0fe62fac
commit
9589941bb4
17
CHANGES.md
17
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user