hledger v1.18 Release Notes

Release Date: 2020-06-07 // almost 4 years ago
    • ๐Ÿ†• new example scripts:

      • hledger-combine-balances.hs, hledger-balance-as-budget.hs (Dmitry Astapov)
      • hledger-check-tag-files.hs, hledger-check-tag-files2.hs
    • more CSV rule examples: coinbase, waveapp

    • ๐Ÿ†• new CI (continuous integration) system using Github Actions. Thanks to Travis and Appveyor for their service to date. Improvements:

      • one CI service instead of several
      • more closely integrated with code repo
      • tests run on the three main platforms (linux, mac, windows)
      • harmless commits are ignored automatically ([ci skip] no longer needed for doc commits)
      • scheduled and on-demand testing (push to master, push to ci-* branches, pull request, weekly)
      • now tested: all GHC versions, doctests, haddock building
      • new shortcut url: http://ci.hledger.org