v1.0.1
Highlights
- Use git diff for diffs by @danvk in #150
webdiff no longer generates its own diffs. Rather, it relies ongit diff
to generate them. It is, in effect, just a frontend forgit diff --no-index
. This provides support for detecting rename+change, and all of the othergit diff
options, e.g.-w
for ignoring whitespace and--algorithm
. - Use
git config
for configuration. See #150. - Add host option by @danvk in #160 — serve webdiff under any host name you like, e.g.
0.0.0.0
. - Updates to dependencies
Other changes
- Format code with prettier and black by @danvk in #136
- Update PyGithub and other dependencies by @danvk in #147
- Setup CircleCI by @danvk in #149
- Run yarn upgrade by @danvk in #157
- Add and update Badges by @danvk in #159
- Update screenshots by @danvk in #161
- fix bugs with fetching GitHub PRs by @danvk in #162
- Use absolute image URLs by @danvk in #163
Full Changelog: v0.15.0...v1.0.1