-
diffr: add --line-numbers flag to display the line numbers (Github #44, Athir Saleem).
-
diffr: --colors: allow to display italic faces (Github #45).
- diffr-lib: optimize_partition: new function. Postprocessing of the results of the LCS algorithm to reduce the number of segments of consecutive shared tokens.
-
Split in two crates: diffr-lib contains reusable parts, while diffr only contains application logic.
-
Fix a bug in display code that messed up the colors in diffs with lines starting with dashes.
-
Configuration: default to use 16 colors everywhere (Github #16).
- Add --colors flag to customize faces propertized by diffr (Github #3). This changes the default colors used on linux and macOS. The default still works on windows.
- Initial release.