Skip to content

brother_ql v0.9.4

Latest
Compare
Choose a tag to compare
@pklaus pklaus released this 13 Jan 00:51
· 8 commits to master since this release

Architectural:

  • Probably the biggest change happened under the hood:
    This change introduces the new modules brother_ql.models and brother_ql.labels, which use attrs for the modeling of their main classes Label() and Model(). Previously, the definition of models and their capabilities was done with simple structures (lists and dictionaries) in the module brother_ql.devicedependent. In order not to break older code relying on those definitions, the data structures in the devicedependent module are still accessible (with no changes to existing code), but might be removed at a later stage. (1cfc7e7)

Documentation:

Bug Fixes:

  • Fixed: USB Operation Timeout while printing label #48 (16dccc1)