Skip to content

Releases: DocNow/diffengine

v0.2.7

30 Sep 10:49
756569d
Compare
Choose a tag to compare

Link to Wayback Diff view.

v0.2.4

26 Nov 17:34
Compare
Choose a tag to compare

A bugfix release to elevate the peewee dependency to > v3. This is required due to some deprecated and now removed ways of relating tables together.

v0.2.3

26 Nov 17:24
Compare
Choose a tag to compare

This is a bugfix release to quit Firefox on exiting. Otherwise the selenium webdriver doesn't cleanly stop Firefox and you end up with lots of firefoxes cluttering up your process table (and using more and more resources).

v0.2.2

19 Nov 21:09
Compare
Choose a tag to compare

This update swaps out PhantomJS for Firefox as a headless browser to screencap diffs. You will need to make sure that geckodriver is installed in order to upgrade.

apt-get install firefox-geckodriver 

It should be installable on Windows and OS X.

v0.0.30

19 Jan 03:12
Compare
Choose a tag to compare

Small update to ignore soft-hyphens which was causing false positives like this:

c2gep2ow8aavrbu 4

As you can see mastermind and warehouse are visually identical. But inspection of the archived versions shows that there are soft-hyphens in the previous version which are not displaying...

v0.0.29

19 Jan 01:29
Compare
Choose a tag to compare

Better logic around normalizing summary text.

v0.0.28

18 Jan 18:20
Compare
Choose a tag to compare

This is a minor release that logs exceptions from Internet Archive's save this now API call.

v0.0.27

16 Jan 18:28
Compare
Choose a tag to compare

This release includes exception handling around fetching of entries to prevent diffengine from exiting before all stale entries have been checked.

v0.0.26

16 Jan 17:22
Compare
Choose a tag to compare

Better exception handling from @ruebot for when feed URLs can't be checked.

v0.0.25

16 Jan 16:16
Compare
Choose a tag to compare

Disables logging from readability module.