- Initial release of the Aztec tool.
- Basic functionality to decode Aztec codes implemented.
- Adding tests and github workflow to automate the tests.
- Adding a
CLIto the Aztec tool (doc available in theREADME.mdfile).
- Adding documentation to all classes of the project.
- Adding a
CONTRIBUTING.mdfile to the project. - Fix a bug when there is a padding, in the correction of the data.
- Fix a bug when there is a B/S before the end of the data.
- Adding some doc for contributors (
SECURITY.mdandCODE_OF_CONDUCT.mdfiles, templates for issues and pull requests). - Adding docstrings and comments to the code.
- Adding auto crop functionality to the Aztec tool (see the
README.mdfile for more details).