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 c5f440c commit 6f03d11Copy full SHA for 6f03d11
README
@@ -23,6 +23,11 @@ Then run via one of these:
23
See https://github.com/danvk/webdiff/ for more information.
24
25
Release Notes
26
+- 0.9
27
+ * Long lines now wrap instead of scrolling horizontally.
28
+ * Only 10+ common lines will be elided (no more "Show 2 more lines").
29
+ * Show bounding boxes for the changed region in image diffs.
30
+
31
- 0.8
32
* New image diff modes: onion skin, swipe
33
* Shrink to fit for image diffs
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='webdiff',
4
- version='0.8.2',
+ version='0.9.0',
5
description='Two-column web-based git difftool',
6
author='Dan Vanderkam',
7
author_email='[email protected]',
0 commit comments