mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
doc: changelogs: updates
This commit is contained in:
parent
7be94cf500
commit
d9c6406d2d
23
CHANGES.md
23
CHANGES.md
@ -9,18 +9,39 @@
|
|||||||
General changes in the hledger project.
|
General changes in the hledger project.
|
||||||
For package-specific changes, see the hledger package changelogs.
|
For package-specific changes, see the hledger package changelogs.
|
||||||
|
|
||||||
# 63d7abe7f
|
# 38431b5c6
|
||||||
|
|
||||||
Scripts/addons
|
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
|
Docs
|
||||||
|
|
||||||
|
- CREDITS.html -> CREDITS.md (Pranesh Prakash)
|
||||||
|
Corrected the extension for the CREDITS file.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
|
||||||
|
- examples/csv: add example for capital one credit cards [ci skip] (max thomas)
|
||||||
|
|
||||||
Process
|
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"
|
- ci: run all main workflows on push to "binaries"
|
||||||
|
|
||||||
# 1.26 2022-06-04
|
# 1.26 2022-06-04
|
||||||
|
|
||||||
Scripts/addons
|
Scripts/addons
|
||||||
|
|
||||||
- renamed hledger-number.sh to hledger-simplebal
|
- renamed hledger-number.sh to hledger-simplebal
|
||||||
|
@ -9,7 +9,19 @@
|
|||||||
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
||||||
For user-visible changes, see the hledger package changelog.
|
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
|
# 1.26.1 2022-07-11
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# f2db4c384
|
# 7be94cf50
|
||||||
|
|
||||||
# 1.26.1 2022-07-11
|
# 1.26.1 2022-07-11
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ __ _____| |__
|
|||||||
User-visible changes in hledger-web.
|
User-visible changes in hledger-web.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# f2db4c384
|
# 7be94cf50
|
||||||
|
|
||||||
# 1.26.1 2022-07-11
|
# 1.26.1 2022-07-11
|
||||||
|
|
||||||
|
@ -9,15 +9,26 @@
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
# f2db4c384
|
# 7be94cf50
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
Improvements
|
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
|
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
|
# 1.26.1 2022-07-11
|
||||||
|
|
||||||
- require safe 0.3.19+ to avoid deprecation warning
|
- require safe 0.3.19+ to avoid deprecation warning
|
||||||
|
Loading…
Reference in New Issue
Block a user