Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 860 Bytes

File metadata and controls

22 lines (17 loc) · 860 Bytes

Aztec took - changelog

0.1.0 (2025-05-03)

  • Initial release of the Aztec tool.
  • Basic functionality to decode Aztec codes implemented.

0.1.1 (2025-05-03)

  • Adding tests and github workflow to automate the tests.
  • Adding a CLI to the Aztec tool (doc available in the README.md file).

0.1.2 (2025-05-03)

  • Adding documentation to all classes of the project.

0.1.3 (2025-05-04)

  • Adding a CONTRIBUTING.md file 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.

0.1.4 (2025-05-06)

  • Adding some doc for contributors (SECURITY.md and CODE_OF_CONDUCT.md files, templates for issues and pull requests).
  • Adding docstrings and comments to the code.
  • Adding auto crop functionality to the Aztec tool (see the README.md file for more details).