Skip to content

v1.6.1 Minor Release

Compare
Choose a tag to compare
@jondegenhardt jondegenhardt released this 19 Apr 20:07
v1.6.1
68c6ff2

To download and unpack prebuilt binaries:

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

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

Installation instructions are in the ReleasePackageReadme.txt file in the release package.

To be notified of new releases:

GitHub supports notification of new releases. Click the "Watch" button on the repository page and select "Releases Only".

Release 1.6.1 Changes:

  • Performance improvement to tsv-split --lines-per-file functionality (PR #280).
  • Bug fix: Detect command line entered field ranges ending with field zero (PR #279).
  • Bug fix: @safe attribution changes to enable Windows compilation of bufferedByLine (Issue #282, PR #283).