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
+6
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ or the current directory, and generate only the relevant include files.
8
8
This is a behavioural change and (for now) it needs to be enabled with the --enable-future-rundir switch.
9
9
This will become the default behaviour in 0.14.x, at which time the switch will be removed.
10
10
11
+
Reports:
12
+
Use the LEDGER_FILE env var (if set) when generating reports.
13
+
Default to the top-level all-years.journal if not set.
14
+
15
+
Build with Stackage Nightly 2020-03-10 (ghc-8.8.3)
16
+
11
17
## 0.13.1
12
18
13
19
- Automatically add [include lines for yearly price files](https://github.com/apauley/hledger-flow/#price-files) if they are present on disk.
_ <-ifnot hledgerJournalExists then die $ format ("Unable to find journal file: "%fp%"\nIs your LEDGER_FILE environment variable set correctly?") hledgerJournal elsereturn()
52
+
let journalWithYears = journalFile opts []
48
53
let aggregateReportDir = outputReportDir opts ["all"]
0 commit comments