1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

link to escpos-printer-db

This commit is contained in:
Patrick Kanzler
2017-01-29 23:20:11 +01:00
parent efff2cbe43
commit e904500312
2 changed files with 11 additions and 4 deletions

View File

@@ -9,13 +9,15 @@ be aware that the API will still change until v3.0 is released.
changes
^^^^^^^
- feature: add "capabilities" which are shared with escpos-php
- feature: add "capabilities" which are shared with escpos-php, capabilities are stored in
`escpos-printer-db <https://github.com/receipt-print-hq/escpos-printer-db>`_
- feature: the driver tries now to guess the appropriate codepage and sets it automatically (called "magic encode")
- as an alternative you can force the codepage with the old API
- updated and improved documentation
- changed constructor of main class due to introduction of capablities
- changed interface of method `blocktext`, changed behavior of multiple methods, for details refer to the documentation
on `python-escpos.readthedocs.io <https://python-escpos.readthedocs.io>`_
- add support for custom cash drawer sequence
contributors
^^^^^^^^^^^^