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
