Releases: DocNow/diffengine
Releases · DocNow/diffengine
v0.2.7
Link to Wayback Diff view.
v0.2.4
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
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
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
Small update to ignore soft-hyphens which was causing false positives like this:
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
Better logic around normalizing summary text.
v0.0.28
This is a minor release that logs exceptions from Internet Archive's save this now API call.
v0.0.27
This release includes exception handling around fetching of entries to prevent diffengine from exiting before all stale entries have been checked.
v0.0.26
Better exception handling from @ruebot for when feed URLs can't be checked.
v0.0.25
Disables logging from readability module.