0.3i (2004-09-25):
	* Fix string escapes (rhythmlet:album/artist/filePath/genre/title)
	* No longer convert "&" to "and" with rhythmlet:scrolledDispString


0.3h (2004-09-22):
    * Initial import of Audioscrobbler support.
    * Use .png as tmp cover files instead of .jpg (suggested by mat)
	* Feature freeze for 0.4.0


0.3g (2004-07-19):
    * Ignore le/la/las/los/die/der/das/den for exact matching.
    * Fixed a couple more trivial bugs.
    * Cleaned up the code a bit.
    * Code is somewhat more modular now.
    * Enable DEBUG mode by default for development releases.
    * Combined handleCover() and handleFile() into same function.
       Now a cover can be dropped anywhere over the desklet and it
       should work.
    * Fixed issue where dragging images with space(s) in URL would
       fail.
    * Make some configurator changes (showCover, coverSize)
       take effect immediately.
    * Fix alignment issue on PSI displays.
    * Use playback icons from LTRhythmlet display.
    * Star graphics are now less opaque to make new playback icons.
    * Fix seek bar issue on rhythmlet-LT.display.
    * Initial import of AudioScrobbler support.
    * Make Amazon cover fetching timeout after 15 seconds.
    * Make AudioScrobbler handshake timeout after 15 seconds.
    * Use GDK to do image resizing/border drawing if PIL is not
       present.
    * Added CornerRhythmlet displays based on CornerXMMS by 
       Stefano Mozzi <stefano at mompracem dot org>
       N.B.: often bitrate isn't provided by Rhythmbox/gstreamer.
    * Fixes on gDesklets 0.30pre (launchBrowser() and seek* functions)
	* Fix typo on previous track button


0.3f (2004-06-13):
    * Thanks to new DEBUG flag, I fixed a lot of stupid little bugs.
       This should also make bug reports easier to fix.
    * Preserve aspect ratio on resized images
    * Simplify the way borders are drawn
    * If there is no cover to display, display nothing instead of
       default icon (saves space, etc.)
    * Improve cover searching/matching slightly:
       - strip a number of characters
       - "^The" and ", The$" match as exact now (as do A & An)
       - strip " (dis[ck] #)" from album when matching
    * Added rhythmlet-LT.display by DaveMDS to LT-Display directory
       - N.B.: When using rhythmlet-LT, the default coverSize may be
         too big; try changing cover size to 43 in the configuration
	 screen.


0.3e (2004-06-06):
    * Fix "Do not call send_output() from within a thread" bug,
       which should (???) fix some other problems people have
       reported. Also fixes lag between update of cover and border.


0.3d (2004-05-31):
    * Made Amazon cover retrieval prefer exact matches but fall back
       to first result if none match exactly.
    * Added option to save Amazon covers locally
       (patch from Ola Ormset)
    * Cover images are imported when dropped over cover area;
       supports file:// and {http,ftp}:// URIs
       (e.g.: toolbar icon in Epiphany, file in Nautilus, etc.)
       (suggested by Ola Ormset)
    * Added watchers for all flags of display string so display
       authors can use those instead of relying on dispString.
       Updated docs/SENSOR_INTERFACE.txt to reflect change (see file
       for more information.)
    * Made output system slightly less braindead


0.3c (2004-05-27):
    * Added ability to retrieve cover images locally
       (patch from Ola Ormset)
    * Cover image size can be modified at runtime
       resizing requires Python Imaging Library from
       www.pythonware.com/products/pil/index.htm
       Gentoo: emerge dev-python/Imaging
    * Added background colour setting to the configurator.
       It supports any hex colour (plus alpha channels) instead of
       the previous 'light' or 'dark' option
    * Added documentation on how to apply the Rhythmbox
       patch on Gentoo GNU/Linux (docs/README.RB-patch)
    * Added a basic description of how to use the sensor
       to write new display files (docs/SENSOR_INTERFACE.txt)
    * Only show option to fetch from Amazon if SOAPpy is installed


0.3b (2004-05-25):
    * Clicking on stars now modifies rating
       (needs included rhythmbox patch against 0.8.4)
    * Bug fixes


0.3 (2004-05-25):
    * Fetch album art from Amazon.com
    * Allow desklet to persist between RB instances
    * Keep states to reduce needless updates
    * Bug/reliability fixes
    * Add new displays: -psi, -metal


0.2 (2004-05-22):
    * Added drag & drop file handling
    * Added seek position jumping:
       * seek to position on click
       * configurable adjustment on mouse scroll
    * Bug fixes


0.1 (2004-05-18):
    * Initial version
