11webdiff displays side-by-side two-column diffs in the web browser.
22
3- It supports syntax highlighting, eliding & expansion of common lines and multi-file diffs.
3+ It supports syntax highlighting, image diffs, eliding & expansion of common lines and multi-file diffs.
44
55It integrates with git.
66
@@ -21,36 +21,3 @@ Then run via one of these:
2121 webdiff #123
2222
2323See https://github.com/danvk/webdiff/ for more information.
24-
25- Release Notes
26- - 0.10
27- * Added perceptual diffs via ImageMagick
28- * Add a favicon
29-
30- - 0.9
31- * Long lines now wrap instead of scrolling horizontally.
32- * Only 10+ common lines will be elided (no more "Show 2 more lines").
33- * Show bounding boxes for the changed region in image diffs.
34-
35- - 0.8
36- * New image diff modes: onion skin, swipe
37- * Shrink to fit for image diffs
38- * More aggressive syntax highlighting (makes a guess based on file contents)
39- * Refresh no longer kills the webdiff server (useful if file changes on disk)
40- * Renames/moves are displayed more compactly (ala GitHub)
41-
42- - 0.7
43- * Support for file vs. file diffs (i.e. webdiff as a replacement for diff)
44- * List of files instead of dropdown for small diffs
45- * Display resolution and file size for images
46- * Conversion to ReactJS
47-
48- - 0.6
49- * Support for image diffs
50- * Basic move/rename detection
51- * Bug fixes
52-
53- - 0.5
54- * Switched from jsdifflib to codediff.js, which provides syntax highlighting.
55- * Make better use of narrow browser windows
56- * Detect (and suppress) binary diffs
0 commit comments