- Add API for printing images.
- Migrate to
pyproject.toml
. - Update bundled Bootstrap to version 5.3.3 and Bootstrap Icons to version 1.11.3.
- Fix printing of umlauts and special characters which would previously fail due to bottle oddities.
- Fix undefined variables introduced due to the migration.
- Add tests.
- Add type hints, including mypy.
- Ignore the annoying
brother_ql.devicedependent
message which only has been fixed in Git, but not on PyPI. - Patch brother_ql itself to ensure compatibility with
Pillow>=10
. - Avoid defaulting to high quality output for now, as there is no proper implementation for it yet and this would raise errors for die cut labels and lead to downscaling followed by upscaling for endless labels.
- First packaged version.