You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.4.0 aka 'the --patch release'
* Diff-so-fancy now supports `--patch` mode thanks to @wren
* A new `--debug` option was added to aid in troubleshooting
* Minor ANSI bug fixes
* Documentation updates
* Properly indicate when a file is removed/deleted (so-fancy#252)
* Colorize when a file is added/removed to match code highlighting (so-fancy#253)
* Fix usage (so-fancy#254)
* Fix a bug on a file renames with content changes (so-fancy#258)
* Fix the build-deps.sh to use new paths (so-fancy#260)
* Fix d-s-f when used as a symlink and still work on Windows 10 (so-fancy#265)
* Work a little better with light backgrounds (so-fancy#249)
And by overwhelming request...
* Perform line by line coloring to make d-s-f work with *LARGE* inputs (so-fancy#251)