Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Jan 18:21
· 11 commits to main since this release

What's New

-V/--version flag

All CLIs (diff-x, comm-x, git-diff-x) now support -V/--version to display version and git SHA:

$ diff-x -V
0.1.4 (git: 09a2259)

SIGPIPE handling

Fixed traceback when piping output to a pager (like less) that exits early. Now exits cleanly with code 0.

Other Changes

  • Fixed bmdf markers for mdcmd README compatibility
  • Improved test coverage for signal handling

Full Changelog: v0.1.3...v0.1.4