-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHISTORY.txt
60 lines (37 loc) · 867 Bytes
/
HISTORY.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
History of template2pdf
========================
Version 0.6
-----------
Added Flask support (template2pdf.fsk).
0.6.1
~~~~~
Added default ImageResolver, fixing issue #1.
(Thanks clsdaniel: http://code.google.com/u/clsdaniel/)
0.6.2
~~~~~
Fixed issue #2
0.6.3
~~~~~
Fixed issue #4.
0.6.4
~~~~~
* Added humanReadble, fontSize, fontName attributes on <barCode> flowable
(Issue #5). Thanks Jonathan Liu.
0.6.5
~~~~~
Fixed issue #6.
Version 0.5
-----------
Bundled trml2pdf as template2pdf.t2p
Version 0.4
-----------
Added font/resource loading support on template2pdf.kfw.
Version 0.3
-----------
Added Kay-Framework support (template2pdf.kfw).
Version 0.2 (initial version of template2pdf)
---------------------------------------------
django_trml2pdf has moved to template2pdf.dj.
Version 0.1
-----------
Initial release (as django_trml2pdf).