;doc: changelogs

This commit is contained in:
Simon Michael 2025-09-15 16:39:25 -07:00
parent 53b5c371e0
commit fe0d4fd3ec
5 changed files with 26 additions and 6 deletions

View File

@ -18,17 +18,17 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 326d2af3
# 53b5c371
Doc updates
- bin/README: paypal*, simplefin* usage examples, doc link
- ISSUES
Website
Infrastructure/Misc
- bump stack snapshots
- drop the hledger-install script
- just ghci-ui: :main (and :rmain) now works again

View File

@ -17,7 +17,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 326d2af3
# 53b5c371
Breaking changes

View File

@ -23,12 +23,16 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# 326d2af3
# 53b5c371
Breaking changes
Fixes
- The transaction screen and error screen now update on data changes, eg when using the E key, g key, or --watch,
like other screens.
[#2014], [#2288]
- 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]
@ -37,10 +41,19 @@ Features
Improvements
- hledger-ui's debug output has had some improvements, eg it's easier
to see changes to the screen stack.
Docs
API
- Hledger.UI.ErrorScreen:
uiReloadJournal -> uiReload,
uiReloadJournalIfChanged -> uiReloadIfFileChanged
- Hledger.UI.UIState:
enableForecast renamed
# 1.50 2025-09-03

View File

@ -23,7 +23,7 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# 326d2af3
# 53b5c371
Breaking changes

View File

@ -26,7 +26,7 @@ API
User-visible changes in the hledger command line tool and library.
# 326d2af3
# 53b5c371
Breaking changes
@ -36,9 +36,14 @@ Fixes
no transactions are matched. This was a regression in 1.50.
(Stephen Morgan, [#2452])
- In hledger-ui, the Z key (and the -E command line flag) toggles zero-balance accounts again.
(Stephen Morgan, [#2454])
- The print command's help no longer shows an unused --show-costs flag.
And the flags are now mostly ordered alphabetically.
- Whitespace in the `setup` command's "undeclared commodities" output has been fixed.
Features
Improvements
@ -47,6 +52,8 @@ Improvements
Docs
- Text encoding: updates
Examples
Scripts/addons