Skip to content

v0.11.0

Compare
Choose a tag to compare
@sharkdp sharkdp released this 05 Dec 09:01
· 104 commits to master since this release

Features

  • Significantly improved performance, see #173 and #176 (@sharifhsn)
  • Added variable panels through the --panels and --terminal-width flags, see #13 and #164 (@sharifhsn)
  • Added new --group-bytes/-g option, see #104 and #170 (@RinHizakura)
  • Added new --base B option (where B can be binary, octal, decimal or hexadecimal), see #147 and #178 (@sharifhsn)
  • Show actual zero bytes as in the character panel (previously: 0), in order not to confuse them with ASCII
    0 bytes if colors are deactivated. Closes #166 (@sharkdp)

hexyl as a library

  • Breaking change: Printer::new is deprecated as a part of the public API. Alternatively, you can now construct a Printer using the PrinterBuilder builder API, see #168. (@sharifhsn)

Other

Thank you

Special thanks go to @sharifhsn, not just for the new features,
bugfixes and performance improvements. But also for many internal
improvements of the code base and other maintenance tasks.