Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Releases: adafruit/Adafruit_CircuitPython_Thermal_Printer

1.4.0 - Allow printing using non-UTF-8 encodings

17 Jan 17:52
38c8659
Compare
Choose a tag to compare

print() now allows an optional encoding to be passed for printing non-UTF-8 encodings. Note that this does not work on microcontrollers running the CircuitPython firmware (which only support UTF-8 encoding), and only works on platforms such as Raspberry Pi and other SBCs utilizing Blinka. Thanks @mushunrek!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.12 - Added type annotations

11 Nov 21:19
db73533
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @tcfranks!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.11 - Made copyright stay up to date in docs/conf.py

26 Aug 02:25
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.10 - Fixed version string

22 Aug 18:48
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.9 - Switched to pyproject.toml

09 Aug 19:34
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.8 - Added cp.org link to index.rst

09 Jun 18:16
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.7 - Repo documentation and config updates

07 Jun 17:04
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.6 - Updated documentation link, python version

04 Feb 20:34
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.5 - Updated pylint version, linted

15 Nov 18:58
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal-printer.

Read the docs for info on how to use it.

1.3.4 - Updated docs link in readme

23 Oct 16:01
6de29d6
Compare
Choose a tag to compare

This release does not contain any functional changes. Just updating a link in readme to match the way the rest of the repos are.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-thermal_printer.

Read the docs for info on how to use it.