Changelog
=========

0.4.0 (2011-04-14)
------------------

* add metacafe.com and video.google.com adapters [nan010]
* add some documentation how to write an adapter [nan010]
* video contents now implements the ``IImageContent`` interface [keul]
* now supported `plone.app.blob`__ [keul]
* added way (*/@@blob-video-migration* view) to migrate from ZODB to blob [keul]
* bug fixed: the title for internal video was not required [keul]
* shortened the embedding code, using the `External configuration file`__,
  this also fix problems when embedding in documents using TinyMCE [keul]
* the internal video size is now the uploaded video size (close `#1`__) [keul]
* simple video links to .flv URL were broken [keul]
* restored right position for a lot of viewlet manager
  (reverting some changes done in version 0.3.1) [keul]
* splashscreen image can be used (optionally) as real video splashscreen.
  Now `plone.app.imaging`__ is required (even without ``plone.app.blob``) [keul] 
* added video size fields; video view and embed code now use it [keul]
* propertly registering in TinyMCE (this close `#5`__) [keul]
* external video now provides the ``IFlowPlayable`` interface only when linking
  simple .flv resources. This close `#2`__ [keul]
* portlet header is not required anymore [keul]

__ http://pypi.python.org/pypi/plone.app.blob
__ http://flowplayer.org/demos/installation/alternate/index.html#external_config
__ http://plone.org/products/redturtle.video/issues/1
__ http://pypi.python.org/pypi/plone.app.imaging
__ http://plone.org/products/redturtle.video/issues/5
__ http://plone.org/products/redturtle.video/issues/2

0.3.1 (2010-03-18)
------------------

* inserted embed string over the player [fdelia]

0.3.0 (2010-03-03)
------------------

* embedded code link to flowplayer [alert, fdelia, keul]
* added youtube.com and vimeo.com adapters [gborelli]
* getting video embed html code with adapter (and removed BeautifulSoup) [gborelli]
* added redturtle_video macros [gborelli]
* added some tests [gborelli]
* added locales rebuild script [gborelli]
* fixed package install [gborelli]

0.2.2 (2009-11-11)
------------------

* portlet does not return the getYear and getDuration method anymore [keul]
* moved hachoir import inside function from module level, due to stdout PDB error [keul]
* added a *very* ugly support for remote video to Youtube links [keul]
* removed validators for image field as it was not required but was not possible to ignore it [keul]

0.2.1beta (2009-10-19)
----------------------

* fixed bug using redturtle.video with latests collective.flowplayer versions (3.0+) [fdelia]
* tested with latest flowplayer release [fdelia]

0.2.0beta (2009-10-14)
----------------------

* added informations (duration and year) of the video, that will be displayed in the portlet
* fixed bug finders in using getFolderContents for ATTopic

0.1.0alpha (2009-09-28)
-----------------------

* initial release

