2016-03-08 16:07:27 +00:00
|
|
|
*********
|
|
|
|
Changelog
|
|
|
|
*********
|
2016-08-26 12:27:17 +00:00
|
|
|
2016-08-26 - Version 2.2.0 - "Fate Amenable To Change"
|
|
|
|
------------------------------------------------------
|
|
|
|
|
|
|
|
changes
|
|
|
|
^^^^^^^
|
|
|
|
- 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
|
|
|
|
|
|
|
|
contributors
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
- Michael Elsdörfer
|
|
|
|
- Patrick Kanzler
|
|
|
|
|
2016-08-09 23:28:49 +00:00
|
|
|
2016-08-10 - Version 2.1.3 - "Ethics Gradient"
|
|
|
|
----------------------------------------------
|
|
|
|
|
|
|
|
changes
|
|
|
|
^^^^^^^
|
|
|
|
- configure readthedocs and travis
|
|
|
|
- update doc with hint on image preprocessing
|
|
|
|
- add fix for printing large images (by splitting them into multiple images)
|
|
|
|
|
|
|
|
contributors
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
- Patrick Kanzler
|
|
|
|
|
2016-08-02 14:05:22 +00:00
|
|
|
2016-08-02 - Version 2.1.2 - "Death and Gravity"
|
2016-08-01 22:45:36 +00:00
|
|
|
------------------------------------------------
|
|
|
|
|
|
|
|
changes
|
|
|
|
^^^^^^^
|
2016-08-02 14:05:22 +00:00
|
|
|
- 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
|
2016-08-01 22:45:36 +00:00
|
|
|
|
|
|
|
contributors
|
|
|
|
^^^^^^^^^^^^
|
2016-08-02 14:05:22 +00:00
|
|
|
- Patrick Kanzler
|
2016-03-08 16:07:27 +00:00
|
|
|
|
2016-08-01 22:41:10 +00:00
|
|
|
2016-08-02 - Version 2.1.1 - "Contents May Differ"
|
2016-07-23 12:55:19 +00:00
|
|
|
--------------------------------------------------
|
|
|
|
|
|
|
|
changes
|
|
|
|
^^^^^^^
|
2016-08-01 21:59:46 +00:00
|
|
|
- rename variable interface in USB-class to timeout
|
2016-08-01 22:27:08 +00:00
|
|
|
- add support for hypothesis and move pypy3 to the allowed failures (pypy3 is not supported by hypothesis)
|
2016-07-23 12:55:19 +00:00
|
|
|
|
|
|
|
contributors
|
|
|
|
^^^^^^^^^^^^
|
2016-08-01 22:27:08 +00:00
|
|
|
- Patrick Kanzler
|
2016-08-01 21:59:46 +00:00
|
|
|
- Renato Lorenzi
|
2016-07-23 12:55:19 +00:00
|
|
|
|
2016-07-23 09:44:34 +00:00
|
|
|
2016-07-23 - Version 2.1.0 - "But Who's Counting?"
|
2016-06-26 18:52:31 +00:00
|
|
|
--------------------------------------------------
|
|
|
|
|
|
|
|
changes
|
|
|
|
^^^^^^^
|
|
|
|
- packaging: configured the coverage-analysis codecov.io
|
2016-07-15 11:04:20 +00:00
|
|
|
- GitHub: improved issues-template
|
2016-07-15 11:15:22 +00:00
|
|
|
- documentation: add troubleshooting tip to network-interface
|
2016-07-17 09:17:43 +00:00
|
|
|
- the module, cli and documentation is now aware of the version of python-escpos
|
2016-07-23 09:44:34 +00:00
|
|
|
- the cli does now support basic tabcompletion
|
2016-06-26 18:52:31 +00:00
|
|
|
|
|
|
|
contributors
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
- Patrick Kanzler
|
|
|
|
|
2016-04-01 13:38:57 +00:00
|
|
|
2016-06-24 - Version 2.0.0 - "Attitude Adjuster"
|
|
|
|
------------------------------------------------
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
changes
|
|
|
|
^^^^^^^
|
|
|
|
- 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
|
|
|
|
|
|
|
|
contributors
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
- Thomas van den Berg
|
|
|
|
- Michael Billington
|
|
|
|
- Nate Bookham
|
|
|
|
- Davis Goglin
|
|
|
|
- Christoph Heuel
|
|
|
|
- Patrick Kanzler
|
|
|
|
- Qian LinFeng
|
|
|
|
|
2016-03-08 16:07:27 +00:00
|
|
|
2016-01-24 - Version 1.0.9
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- fix constant definition for PC1252
|
|
|
|
- move documentation to Sphinx
|
|
|
|
|
|
|
|
2015-10-27 - Version 1.0.8
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Merge pull request #59 from zouppen/master
|
|
|
|
- Support for images vertically longer than 256 pixels
|
|
|
|
- Sent by Joel Lehtonen <joel.lehtonen@koodilehto.fi>
|
|
|
|
- Updated README
|
|
|
|
|
|
|
|
2015-08-22 - Version 1.0.7
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Issue #57: Fixed transparent images
|
|
|
|
|
|
|
|
2015-07-06 - Version 1.0.6
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Merge pull request #53 from ldos/master
|
|
|
|
- Extended params for serial printers
|
|
|
|
- Sent by ldos <cafeteria.ldosalzira@gmail.com>
|
|
|
|
|
|
|
|
2015-04-21 - Version 1.0.5
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Merge pull request #45 from Krispy2009/master
|
|
|
|
- Raising the right error when wrong charcode is used
|
|
|
|
- Sent by Kristi <Krispy2009@gmail.com>
|
|
|
|
|
|
|
|
2014-05-20 - Version 1.0.4
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Issue #20: Added Density support (Sent by thomas.erbacher@ragapack.de)
|
|
|
|
- Added charcode tables
|
|
|
|
- Fixed Horizontal Tab
|
|
|
|
- Fixed code tabulators
|
|
|
|
|
|
|
|
2014-02-23 - Version 1.0.3
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Issue #18: Added quad-area characters (Sent by syncman1x@gmail.com)
|
|
|
|
- Added exception for PIL import
|
|
|
|
|
|
|
|
2013-12-30 - Version 1.0.2
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Issue #5: Fixed vertical tab
|
|
|
|
- Issue #9: Fixed identation inconsistence
|
|
|
|
|
|
|
|
2013-03-14 - Version 1.0.1
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- Issue #8: Fixed set font
|
|
|
|
- Added QR support
|
|
|
|
|
|
|
|
2012-11-15 - Version 1.0
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
- Issue #2: Added ethernet support
|
|
|
|
- Issue #3: Added compatibility with libusb-1.0.1
|
|
|
|
- Issue #4: Fixed typo in escpos.py
|