;doc:changelogs

This commit is contained in:
Simon Michael 2025-09-11 11:00:35 +01:00
parent f731d3c25a
commit 1d0ea95b9c
5 changed files with 93 additions and 1 deletions

View File

@ -6,7 +6,9 @@
| .__/|_| \___// |\___|\___|\__|
|_| |__/
Docs
Doc updates
Website
Infrastructure/Misc
@ -16,6 +18,20 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 326d2af3
Doc updates
- bin/README: paypal*, simplefin* usage examples, doc link
- ISSUES
Website
Infrastructure/Misc
- drop the hledger-install script
- just ghci-ui: :main (and :rmain) now works again
# 1.50 2025-09-03
Doc updates

View File

@ -17,6 +17,15 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 326d2af3
Breaking changes
Fixes
Improvements
# 1.50 2025-09-03
Breaking changes

View File

@ -23,6 +23,26 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# 326d2af3
Breaking changes
Fixes
- The --pivot (and --obfuscate) options are now preserved, and spurious errors are avoided,
when the journal is reloaded by the `g` key or `--watch`.
[#2451]
Features
Improvements
Docs
API
# 1.50 2025-09-03
Breaking changes

View File

@ -23,6 +23,21 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# 326d2af3
Breaking changes
Fixes
Features
Improvements
Docs
API
# 1.50 2025-09-03
Breaking changes

View File

@ -26,6 +26,38 @@ API
User-visible changes in the hledger command line tool and library.
# 326d2af3
Breaking changes
Fixes
- Balance commands now show an empty report instead of an error when
no transactions are matched. This was a regression in 1.50.
(Stephen Morgan, [#2452])
- The print command's help no longer shows an unused --show-costs flag.
And the flags are now mostly ordered alphabetically.
Features
Improvements
- In journal format, an empty `{}` pair is now allowed in amounts, as in Ledger/Beancount (and ignored).
Docs
Examples
Scripts/addons
API
- Hledger.Cli.Utils:
- stop exporting pivotByOpts, anonymiseByOpts
- renamed withJournal -> withJournalDo. The old name is still available but deprecated.
# 1.50 2025-09-03
## Breaking changes