Changelog History
Page 2
-
v0.13.1 Changes
- Automatically add include lines for yearly price files if they are present on disk.
- 0️⃣ Minor report changes - do not assume too many extra options for default reports.
-
v0.13.1.0
February 29, 2020 -
v0.13.0 Changes
- ➕ Add an experimental rundir option for imports
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.
The use case has been described in issue 64.
It is experimental, because the only problem it currently solves is getting hledger-flow to fail fast. One of the current side effects of doing so is that the generated include files are then written to only include the subset of files that were processed.
But as soon as you do a full run again, the include files will be correctly re-generated as before.
-
v0.13.0.0
February 07, 2020 -
v0.12.4.0 Changes
October 14, 2019- ⚡️ Update usage of hledger to reflect updated command-line flags of hledger version 1.15 https://github.com/apauley/hledger-flow/issues/73
- Compile with stackage lts-14.9
-
v0.12.3 Changes
➕ Add more reports:
- Balance Sheet per owner per year, and for all owners per year
- Unknown transactions per owner per year
- A transfer balance overview per year
-
v0.12.3.1 Changes
June 23, 2019🛠 Fixed a bug where:
Given:
- A run of
hledger-flow import
When:
- specifying a relative import base directory
- 🛠 but specifically without any relative prefixes such as
./
or../
Then:
- the account-level include files pointing to the real journal entries would have incorrect paths
- A run of
-
v0.12.3.0
May 26, 2019 -
v0.12.2 Changes
Slightly smarter reporting.
- Get the available report years for each individual owner. Only generate reports for those years.
- Create uniform output directories.
- ➕ Add system info to version output
-
v0.12.2.1 Changes
May 17, 2019🛠 Fix resolver extraction and hledger-flow --version in release-tarball script