brother_ql v0.8.4
New Functionality:
- QL-1050 confirmed to work.
Miscellaneous:
- Inform in the README about the need to disable the "Editor Lite" mode where available.
- There is a web interface for brother_ql: brother_ql_web. The link is now part of the README.
- The readme was claiming incorrectly that the 600dpi wasn't supported (it is supported since a354cde).
Bug Fixes:
- The right margin on the QL-1050 (and QL-1060N) are now fixed. The printout should now be properly aligned with the labels.
- Removed undesirable and old dependency on numpy in
brother_ql/reader.py
. - Require the pillow package newer or equal to version 3.3.0. Using older versions of that package together with brother_ql resulted in errors like this when creating labels:
TypeError: an integer is required (got type tuple)