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
Make --enable-future-rundir the default, and deprecate the option.
Ensure that the deepest rundir is the account directory, because the program
doesn't generate include files correctly in directories below the account level.
Copy file name to clipboardexpand all lines: ChangeLog.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog for [hledger-flow](https://github.com/apauley/hledger-flow)
2
2
3
+
## 0.14.1
4
+
5
+
- Make `--enable-future-rundir` the default, and deprecate the command-line option. To be removed in a future release.
6
+
- Ensure that the deepest rundir is the account directory, because the program doesn't generate include files correctly in directories below the account level.
7
+
3
8
## 0.14.0
4
9
5
10
- Add a new performance-related command-line option to import: `--new-files-only`. [PR #89](https://github.com/apauley/hledger-flow/pull/89)
T.putStrLn"The enable-future-rundir option is now the default, no need to specify it. This option is currently being ignored and will be removed in future."
<$> optional (Turtle.argPath "dir""The directory to import. Use the base directory for a full import or a sub-directory for a partial import. Defaults to the current directory. This behaviour is changing: see --enable-future-rundir")
93
-
<*> switch (long "enable-future-rundir"<> help "Enable the future (0.14.x) default behaviour now: start importing only from the directory that was given as an argument, or the currect directory. Previously a full import was always done. This switch will be removed in 0.14.x")
96
+
<*> switch (long "enable-future-rundir"<> help "This switch is currently being ignored, since the behaviour it previously enabled is now the default. It will be removed in future.")
94
97
<*> switch (long "new-files-only"<> help "Don't regenerate transaction files if they are already present. This applies to hledger journal files as well as files produced by the preprocess and construct scripts.")
0 commit comments