@@ -74,6 +74,88 @@ Major releases and user-visible changes, collected from the changelogs (
7474
7575
7676
77+
78+ ## 2025-09-16 hledger-1.50.1
79+
80+ ### hledger 1.50.1
81+
82+
83+ Fixes
84+
85+ - Balance commands now show an empty report instead of an error when
86+ no transactions are matched, fixing a regression in 1.50.
87+ (Stephen Morgan, [ #2452 ] )
88+
89+ - The ` print ` command's help no longer shows an unused --show-costs flag.
90+ And the command-specific flags are now mostly ordered alphabetically.
91+
92+ - Whitespace in the ` setup ` command's "undeclared commodities" output has been fixed.
93+
94+ Doc updates
95+
96+ - Text encoding
97+ - bin/README: paypal\* , simplefin\* usage examples, doc link
98+
99+ API
100+
101+ - Hledger.Cli.Utils:
102+ add withJournal alias for withJournalDo,
103+ pivotByOpts -> maybePivot,
104+ anonymiseByOpts -> maybeWarnAboutAnon,
105+ stop exporting pivotByOpts, anonymiseByOpts
106+
107+ - Hledger.UI.ErrorScreen:
108+ uiReloadJournal -> uiReload,
109+ uiReloadJournalIfChanged -> uiReloadIfFileChanged
110+
111+
112+ ### hledger-ui 1.50.1
113+
114+
115+ Fixes
116+
117+ - The transaction screen and error screen now update on data changes like other screens,
118+ eg when using the E key, g key, or --watch.
119+ [ #2014 ] , [ #2288 ]
120+
121+ - When the journal is reloaded by the ` g ` key or ` --watch ` , the
122+ --pivot (and --obfuscate) options are now preserved,
123+ and spurious errors are avoided.
124+ [ #2451 ]
125+
126+ - The Z key (and the -E command line flag) toggles zero-balance accounts again.
127+ (Stephen Morgan, [ #2454 ] )
128+
129+ Improvements
130+
131+ - Debug output has improved, eg it's easier to see changes to the screen stack.
132+
133+ API
134+
135+ - Hledger.UI.ErrorScreen:
136+ uiReloadJournal -> uiReload,
137+ uiReloadJournalIfChanged -> uiReloadIfFileChanged
138+ - Hledger.UI.UIState:
139+ enableForecastPreservingPeriod -> enableForecast
140+
141+
142+ ### hledger-web 1.50.1
143+
144+ - Uses hledger 1.50.1
145+
146+
147+ ### credits 1.50.1
148+
149+ Simon Michael (@simonmichael ),
150+ Stephen Morgan (@Xitian9 ).
151+
152+ [ #2014 ] : https://github.com/simonmichael/hledger/issues/2014
153+ [ #2288 ] : https://github.com/simonmichael/hledger/issues/2288
154+ [ #2451 ] : https://github.com/simonmichael/hledger/issues/2451
155+ [ #2452 ] : https://github.com/simonmichael/hledger/issues/2452
156+ [ #2454 ] : https://github.com/simonmichael/hledger/issues/2454
157+
158+
77159## 2025-09-03 hledger-1.50
78160
79161** Better transaction balancing, include improvements, auto posting account interpolation, csv data commands, import archiving, timeclock improvements, fixes**
0 commit comments