Skip to content

Releases: ViktorStiskala/python-qrplatba

1.1.1

24 Apr 11:25
385ea3c
Compare
Choose a tag to compare
Fixed compatibility with lxml library. (#12)

Added compatibility with lxml library using `qrcode.compat.etree`. Fixes #11

1.1.0

05 Apr 13:16
25c0ba1
Compare
Choose a tag to compare
Flake test and black code formatting (#10)

* Files formatting using black
* Added ruff for flake tests
* Added pre-commit hooks
* Dropped support for Python 3.7

1.0.0

04 Apr 19:22
Compare
Choose a tag to compare

Warning: While the API is mostly backwards compatible, the look and size of the generated QR codes has changed.

  • Updated requirements to support the latest qrcode version
  • Added support for custom output sizes using box_size and border parameters
  • Changed legacy setuptools to poetry
  • Dropped support for Python 2.x and <3.7
  • Changed license to MIT
  • Added unit tests