I’ve released webdiff 0.8.0, which you can install via:
pip install --upgrade webdiff
The most interesting new features are GitHub pull request integration and expanded image diffing modes.
You can view a GitHub Pull Request in webdiff by running something like:
webdiff https://github.com/hammerlab/cycledash/pull/175
Any github Pull Request URL will do. This will pull down the files from GitHub to local disk and then diff them in the standard webdiff UI. My main use case for this is looking at screenshot diffs and thinking “I want to see bigger images in this PR diff”. Speaking of which…
This version includes a few improvements to the image diff mode:
These are based on GitHub’s image view modes. I still find “blink” to be the most helpful for spotting small changes, but now you’ve got choices!
There were a few smaller changes as well. Full release notes are on PyPI.
Please leave comments! It's what makes writing worthwhile.
comments powered by Disqus