Skip to content

v1.4.3 Minor Release

Compare
Choose a tag to compare
@jondegenhardt jondegenhardt released this 19 Aug 05:24
v1.4.3
2d0aa11

Two changes:

  • New tsv-pretty option --a|auto-preamble - Enables automatic detection of preambles. Lines at the start of the file that should be printed as is, without reformatting into pretty printed columns. For more information and examples see PR #218.
  • Prebuilt binaries have been updated to use the latest LDC compiler (1.16.0).

To download and unpack the prebuilt binaries:

$ # Linux
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v1.4.3/tsv-utils-v1.4.3_linux-x86_64_ldc2.tar.gz | tar xz

$ # MacOS
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v1.4.3/tsv-utils-v1.4.3_osx-x86_64_ldc2.tar.gz | tar xz