1.2.4 (10.11.2008)
------------------

- excluded jquery from Plone 3.1 profile

1.2.3 (07.11.2008)
------------------

- fixed a visual issue using content aggregators in sp_selection.pt

1.2.2 (13.09.2008)
------------------

- improved error handling for images

1.2.1 (12.07.2008)
------------------

- added option for removing the review history
- support for the manipulation default states
- fixed installer code for Plone 3.0/3.1

1.2.0 (05.07.2008)
------------------

- new print option: font-size, column-count, paper-size
- removed dual-licence
- licensed completely under the LGPL 3

1.1.4 (22.06.2008)
------------------

- new print option: orientation=portrait/landscape

1.1.3 (18.06.2008)
------------------

- 'filename' parameter was not properly escaped causing
  some trouble on MacOSX where temporary directory names
  contained '+++'


1.1.2 (20.04.2008)
------------------

- fixed jQuery integration issue related to the $() shortcut


1.1.1 (18.04.2008)
------------------

- removeLinks no longer removed complete <a> tags but replaces it
  with a <span> tag containing the former linktext

- dropping support for Plone 2.5

1.1.0 (15.04.2008)
------------------

- replaced prototype.js with JQuery (patch by Alessandro XXXX)
 
- Plone 3.1 compatiblity

- now comes with dedicated GenericSetup profiles for Plone 3.0 
  and Plone 3.1
 

1.0.1 (27.01.2008)
------------------

- fixed a manipulation error with internal anchors (having no 'href' 
  attribute)

- escaping whitespaces (browser.deliver())

- license change: now using LGPL 3 

- some stylesheet fine-tuning

- support for 'redirect=1' as URL parameter fixed
  
- provided adapter for extracting HTML from standard documents (basically for
  supporting document actions without the JS popup).


1.0.0 (30.09.2007)
------------------

- official 1.0.0 release


0.2.0 (08.09.2007)
------------------

- per-interface IHTMLExtractor support (backend and UI). Look at
  the demo folder (plone_adapters.py)

- fixed JS racing condition in smartprint.js    

- better error handling in case of a backend failure

- german translation

- the new ZCML directive smartprintng:resourceDirectory allows you to
  register all templates (suffix .pt) and stylesheets (suffix .css) within
  the given directory for one or more interfaces. See demo/configure.zcml
  and the whole demo directory for examples.

- templates, stylesheets and FO related stylesheets completely configurable
  on a per-interface basis

- moved default styles and default FO styles to 'resources' directory

- using the BeautifulSoup module for HTML manipulations


0.1.1 (19.07.2007)
------------------

- Plone 2.5 support

0.1.0 (13.07.2007)
------------------

- initial release
