- fix improper API-use in qrcode()
- change setup.py shebang to make it compatible with virtualenvs.
- add constants for sheet mode and colors
- support changing the linespacing
- Michael Elsdörfer
- Patrick Kanzler
- configure readthedocs and travis
- update doc with hint on image preprocessing
- add fix for printing large images (by splitting them into multiple images)
- Patrick Kanzler
- fix File-printer: flush after every call of _raw()
- fix lists in documentation
- fix CODE128: by adding the control character to the barcode-selection-sequence the barcode became unusable
- Patrick Kanzler
- rename variable interface in USB-class to timeout
- add support for hypothesis and move pypy3 to the allowed failures (pypy3 is not supported by hypothesis)
- Patrick Kanzler
- Renato Lorenzi
- packaging: configured the coverage-analysis codecov.io
- GitHub: improved issues-template
- documentation: add troubleshooting tip to network-interface
- the module, cli and documentation is now aware of the version of python-escpos
- the cli does now support basic tabcompletion
- Patrick Kanzler
This version is based on the original version of python-escpos by Manuel F Martinez. However, many contributions have greatly improved the old codebase. Since this version does not completely match the interface of the version published on PyPi and has many improvements, it will be released as version 2.0.0.
- refactor complete code in order to be compatible with Python 2 and 3
- modernize packaging
- add testing and CI
- merge various forks into codebase, fixing multiple issues with barcode-, QR-printing, cashdraw and structure
- improve the documentation
- extend support of barcode-codes to type B
- add function to disable panel-buttons
- the text-functions are now intended for unicode, the driver will automatically encode the string based on the selected codepage
- the image-functions are now much more flexible
- added a CLI
- restructured the constants
- Thomas van den Berg
- Michael Billington
- Nate Bookham
- Davis Goglin
- Christoph Heuel
- Patrick Kanzler
- Qian LinFeng
- fix constant definition for PC1252
- move documentation to Sphinx
- Merge pull request #59 from zouppen/master
- Support for images vertically longer than 256 pixels
- Sent by Joel Lehtonen <[email protected]>
- Updated README
- Issue #57: Fixed transparent images
- Merge pull request #53 from ldos/master
- Extended params for serial printers
- Sent by ldos <[email protected]>
- Merge pull request #45 from Krispy2009/master
- Raising the right error when wrong charcode is used
- Sent by Kristi <[email protected]>
- Issue #20: Added Density support (Sent by [email protected])
- Added charcode tables
- Fixed Horizontal Tab
- Fixed code tabulators
- Issue #18: Added quad-area characters (Sent by [email protected])
- Added exception for PIL import
- Issue #5: Fixed vertical tab
- Issue #9: Fixed identation inconsistence
- Issue #8: Fixed set font
- Added QR support
- Issue #2: Added ethernet support
- Issue #3: Added compatibility with libusb-1.0.1
- Issue #4: Fixed typo in escpos.py