Releases: danvk/webdiff
Releases · danvk/webdiff
v0.9.0: line wrapping & image diff bounding boxes
Changes:
- Long lines now wrap instead of scrolling horizontally. (codediff update)
 - Only 10+ common lines will be elided (no more "Show 2 more lines"). (codediff update)
 - Show bounding boxes for the changed region in image diffs (via ResembleJS)
 - Updated to React 0.12 and react-router 0.11
 
v0.8.1: Bug fixes on 0.8.0.
Changes:
- Fix github remote parsing bug with 
webdiff #292-style invocation - Using react-router to include the file number in the URL (e.g. 
/2) for easier refreshing. - grid pattern to indicate transparent regions of images
 - Fixed bug where unchanged regions would oscillate with "onion skin" mode
 - "Blink" image diff mode now auto-blinks every 0.5s
 - A banner now advertises when there are no changes between the two files.
 - Support for GitHub auth via a 
.githubrcfile (same as gcli)