- Nothing changed yet.
- Add Python 3.8 support
- Drop Python 2.7 support (end-of-life 2020-01-01) breaking change
- Drop Python 3.4 support (end-of-life 2019-03-18) breaking change
- Support https://github.com/mchehab/zbar zbar fork (used by ArchLinux)
- Add official support for Python 3.7
- Deprecate Python 3.4 (end-of-life 2019-03-16)
- Allow to search for more than one kind of bar code at once
- deprecate scan_codes(str, Image) in favor of scan_codes(list, Image)
- Drop deprecated qr_code_scanner() method
- Add helper to add background color on image
- Only return asked symbologie
- Officially support Python 3.6.
- Drop Python 2.6 support
- Fix Install for setuptools < 22.0
- Use zest.releaser
- Use tox
- Do not include tests and docs in package
- Add generic
scan_codes()
function (which can scan multiple codes in the same image) - Fix Python 2.6 tests
- Exclude tests from package
- Minor fixes on Readme
- Include requirements-dev.txt in Manifest
- First public version.