Releases: gersonkurz/regdiff
Releases · gersonkurz/regdiff
5.0.0
Release 4.5
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
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.