Skip to content

Commit e6751b4

Browse files
committed
Split off CHANGELOG
1 parent 280f7ea commit e6751b4

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

CHANGELOG

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
- 0.11
2+
* Files are fetched from GitHub lazily to allowing diffs of large PRs.
3+
4+
- 0.10
5+
* Added perceptual diffs via ImageMagick
6+
* Add a favicon
7+
8+
- 0.9
9+
* Long lines now wrap instead of scrolling horizontally.
10+
* Only 10+ common lines will be elided (no more "Show 2 more lines").
11+
* Show bounding boxes for the changed region in image diffs.
12+
13+
- 0.8
14+
* New image diff modes: onion skin, swipe
15+
* Shrink to fit for image diffs
16+
* More aggressive syntax highlighting (makes a guess based on file contents)
17+
* Refresh no longer kills the webdiff server (useful if file changes on disk)
18+
* Renames/moves are displayed more compactly (ala GitHub)
19+
20+
- 0.7
21+
* Support for file vs. file diffs (i.e. webdiff as a replacement for diff)
22+
* List of files instead of dropdown for small diffs
23+
* Display resolution and file size for images
24+
* Conversion to ReactJS
25+
26+
- 0.6
27+
* Support for image diffs
28+
* Basic move/rename detection
29+
* Bug fixes
30+
31+
- 0.5
32+
* Switched from jsdifflib to codediff.js, which provides syntax highlighting.
33+
* Make better use of narrow browser windows
34+
* Detect (and suppress) binary diffs

README

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
webdiff 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

55
It integrates with git.
66

@@ -21,36 +21,3 @@ Then run via one of these:
2121
webdiff #123
2222

2323
See 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

Comments
 (0)