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

Changelog History
Page 4

  • v0.11.1.2 Changes

    April 17, 2019
    • Exit with an error code when any external script fails - #28
    • 👍 Capture external process output when doing parallel processing, in order to better prevent mangled concurrent output.
    • 👍 Allow users to specify a path to an hledger executable.
    • Display a user-friendly error message if hledger cannot be found - #22
  • v0.11.1.1 Changes

  • v0.11 Changes

    • 🔄 Change the name from hledger-makeitso to hledger-flow.
  • v0.10 Changes

    • ➕ Add a version subcommand. Create issue #15 to change it into a --version flag later.
    • 🛠 Fix a minor issue where yearly include files were generated at the top-level of the directtory structure, even though the same content was available in the import directory. The top-level all-years.journal now just includes the years within the import directory.
    • ⬆️ Upgrade to LTS 13.15 for GHC 8.6.4
    • ➕ Add CircleCI and TravisCI build instructions. Switch the README.org to a README.md in order to better support CI status badges.
  • v0.9 Changes

    🖨 Process all statements in parallel.

    This has a significant speed improvement on multi-processor machines when dealing with lots of input files. 🔀 a906bb5 "Merge pull request #8 from apauley/parallel-import" 2019-03-27 22:45:23 +0200

  • v0.9.0.1 Changes

    🚀 First hackage release. Minor changes to fix stack sdist warnings and errors, in preperation of the hackage upload.

    🔀 1bf817c "Merge pull request #9 from apauley/hackage-upload" Mar 31 21:51:38 2019 +0200

  • v0.8 Changes

    Generate an all-years.journal on each level which includes all the available years for that level. Replace the old makeitso.journal with the top-level version of this:

    🔀 06f2127 "Merge pull request #5 from apauley/all-years-includes" 2019-03-22 00:09:27 +0200

  • v0.7 Changes

    🔄 Change the way include files are aggregated.

    It used to be by owner/bank/account, now each of those levels (owner/bank/account) are aggregated per year: 🔀 eb17fed "Merge pull request #3 from apauley/annual-includes" 2019-03-12 23:09:17 +0200

  • v0.6 Changes

    ⬆️ 61c71d6 "Upgrade to lts-13.9 (GHC 8.6.3)" 2019-03-01 11:31:23 +0200

  • v0.5 Changes

    ⬆️ 3a7a39e "Upgrade to lts-13.6 (GHC 8.6.3)" 2019-02-16 09:54:49 +0200