]> git.sur5r.net Git - ptouch-print/blob - ChangeLog
Added AUTHORS file required by autotools
[ptouch-print] / ChangeLog
1
2 date            ver     description of changes
3
4 2015-12-29      1.3.2   - added inital ptouch-gtk - it is WITHOUT function
5                           for now. I just have somewhere to start...
6
7 2015-11-12      1.3.1   - small bugfix
8                         - now using autotools
9
10 2015-02-13      1.3     - merged ptouch-printpng and ptouch-printtext to one
11                           single tool so that multiple texts and images can be
12                           printed in one single pass.
13                         - added ptouch_cutmark() function
14                         - added initial gettext() support
15
16 2015-01-05      1.2.3   - fixed a bug that did cut off chars which go below the
17                           font baseline (like g,q,j,...)
18                           Seems that gdImageStringFT() interprets the y coord
19                           as baseline of the font (is this the case for all
20                           fonts??) instead of the bottom most pixel.
21
22 2014-12-20      1.2.2   - added support for printing up to 4 lines of text
23
24 2014-11-01      1.2.1   - added support for PT-1230PC printer (not tested)
25
26 2014-10-1?      1.2     - added tool 'ptouch-printtext' which can print labels
27                           with one or two lines of text
28
29 2014-10-11      1.1     - easier adding of (yet) unsupported p-touch printers
30                           and tape widths
31                         - code cleanup
32
33 2014-10-08      1.0     Initial release