doc: changelogs: updates

This commit is contained in:
Simon Michael 2022-07-11 11:02:18 +01:00
parent 7be94cf500
commit d9c6406d2d
5 changed files with 49 additions and 5 deletions

View File

@ -9,18 +9,39 @@
General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 63d7abe7f
# 38431b5c6
Scripts/addons
- install: 1.26.1
- install: hledger-stockquotes 0.1.2.1
- install: hledger-interest 1.6.4
- bin: paypaljson, paypaljson2csv - download txns from paypal API
Docs
- CREDITS.html -> CREDITS.md (Pranesh Prakash)
Corrected the extension for the CREDITS file.
Examples
- examples/csv: add example for capital one credit cards [ci skip] (max thomas)
Process
- tools: make ghci-unit-test
- shake: fix page TOC rendering (with mdbook-toc 0.8+ ?)
- ci: consistent workflow and file names
- ci: run all main workflows on push to "binaries"
# 1.26 2022-06-04
Scripts/addons
- renamed hledger-number.sh to hledger-simplebal

View File

@ -9,7 +9,19 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# f2db4c384
# 7be94cf50
- imp: balanced, balancednoautoconversion: use new error format (#1436)
- imp: balance assertions now use new error format (#1436)
- imp: bal: budget goals now respect -H (#1879)
- fix: bal: Allow cumulative gain and valuechange reports (Stephen Morgan)
Previously, --cumulative with --gain or --valuechange would produce an
empty report. This fixes this issue to produce a reasonable report.
- imp: lib: Hledger.Utils.Parse: export HledgerParseErrors
# 1.26.1 2022-07-11

View File

@ -9,7 +9,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# f2db4c384
# 7be94cf50
# 1.26.1 2022-07-11

View File

@ -9,7 +9,7 @@ __ _____| |__
User-visible changes in hledger-web.
See also the hledger changelog.
# f2db4c384
# 7be94cf50
# 1.26.1 2022-07-11

View File

@ -9,15 +9,26 @@
User-visible changes in the hledger command line tool and library.
# f2db4c384
# 7be94cf50
Breaking changes
Features
Improvements
- imp: balanced, balancednoautoconversion: use new error format (#1436)
- imp: balance assertions now use new error format (#1436)
- imp: bal: budget goals now respect -H (#1879)
Fixes
- fix: bal: Allow cumulative gain and valuechange reports (Stephen Morgan)
Previously, --cumulative with --gain or --valuechange would produce an
empty report. This fixes this issue to produce a reasonable report.
# 1.26.1 2022-07-11
- require safe 0.3.19+ to avoid deprecation warning