Skip to content

Commit 6f03d11

Browse files
committed
bump version
1 parent c5f440c commit 6f03d11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Then run via one of these:
2323
See https://github.com/danvk/webdiff/ for more information.
2424

2525
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+
2631
- 0.8
2732
* New image diff modes: onion skin, swipe
2833
* Shrink to fit for image diffs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='webdiff',
4-
version='0.8.2',
4+
version='0.9.0',
55
description='Two-column web-based git difftool',
66
author='Dan Vanderkam',
77
author_email='[email protected]',

0 commit comments

Comments
 (0)