Skip to content

Tags: NullYing/python-escpos

Tags

3.1.3

Toggle 3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make logging.basicConfig conditional (python-escpos#670)

Co-authored-by: Patrick Kanzler <[email protected]>

v3.1.3

Toggle v3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make logging.basicConfig conditional (python-escpos#670)

Co-authored-by: Patrick Kanzler <[email protected]>

v3.1.2

Toggle v3.1.2's commit message
Merge branch 'development' of github.com:NullYing/python-escpos into …

…bugfix

v3.1.1

Toggle v3.1.1's commit message
修复pickle bug

v3.1

Toggle v3.1's commit message
提升返回速度

v3.0a6

Toggle v3.0a6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
patkan Patrick Kanzler
v3.0a6

This release is the seventh alpha release of the new version 3.0.
Please be aware the the API is subject to change until v3.0 is
released.
changes

    fix inclusion of the capabilities-file
    execute CI jobs also on Windows and macOS-targets
    improve documentation

contributors

    Patrick Kanzler

v3.0a5

Toggle v3.0a5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
patkan Patrick Kanzler
v3.0a5

2019-06-16 - Version 3.0a5 - "Lightly Seared On The Reality Grill"
This release is the sixth alpha release of the new version 3.0. Please
be aware that the API is subject to change until v3.0 is released.

changes
^^^^^^^
- allow arbitrary USB arguments in USB-class
- add Win32Raw-Printer on Windows-platforms
- add and improve Windows support of USB-class
- use pyyaml safe_load()
- improve doc
- implement _read method of Network printer class

contributors
^^^^^^^^^^^^
- Patrick Kanzler
- Gerard Marull-Paretas
- Ramon Poca
- akeonly
- Omer Akram
- Justin Vieira

v3.0a4

Toggle v3.0a4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
patkan Patrick Kanzler
2018-05-15 - Version 3.0a4 - "Kakistocrat"

This release is the fifth alpha release of the new version 3.0. Please
be aware that the API will still change until v3.0 is released.

changes
^^^^^^^
- raise exception when TypeError occurs in cashdraw (python-escpos#268)
- Feature/clear content in dummy printer (python-escpos#271)
- fix is_online() (python-escpos#282)
- improve documentation
- Modified submodule to always pull from master branch (python-escpos#283)
- parameter for implementation of nonnative qrcode (python-escpos#289)
- improve platform independence (python-escpos#296)

contributors
^^^^^^^^^^^^
- Christoph Heuel
- Patrick Kanzler
- kennedy
- primax79
- reck31
- Thijs Triemstra

v3.0a3

Toggle v3.0a3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
patkan Patrick Kanzler
2017-10-08 - Version 3.0a3 - "Just Testing"

This release is the fourth alpha release of the new version 3.0. Please
be aware that the API will still change until v3.0 is released.

changes
^^^^^^^
- minor changes in documentation, tests and examples
- pickle capabilities for faster startup
- first implementation of centering images and QR
- check barcodes based on regex

contributors
^^^^^^^^^^^^
- Patrick Kanzler
- Lucy Linder
- Romain Porte
- Sergio Pulgarin

v3.0a2

Toggle v3.0a2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
patkan Patrick Kanzler
v3.0a2: alpha of major release Version 3.0a2

This release is the third alpha release of the new version 3.0. Please
be aware that the API will still change until v3.0 is released.

changes
^^^^^^^
- refactor of the set-method
- preliminary support of POS "line display" printing
- improvement of tests
- added ImageWidthError
- list authors in repository
- add support for software-based barcode-rendering
- fix SerialException when trying to close device on __del__
- added the DLE EOT querying command for USB and Serial
- ensure QR codes have a large enough border
- make feed for cut optional
- fix the behavior of horizontal tabs
- added test script for hard an soft barcodes
- implemented paper sensor querying command
- added weather forecast example script
- added a method for simpler newlines

contributors
^^^^^^^^^^^^
- csoft2k
- Patrick Kanzler
- mrwunderbar666
- Romain Porte
- Ahmed Tahri