Skip to content

Releases: apauley/hledger-flow

Pre-release version 0.11.1.2

16 Apr 21:21
v0.11.1.2-beta-pre
d9bfece
Compare
Choose a tag to compare
Pre-release
  • Exit when any external script fails - #28

v0.11.1.1-beta

15 Apr 21:54
v0.11.1.1-beta
f2b9af4
Compare
Choose a tag to compare

Some bugfixes and options that help with debugging:

  • Support input files from the year 2011 - #27
    Use a more specific input-file pattern, so as not to match 2011-include.journal
  • Print command-line options if requested - #11
  • Use the channel output functions consistently to avoid concurrency issues.

v0.11.1.0-beta

14 Apr 20:27
v0.11.1.0-beta
f211c27
Compare
Choose a tag to compare

Version 0.11

07 Apr 19:56
v0.11-beta
9cd1222
Compare
Choose a tag to compare

Rename hledger-makeitso to hledger-flow

Version 0.10

07 Apr 13:22
v0.10-beta
aceaefe
Compare
Choose a tag to compare
  • 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.