Label printing fix (#489)

* Add check for modern label printing interface

* Update getLabelTemplates

* Fix typo

* Refactor / simplify

* Revert parameter type

* Update version number and release notes

* Refactor label printing function

- Will require some cleanup in the future
- Still needs testing

* Fix for modern printing

* Typo fix
This commit is contained in:
Oliver 2024-05-12 20:41:02 +10:00 committed by GitHub
parent 91cb24c74c
commit 3c0bca276d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 171 additions and 77 deletions

View file

@ -1,3 +1,9 @@
### 0.15.0 - May 2024
---
- Support modern label printing API
- Updated translations
### 0.14.3 - April 2024
---