Update of /cvsroot/pythonreports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20934
Modified Files:
CHANGES
Log Message:
version 0.3.0
Index: CHANGES
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/CHANGES,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CHANGES 9 Nov 2006 08:44:19 -0000 1.4
--- CHANGES 19 Dec 2006 16:55:47 -0000 1.5
***************
*** 2,5 ****
--- 2,38 ----
=============================
+ version 0.3.0 (19-dec-2006)
+ ---------------------------
+
+ Features:
+
+ - subreports
+ - edit data block contents in template designer
+ - designer can write printout files
+
+ API changes:
+
+ - removed "transparent" attribute of template element "box":
+ boxes don't paint background by themselves. If you need
+ an opaque box, draw a filled rectangle before other elements.
+ - added optional attribute "opaque" for template element "rectangle"
+ - group header an footer sections renamed to "title" and "summary"
+ (they behave quite unlike page/column headers and footers)
+ - "type" attribute for "eject" element is optional; defaults to "page"
+
+ Fixes:
+
+ - eliminated some errors and warnings reported by pylint
+ - designer didn't update box attributes
+ - insert menu in designer sometimes failed to open
+ - pdf output: diagonal lines were offset down by the box height
+ - qp-encoded data not decoded on read
+ - qp-encoded data absorbing white space added by XML formatting
+ - errors in designer after element deletion
+ - RL-based text drivers failed when a text was too long for it's box
+ - italic font creation failed in Tk-based text drivers
+ - template validation: require page dimensions (pagesize or width and height)
+ - allow empty detail section
+
version 0.2.1 (09-nov-2006)
---------------------------
|