| 1 | * Allow string as bitstream for images |
|---|
| 2 | |
|---|
| 3 | 0.5.6 - 20120223 |
|---|
| 4 | * Add expression cache to prevent multiple evaluation of the same expression |
|---|
| 5 | * Fix typo when writing manifest |
|---|
| 6 | * Remove Thumbnails in opendocument |
|---|
| 7 | * Clean meta in opendocument |
|---|
| 8 | * Clean template code from draw:frame in opendocument |
|---|
| 9 | * Use StringIO as failback of cStringIO |
|---|
| 10 | |
|---|
| 11 | 0.5.5 - 20100719 |
|---|
| 12 | * Fix namespace in opendocument manifest |
|---|
| 13 | |
|---|
| 14 | 0.5.4 - 20100330 |
|---|
| 15 | * Update manifest.xml with added files in opendocument |
|---|
| 16 | * Do not write empty width or height attributes in opendocument |
|---|
| 17 | * Update py:attrs attributes in opendocument |
|---|
| 18 | |
|---|
| 19 | 0.5.3 - 20100110 |
|---|
| 20 | * Escape elements values in opendocument template |
|---|
| 21 | |
|---|
| 22 | 0.5.2 - 20091108 |
|---|
| 23 | * Fix guess_type for long value |
|---|
| 24 | * Add width, height arguments for "image:" in odf |
|---|
| 25 | * Switch to GPL-3 |
|---|
| 26 | * Added support for Genshi {% include %} tags (patch by Simon Jagoe) |
|---|
| 27 | * Nicer traceback message upon failed import |
|---|
| 28 | |
|---|
| 29 | 0.5.1 - 20090416 |
|---|
| 30 | * Simplified the examples |
|---|
| 31 | * Fix usage of tags without attributes (choose & otherwise) |
|---|
| 32 | * Print original traceback when a module can not be loaded |
|---|
| 33 | * Do not import relatorio in setup.py |
|---|
| 34 | * Better handling of namespaces |
|---|
| 35 | * Added some tests |
|---|
| 36 | |
|---|
| 37 | 0.5.0 - 20090123 |
|---|
| 38 | * Added Text and XML Template to the TemplateLoader |
|---|
| 39 | * Splitted mimetypes and ids in the ReportRepository |
|---|
| 40 | * RelatorioStream now has a __str__ method |
|---|
| 41 | * OOTemplate: ChartTemplate can be included |
|---|
| 42 | * OOTemplate: Correctly handle content type in the table cells |
|---|
| 43 | * OOTemplate: Better closing/opening tag detection algorithm |
|---|
| 44 | * OOTemplate: Looping on columns now work in OOTemplates |
|---|
| 45 | * OOTemplate: Using compression |
|---|
| 46 | |
|---|
| 47 | 0.4.1 - 20081110 |
|---|
| 48 | * Support for upstream PyCha since the most annoying bug has been fixed |
|---|
| 49 | * Removed the entrypoint stuff that was confusing lot of users |
|---|
| 50 | |
|---|
| 51 | 0.4.0 - 20080910 |
|---|
| 52 | * Generation of png/svg files through PyCha |
|---|
| 53 | * Code cleaning |
|---|
| 54 | * Signature of report __call__ method mimics the one of genshi templates |
|---|
| 55 | * Added the possibility to call chart report from odf ones |
|---|
| 56 | |
|---|
| 57 | 0.3.0 - 20080806 |
|---|
| 58 | * Generation of pdf files through ConTeXt |
|---|
| 59 | * Better support of cell value in opendocument table cells |
|---|
| 60 | * Better namespace support in opendocument files |
|---|
| 61 | * Better image support in opendocument files |
|---|
| 62 | |
|---|
| 63 | 0.2.0 - 20080717 |
|---|
| 64 | * Added support for templating in the styles.xml file |
|---|
| 65 | * Much more genshi-esque way to do stuff in the odt templating |
|---|
| 66 | |
|---|
| 67 | 0.1.1 - 20080715 |
|---|
| 68 | * Added an image handling feature (thanks to b2ck.com for the idea and bits of |
|---|
| 69 | implementation) |
|---|
| 70 | * Added the dependancy on Genshi |
|---|
| 71 | * test for trml2pdf presence |
|---|
| 72 | * standardize the way the template object returns their results |
|---|
| 73 | |
|---|
| 74 | 0.1.0 - 20080707 |
|---|
| 75 | Initial version |
|---|