1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Fixed issues with transparent images

This commit is contained in:
Manuel F Martinez
2015-08-22 12:43:09 -07:00
parent 95082067e4
commit 280000d6ed
2 changed files with 23 additions and 1 deletions

View File

@@ -22,3 +22,16 @@ CHANGELOG
- 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 Krispy2009@gmail.com
* 2015-07-06 - Version 1.0.6
- Merge pull request #53 from ldos/master
. Extended params for serial printers
. Sent by cafeteria.ldosalzira@gmail.com
* 2015-08-22 - Version 1.0.6
- Issue #57: Fixed transparent images