Package Release Info

hexyl-0.14.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

hexyl

Change Logs

* Tue Dec 12 2023 Martin Hauke <mardnh@gmx.de>
- Update to version 0.14.0
  Features
  * New --character-table option, with the ability to use
    codepage 437.
  * New --character-table=ascii option for a ASCII-only character
    table.
  Bugfixes
  * Show output when doing hexyl /dev/zero.
  * Respect NO_COLOR environment variable.
* Thu Oct 19 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.13.1
  * BugFix: Correctly handle discontinuous input (stdin), see #196 and #197
Version: 0.13.0-bp156.1.10
* Sun May 28 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.13.0
  * Support both little and big Endian dumps using --endianness={little,big}
  * Breaking: Changed the meaning of the short flag -C to be consistent with hexdump -C.
    Previously, this would hide the character panel, but now -C shows the character panel,
    in case it has been previously (e.g. in an alias) disabled with --no-characters
Version: 0.12.0-bp155.1.6
* Sat Dec 10 2022 Martin Hauke <mardnh@gmx.de>
- Updat eto version 0.12.0
  Features
  * Only show one panel by default if the terminal width is not
    wide enough for two panels.
  * Respect the NO_COLOR environment variable.
  Bugfixes
  * Do not fail with an error if --panels=auto is used and the
    output is piped.
  Changes
  * Breaking: For xxd-compatibility reasons, --group_bytes has
    been renamed to --group-size (with an --groupsize alias).
* Mon Dec 05 2022 Martin Hauke <mardnh@gmx.de>
- Update to version 0.11.0
  * Significantly improved performance.
  * Added variable panels through the --panels and --terminal-width
    flags.
  * Added new --group-bytes/-g option.
  * Added new --base B option (where B can be binary, octal,
    decimal or hexadecimal).
  * 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.
* Sun Nov 27 2022 Martin Hauke <mardnh@gmx.de>
- Initial package, version 0.10.0