Releases: constituentvoice/ImageResolverPython
Releases · constituentvoice/ImageResolverPython
0.4.0 With Python 3 support
v0.4.0, 2020-06-26 -- Whoa! After 5 years an update
- Now supports Python3
- Removed bin/resolveimage.py and moved code to main.py
- resolve an image on the command line with python -m imageresolver
- Reorganized module
- created a base exception
- moved all exceptions to imageresolver.exc
- moved logic to imageresolver.base
- Bug fixes
- fixed opengraph detecting invalid images
0.3.0
Fixes setup.py issue that required external modules to be installed
Fixes a crash when the blacklist or whitelist files are not found or can't be read
Updates the abpy module