You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- No longer checks that the provided `image` argument to `ThermalPrinter.image()` is a `PIL.Image` object.
24
+
25
+
### Contributors
26
+
27
+
Thanks to our beloved contributors: @uniphil, @d21d3q
24
28
25
29
## 0.2.0
26
30
@@ -41,3 +45,7 @@ Release date: `2019-01-10`
41
45
- Attributes `is_online`, `is_sleeping`, `lines`, `feeds` and `max_column` now raise `AttributeError` when trying to set them (previously raising `ThermalPrinterAttributeError`)
42
46
- Changed signature of `tools.printer_tests(port='/dev/ttyAMA0', heat_time=80)` → `tools.printer_tests(printer=None, raise_on_error=True)`
43
47
- Changed signature of `tools.print_char(char)` → `tools.print_char(char, printer=None)`
0 commit comments