Skip to content

ddhx 0.3.0

Compare
Choose a tag to compare
@dd86k dd86k released this 06 Sep 23:49
· 144 commits to master since this release

This release gets somewhat of a code refactor with a refreshed rendering and search engines.

Underneath, a lot changed a lot for the better, since it integrates a new error module with consistent errors.

But the most important feature in this version is the dumping functionality.

This version also adds support for the DigitalMars and the musl C runtimes, so Windows XP and Alpine Linux support are there.

Changelog

  • Add -C|--defaultchar option.
  • Add --dump option.
  • Add --skip option for dumping.
  • Add --length option for dumping.
  • Add --file option to force the input to File, this is the default.
  • Add --mmfile option to force the input to MmFile.
  • Add --stdin option to force the input to Stdin.
  • Bind n key to repeat search with last saved item
  • Changed all hexadecimal output to lowercase.
  • Fix x86-omf runtime errors.
  • Fix musl build errors.

And maybe more!