Skip to content

v1.0.1

Compare
Choose a tag to compare
@danvk danvk released this 30 May 20:18
ba220a9

Highlights

  • Use git diff for diffs by @danvk in #150
    webdiff no longer generates its own diffs. Rather, it relies on git diff to generate them. It is, in effect, just a frontend for git diff --no-index. This provides support for detecting rename+change, and all of the other git 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

Full Changelog: v0.15.0...v1.0.1