Skip to content

Tags: DocNow/diffengine

Tags

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edsu Ed Summers
Link to Wayback Diff

This commit adds support for linking to the Wayback diff view, rather
than linking to the before and after versions and asking users to be
able to determine the difference (which can be quite small).

Fixes #60

v0.2.4

Toggle v0.2.4's commit message
new version

v0.2.3

Toggle v0.2.3's commit message
Firefox Quit

It's important to explicitly quit the browser or else it hangs around
after diffengine has exited, which can start to hog resources after a
while.

v0.2.2

Toggle v0.2.2's commit message
added MANIFEST for including requirements.txt

v0.1.2

Toggle v0.1.2's commit message
updated

v0.1.1

Toggle v0.1.1's commit message
updated

v0.1.0

Toggle v0.1.0's commit message
v0.1.0 release

v0.0.40

Toggle v0.0.40's commit message
fingerprinting

Added a _fingerprint function that will take the summary text and bleach
out all html and remove all whitespace. The test for equality uses
this function to determine if the page content has changed. Hopefully this
will catch instances where whitespace is changing, and triggering an empty diff.

v0.0.38

Toggle v0.0.38's commit message
removed errant debug print

v0.0.37

Toggle v0.0.37's commit message
new version