v0.1.4
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
bmdfmarkers formdcmdREADME compatibility - Improved test coverage for signal handling
Full Changelog: v0.1.3...v0.1.4