Skip to content

Releases: aburdulescu/chexdiff

v0.9

08 Jan 11:39
Compare
Choose a tag to compare
Bump version

v0.8

08 Jan 11:23
Compare
Choose a tag to compare
Bump version

v0.7

23 Sep 14:04
Compare
Choose a tag to compare

Add option to convert file contents to hex before comparing them, if -f is used.

v0.6

21 Sep 16:27
Compare
Choose a tag to compare
  • 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

15 Sep 17:37
Compare
Choose a tag to compare

Make case sensitive comparison default and add flag(-i) to enable it

v0.4

13 Sep 15:16
Compare
Choose a tag to compare

Print diff vertically

v0.3

12 Sep 14:19
Compare
Choose a tag to compare

Use ReleaseSafe

v0.2

11 Sep 22:54
Compare
Choose a tag to compare

New version, rewritten in Zig

v0.1

11 Sep 18:32
Compare
Choose a tag to compare

First version, written in C