From 08051d48d0d1a0a2b8a7ddb0d9ddfff52f863333 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Fri, 1 Apr 2016 15:38:57 +0200 Subject: [PATCH] DOC write changelog for version 2.0.0 --- CHANGELOG.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ca598cb..b7be3cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,38 @@ Changelog ********* +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-01-24 - Version 1.0.9 --------------------------