@@ -74,13 +74,61 @@ Changes in hledger-install.sh are shown
74
74
75
75
76
76
77
- ## 2025-03-07 hledger-1.42
78
77
79
- ** run & repl commands, non-UTF8 CSV, same-line if matchers, more pivot targets, fixes.**
78
+ ## 2025-03-12 hledger-1.42.1
79
+
80
+ ### hledger 1.42.1
81
+
82
+ Fixes
83
+
84
+ - Fix a regression in the parsing of single ampersands (&) in csv rules.
85
+ (Thomas Miedema, [ #2352 ] )
86
+
87
+ - The run and repl commands no longer cache data wrongly when using the --forecast option.
88
+ (Dmitry Astapov, [ #2345 ] )
89
+
90
+ - The run and repl commands no longer miss a caching opportunity when using --forecast with a period argument.
91
+ (Stephen Morgan)
92
+
93
+ - run, repl: doc fixes (Pranesh Prakash, Simon Michael)
94
+
95
+
96
+ ### hledger-ui 1.42.1
97
+
98
+ - Allow vty 6.4.
99
+
100
+
101
+ ### hledger-web 1.42.1
102
+
103
+
104
+ ### project changes 1.42.1
105
+
106
+
107
+ Infrastructure/Misc
108
+
109
+ - Tools updates
110
+
111
+ - Fix cabalfilestest: test all cabal files before any hackage upload.
112
+
113
+
114
+ ### credits 1.42.1
115
+
116
+ Simon Michael (@simonmichael ),
117
+ Dmitry Astapov (@adept ),
118
+ Pranesh Prakash (@the-solipsist ),
119
+ Stephen Morgan (@Xitian9 ),
120
+ Thomas Miedema (@thomie ).
121
+
122
+ [ #2345 ] : https://github.com/simonmichael/hledger/issues/2345
123
+ [ #2352 ] : https://github.com/simonmichael/hledger/issues/2352
124
+
125
+
126
+ ## 2025-03-07 hledger-1.42
80
127
81
128
82
129
### hledger 1.42
83
130
131
+ ** run & repl commands, non-UTF8 CSV, same-line if matchers, more pivot targets, fixes.**
84
132
85
133
Fixes
86
134
@@ -307,6 +355,7 @@ Lars Kellogg-Stedman (@larks).
307
355
[ #2340 ] : https://github.com/simonmichael/hledger/issues/2340
308
356
309
357
358
+
310
359
## 2024-12-09 hledger-1.41
311
360
312
361
** Valuation fix, improved HTML and FODS output, multiple depths, terminal pagination, robust export to Beancount, ...**
@@ -9486,3 +9535,5 @@ Release stats:
9486
9535
9487
9536
9488
9537
9538
+
9539
+
0 commit comments