Skip to content

v0.2.0

Compare
Choose a tag to compare
@ndd7xv ndd7xv released this 03 Sep 18:01
· 71 commits to main since this release
e0f89e1

The first update since I initially revealed heh to the world! These are some pretty nice baby steps to making it genuinely usable.

Features:

  • The editor warns you about unsaved changes
  • The hex editor's cursor now selects a nibble instead of the entire byte
  • Similar to GHex, jump to a byte with the shortcut Control+J. You can specify in decimal or in hex (prefix it with 0x)
  • You can scroll with your mouse (thanks @yuankunzhang!)
  • The Home/End key to move to the start and end of the current row (thanks @yuankunzhang!)
  • When the hex editor is selected, some unix-like shortcuts are enabled (hjkl arrow navigation, q for quitting, ^ and $ for start and end of line) (thanks @jondot!)

Bugfixes:

  • heh no longer crashes terminals without clipboards
  • heh recognizes when it's not in a tty (thanks @yuankunzhang!)