We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55e89e commit 371424aCopy full SHA for 371424a
README
@@ -23,6 +23,10 @@ Then run via one of these:
23
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").
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='webdiff',
4
- version='0.9.2',
+ version='0.10.0',
5
description='Two-column web-based git difftool',
6
author='Dan Vanderkam',
7
author_email='[email protected]',
0 commit comments