PCKG refactor changelog and add to documentation
This commit is contained in:
parent
68641572f9
commit
1a2b8f1df2
48
CHANGELOG
48
CHANGELOG
|
@ -1,48 +0,0 @@
|
||||||
CHANGELOG
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 2013-03-14 - Version 1.0.1
|
|
||||||
- Issue #8: Fixed set font
|
|
||||||
- Added QR support
|
|
||||||
|
|
||||||
* 2013-12-30 - Version 1.0.2
|
|
||||||
- Issue #5: Fixed vertical tab
|
|
||||||
- Issue #9: Fixed identation inconsistence
|
|
||||||
|
|
||||||
* 2014-02-23 - Version 1.0.3
|
|
||||||
- Issue #18: Added quad-area characters (Sent by syncman1x@gmail.com)
|
|
||||||
- Added exception for PIL import
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 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>
|
|
||||||
|
|
||||||
* 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-08-22 - Version 1.0.7
|
|
||||||
- Issue #57: Fixed transparent images
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* 2016-01-24 - Version 1.0.9
|
|
||||||
- fix constant definition for PC1252
|
|
||||||
- move documentation to Sphinx
|
|
||||||
|
|
|
@ -0,0 +1,69 @@
|
||||||
|
*********
|
||||||
|
Changelog
|
||||||
|
*********
|
||||||
|
|
||||||
|
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
|
|
@ -0,0 +1 @@
|
||||||
|
.. include:: ../../CHANGELOG.rst
|
|
@ -25,6 +25,7 @@ Content
|
||||||
:caption: Developer Documentation
|
:caption: Developer Documentation
|
||||||
|
|
||||||
dev/contributing
|
dev/contributing
|
||||||
|
dev/changelog
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
Loading…
Reference in New Issue