Skip to content

Commit 09c301c

Browse files
committed
Release 0.2.0
1 parent dac8afb commit 09c301c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 0.2.0
44

5+
Release date: `2019-01-10`
6+
57
### Bug Fixes
68

79
- Fixed image printing in `tools.testing()` when the module is installed. Will now raise an exception if `raise_on_error` argument is `True` (default).
@@ -13,7 +15,7 @@
1315

1416
### Technical Changes
1517

16-
- Deleted the `ThermalPrinterAttributeError` exception
18+
- Removed `ThermalPrinterAttributeError` exception
1719
- Attributes `is_online`, `is_sleeping`, `lines`, `feeds` and `max_column` now raise `AttributeError` when trying to set them (previously raising `ThermalPrinterAttributeError`)
1820
- Changed signature of `tools.testing(port='/dev/ttyAMA0', heat_time=80)` -> `tools.testing(printer=None, raise_on_error=True)`
1921
- Changed signature of `tools.test_char(char)` -> `tools.test_char(char, printer=None)`

0 commit comments

Comments
 (0)