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
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog for [hledger-flow](https://github.com/apauley/hledger-flow)
2
2
3
+
## 0.13.2
4
+
5
+
Improve support for importing a subset of journals: start importing only from the directory given as argument,
6
+
or the current directory, and generate only the relevant include files.
7
+
8
+
This is a behavioural change and (for now) it needs to be enabled with the --enable-future-rundir switch.
9
+
This will become the default behaviour in 0.14.x, at which time the switch will be removed.
10
+
3
11
## 0.13.1
4
12
5
13
- Automatically add [include lines for yearly price files](https://github.com/apauley/hledger-flow/#price-files) if they are present on disk.
<$> optional (argPath "dir""The directory to import. Defaults to the current directory. Use the hledger-flow base directory for a full import.")
81
-
<*>optional (strOption (long "experimental-rundir"<> help "A subdirectory of the base where the command will restrict itself to"))
82
+
<$> optional (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")
83
+
<*>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")
0 commit comments