You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ChangeLog.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog for [hledger-flow](https://github.com/apauley/hledger-flow)
2
2
3
+
## 0.13.0
4
+
5
+
- Add an experimental rundir option for imports
6
+
7
+
The experimental rundir is an attempt to restrict hledger-flow into processing just a subset of files, primarily to quickly get feedback/failures while adding new accounts to an existing set of accounts.
8
+
9
+
The use case has been described in [issue 64](https://github.com/apauley/hledger-flow/issues/64).
10
+
11
+
It is experimental, because the only problem it currently solves is getting hledger-flow to fail fast.
12
+
One of the current side effects of doing so is that the generated include files are then written to only
13
+
include the subset of files that were processed.
14
+
15
+
But as soon as you do a full run again, the include files will be correctly re-generated as before.
16
+
3
17
## 0.12.4.0
4
18
5
19
- Update usage of hledger to reflect updated command-line flags of hledger version 1.15
0 commit comments