4 ------------------------------------------------------------------------------
 
   6 Changes 0.5.5 (18.01.2008)
 
   7  * pitchfork now reports errors from mpd
 
   8  * New thexy theme from Gianni Chiappetta
 
  10 Changes - 0.5.4 (25.09.2007)
 
  11  * Cleanup css files so it's easier to make new themes
 
  12  * Plausible fix for segfault/unable to assign complex types to properties
 
  14  * Menu options finally look decent
 
  15  * Make dirlist init not fail if library is empty
 
  16  * Removed a few useless debug statements
 
  17  * Tried to switch to a negative page when pagination was enabled, fix for #81 
 
  18  * Typo in multi add made it only search for last parameter, found by oliver
 
  19  * French translation by Djanil
 
  20  * Basque translation by Xabier Ezpeleta
 
  21  * Fix for slow loading of page one when there's a big playlist (#86)
 
  22  * Switched to html controls for streaming applet and also improved the applet
 
  25 Changes - 0.5.3 (24.06.2007)
 
  26  * Improved amazon album search to give more correct hit
 
  27  * Added more to album name as described in #62
 
  28  * Show title under artist/album browser instead of filename
 
  29  * Show Artist - Title in browser title bar
 
  30  * Fix bug with xml2array function causing lyrics to loose newlines
 
  31  * Make streaming applet autoplay again and also when coming out of hiding
 
  32  * Make applet stop playing immediately when mpd stops playing to make it seem
 
  34  * Fix race condition with sidebar and album art
 
  35  * Update big albumart when it's open
 
  37  * Show full file path with search results
 
  38  * Make the player control area slightly shorter
 
  39  * German translation by Christian Fischer
 
  42 Changes - 0.5.2 (24.04.2007)
 
  43  * Support for changing position display to remaining
 
  44  * Workaround for konqueror repaint issue (bug #46)
 
  45  * Added pagination support
 
  46  * Added ability to search playlist
 
  47  * Short info/test display on configure screen
 
  48  * Follow and jump to currently playing song option
 
  50  * Encrypt/hash pitchfork login password
 
  51  * Fixed bug in Hashmap.remove. It would return the container object if it was
 
  52  the first element in the list. 
 
  53  * Added nofollow and noindex to html meta tags. Consider adding pitchfork to
 
  54  a robots.txt file on your server.
 
  55  * Fix caching issue in Opera on the stream player
 
  56  * Add background property to the stream plugin and try to close audio device
 
  58  * Workaround for broken xml-declaration on lyricwiki.org
 
  59  * Link to adding/editing lyric on lyricwiki.org
 
  62 Changes - 0.5.1 (21.03.2007)
 
  63  * Switched to JSON in commands
 
  64  * Added ogg streaming support with jorbisplayer
 
  65  * Improved speed of plchanges
 
  66  * Add warnings when something goes wrong with locking of metadata-files
 
  67  * Don't use PHP shorttags
 
  69  * Fix bug where albumart wouldn't show when mime_content_type wasn't
 
  71  * Added license blurp to all files to avoid any issues 
 
  74 Changes - 0.5.0 (28.02.2007)
 
  75  * Improved theming support
 
  76  * Add theme choice to configure screen
 
  77  * Album review/description
 
  78  * Fix MPD port specification bug
 
  79  * Fix bug with filename in lyrics files
 
  80  * Add option for including stop button
 
  81  * Clean up include stuff (also fixes an issue with initial config screen in opera)
 
  83  * Allow to change what should be displayed in the playlist
 
  84  * Add forced lyrics reload
 
  85  * Fixes for safari specific issues
 
  86  * Metadata for album review and description
 
  87  * Changed look of lyrics screen and added refetch button
 
  89 Changes - 0.4.1 (10.02.2007)
 
  90  * Minor threshold on move in playlist
 
  91  * Fix bug in directory browser
 
  93  * Optimizations for selection and playlist
 
  94  * Test on notfound value in album.txt and try again if it is some while ago
 
  97 Changes - 0.4.0 (08.02.2007)
 
  98  * multiple move support
 
 100  * Get changes based only on id/pos
 
 102  * Bugfixes on directory browser
 
 103  * Autoplay on add if pl empty
 
 106 Changes - 0.3.1 (07.02.2007)
 
 107  * Fix rendering error in browsers other than gecko-based
 
 109 Changes - 0.3.0 (04.02.2007)
 
 110  * Added parent when doubleclicked in dirlist
 
 111  * Don't add whole directory if return is pressed in qa and nothing there
 
 115  * new_state == stop => remove currently playing
 
 116  * config => password protection, delay time
 
 117  * Directory browsing based on artist etc
 
 118  * PHP to javascript preferences (delay time won't be implemented until this is fixed)
 
 119  * Split css into base/color-stuff
 
 121 Changes - 0.2.0 (29.01.2007)
 
 122  * Pool for playlist elements as gecko don't seem to free them
 
 123  * server settings (output devices, random, repeat, xfade) drop-down menu
 
 124  * close folder if clicking on folder icon when folder is open
 
 125  * Speedup of playlist changes and initial playlist loading
 
 126  * Searching in directory listing
 
 127  * Close can't be on escape, some browsers closes open connections to server
 
 128  * Adjust slider when clicking somewhere on it
 
 129  * Run slider callback when moving (250ms threshold)
 
 130  * Fix race-condition, dirlist started building before elements were ready
 
 131  * Several concurrent information requests, should never be more than one looping....
 
 132         * reconnect on broken set_timeout
 
 134  * Clean upp all display data when clearing playlist/stopping
 
 136 Changes - 0.1.0rc1/2 (21.01.2007)
 
 137  * icon to indicate song/folder in dirlist
 
 139    - double click moves right, seperate enque button (hot key for add)
 
 140    - double click adds, single click opens
 
 141  * .htaccess/stuff.conf file
 
 143  * When removing song before currently playing, showing of currently playing is removed 
 
 144  * Hi-light on prev/play/pause/next ..done
 
 145  * coloured background around the "player" area (mockup.png)
 
 146  * seems to fail on selecting playing song sometimes
 
 147  * fixed position on "player" area? 
 
 148  * moving something up in the list causes jumping on response from server (the moved is probably placed wrongly so that it jumps one up on response from server)
 
 149    - "Fixed" - when dropped on something it probably should land there....
 
 150    - FIXED! Oh happy days!