Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 07:30

Changes

  • Status bar now shows "COMMAND" when you press :.
  • New : commands:
    • cmt <offset> <comment> (programatic alternative to ;)
    • set byteline <number> sets the number of bytes per line in the hex dump
    • set ctrlchar <char>sets the character shown for ASCII non-graphical byte values
    • set dimzero dim nullbytes
    • set dimctrl dim all control characters
    • set nodim turn off dimming
    • set theme changes the theme
    • w write changes to file
    • wq or x write changes to file and quit
  • In-memory buffer when patching bytes. Nothing is written to the file until you use some of the writing commands (w, wq or x), but truncating is an exception (T in replace mode).
  • Light theme.
  • dz6 beeps if you try to enter replace mode when editing a read-only file.

Download dz6 0.4.0

File Platform Checksum
dz6-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dz6-x86_64-apple-darwin.tar.xz Intel macOS checksum
dz6-x86_64-pc-windows-msvc.zip x64 Windows checksum
dz6-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
dz6-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum