Skip to content

Releases: gersonkurz/regdiff

5.0.0

30 Jan 16:46

Choose a tag to compare

First release based on go - no .NET dependency any more, native x64 and arm64 builds.

Release 4.5

17 Nov 19:38
5165e5b

Choose a tag to compare

This is a bugfix release:

  • Handle terminating \0 on ExpandSZ strings when sorting output
  • DWord hex values use lowercase as is common in more recent versions of regedit
  • Some more tweaking on the line-output code to make it even more regedit-ish

Release 4.4

13 Nov 10:34
f3cda00

Choose a tag to compare

This is a bugfix release after many years of the project being in hiatus. If you reported issues before, don't worry, sometime down the road I'll revisit them ;)

Bugs fixed in this release:

  • Major: MULTI_SZ was not written back correctly.
  • Major: When using /NO-EMPTY-KEYS, keys that had only a default value ("@") but nothing else were skipped.
  • Minor: Hex strings where UPPERCASE when regedit typically stores them lowercase.
  • Minor: Line formatting for multi-line hex now breaks at 76 chars, again more like regedit does.