Skip to content

Releases: apauley/hledger-flow

Version 0.15

17 Jul 18:39
v0.15.0
2b025fe
Compare
Choose a tag to compare

I made some changes that will result in some formatting changes in some of the generated files:

  • Removed the obsolete exclamation mark from the include directive

  • Switched from hledger print to hledger import during statement import.

    hledger import uses your preferred commodity styles from your
    directives.journal to generate journals.

Other changes:

  • Switched to GHC 9.0.1

Version 0.14.4

24 Jun 10:04
v0.14.4
Compare
Choose a tag to compare
Release version 0.14.4

See ChangeLog for details - https://github.com/apauley/hledger-flow/blob/master/ChangeLog.md

Version 0.14.3

07 Feb 00:36
v0.14.3.0
b1d86db
Compare
Choose a tag to compare

Ensure that generated include files only contain files ending with .journal

Fixes #92

Version 0.14.2

06 Sep 21:07
v0.14.2.0
85b2598
Compare
Choose a tag to compare

Add an optional --start-year command-line option for imports:

Import only from the specified year and onwards, ignoring previous years.
Valid values include a 4-digit year or 'current' for the current year.

Version 0.14.1

02 Sep 18:45
v0.14.1.0
d404f77
Compare
Choose a tag to compare
  • Make --enable-future-rundir the default, and deprecate the command-line option. To be removed in a future release.
  • Ensure that the deepest rundir is the account directory, because the program doesn't generate include files correctly in directories below the account level.

Version 0.14

29 Aug 08:43
v0.14.0.0
8cfb304
Compare
Choose a tag to compare
  • Add a new performance-related command-line option to import: --new-files-only. PR #89

    Don't regenerate transaction files if they are
    already present. This applies to hledger journal
    files as well as files produced by the preprocess and
    construct scripts.

  • Generate monthly versions of the income statement in reports. A contribution by Max Linke

  • Switch some usages of system-filepath over to path

    hledger-flow started as a collection of bash scripts that I translated into Haskell with the help of Turtle.

    Turtle uses the now deprecated system-filepath to represent all paths.

    I've had many filepath-related issues in hledger-flow.
    They were related to issues such as that 2 instances of the same directory would not be treated as equal, because one could have a trailing slash and the other not.
    Another issue that popped up was knowing wether a path is a file or a directory, and if it is absolute or relative.

    All of these issues are articulated in the path library:
    https://github.com/commercialhaskell/path

Version 0.13.2

11 Mar 04:53
v0.13.2.0
e8e508b
Compare
Choose a tag to compare

Imports

Improve support for importing a subset of journals: start importing only from the directory given as argument,
or the current directory, and generate only the relevant include files.

This is a behavioural change and (for now) it needs to be enabled with the --enable-future-rundir switch.
This will become the default behaviour in 0.14.x, at which time the switch will be removed.

Reports

Use the LEDGER_FILE env var (if set) when generating reports.
Default to the top-level all-years.journal if not set.

Other

Build with Stackage Nightly 2020-03-10 (ghc-8.8.3)

v0.13.1.0: Release version 0.13.1.0

29 Feb 23:40
v0.13.1.0
78208c3
Compare
Choose a tag to compare
See ChangeLog for details - https://github.com/apauley/hledger-flow/blob/master/ChangeLog.md

v0.13.0.0: Release version 0.13.0.0

07 Feb 09:00
v0.13.0.0
ced0b70
Compare
Choose a tag to compare
See ChangeLog for details - https://github.com/apauley/hledger-flow/blob/master/ChangeLog.md

v0.12.4.0: Release version 0.12.4.0

14 Oct 13:25
v0.12.4.0
4b9b027
Compare
Choose a tag to compare
See ChangeLog for details - https://github.com/apauley/hledger-flow/blob/master/ChangeLog.md