All Versions
44
Latest Version
Avg Release Cycle
48 days
Latest Release
-

Changelog History
Page 2

  • v0.13.1 Changes

  • 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
  • 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

    https://github.com/apauley/hledger-flow/issues/65

  • 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