diff --git a/CHANGES.md b/CHANGES.md index adacebcd1..93980928d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index b89a17157..e85c86fa1 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 24fff4d92..5a85589fd 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,7 +9,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# f2db4c384 +# 7be94cf50 # 1.26.1 2022-07-11 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index ed30f67b0..505928bd0 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -9,7 +9,7 @@ __ _____| |__ User-visible changes in hledger-web. See also the hledger changelog. -# f2db4c384 +# 7be94cf50 # 1.26.1 2022-07-11 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7807cfe8f..133f43144 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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