Skip to content

v0.9.0

Compare
Choose a tag to compare
@sharkdp sharkdp released this 11 Jul 18:10
· 279 commits to master since this release

Changes

  • Breaking change (binary): setting the -o/--display-offset flag no longer overrides the value set by --skip #115. The first displayed address is now the sum of the two values - this matches the behaviour of xxd.

Features

  • Allow relative and negative byte offsets (e.g. hexyl --skip=-1block), see #99 (@ErichDonGubler)
  • Added -l as another alias for '-n/--length' (xxd compatibility), see #121 and #135 (@TheDoctor314)

Bugfixes

  • Argument --length silently takes precedence over --bytes, see #105
  • Print warning on empty content, see #107 and #108
  • Disallow block sizes of zero, see #110
  • Fix newline appearing in --version output, see #131 and #133 (@scimas)

Other

Packaging