Releases: aburdulescu/chexdiff
Releases · aburdulescu/chexdiff
v0.9
v0.8
Bump version
v0.7
Add option to convert file contents to hex before comparing them, if -f is used.
v0.6
- Print only when inputs differ, no output when equal
- Exit 1 when inputs differ, exit 0 when equal
- Add support for treating inputs as files, i.e. read their contents and compare
v0.5
Make case sensitive comparison default and add flag(-i) to enable it
v0.4
Print diff vertically
v0.3
Use ReleaseSafe
v0.2
New version, rewritten in Zig
v0.1
First version, written in C