Skip to content

v0.3.0

Compare
Choose a tag to compare
@braydonk braydonk released this 27 Aug 18:22
· 66 commits to main since this release
abc4812

Features

  • Can now operate in stdin mode with the Unix pattern of - or /dev/stdin arguments
  • Pass a custom config from another path using the -conf flag

Improvements/Fixes

  • Works with CRLF
    • There are a couple bugs upstream that were causing problems with CRLF behaviour, see #34 and #37 for details
  • Updated help message

Fixes

Changelog

  • 5ad1599 chore: fix indent typo in configuration options (#25)
  • 79e66ea feat: accept - or /dev/stdin instead of -in (#28)
  • fc7dca4 feat: add ability to pass config path (#30)
  • fe69346 feat: improve help message (#32)
  • abc4812 fix: hotfix shim for CRLF behaviour (#36)