0.8.8 2011-07-10 * Extend sid support to MUS files * Delete _tracks object when destroying playlist 0.8.7 2011-06-12 * Bugfixes, mostly to the SID backend 0.8.6 2011-05-28 * Set correct year tag for ID3v1 * Stop sound on pause avoiding latency on WMM backend * Increase buffer size to one second on WMM backend * Fix time calculation for low rate files. Still ugly but better than before * Fix: when preloading song takes more than five seconds player remains paused 0.8.5 2011-04-17 * Bugfixes * Refresh playlist when stop playing and another dir is selected 0.8.4 2011-03-12 * Add support for official libsidplayfp * Close file in case of errors on mpg123 backend * Add spanish translation contributed by Javier Remacha * Wrap label instead of cutting on info dialog 0.8.3 2010-12-19 * fix compilation with recent libogg and ffmpeg * fix stale MSN NowPlaying message on exit when playing * put runtime files in correct XDG dir 0.8.2 2010-10-16 * fix playing wav files with float samples * fix output error on stop * fix loading file from command line for some corner cases 0.8.1 2010-09-29 * reload song when changing settings * make m3u parser more robust and fix http://securityreason.com/exploitalert/9125 * add icon to browse buttons in config dialog 0.8.0 2010-09-11 * Integrated all settings in config window * Added support for Native Language Support * Improved single instance check and fixed IPC on Windows * Reworked tracklist loading * New button to go to music folder (uses XDG on Linux) 0.7.0 2010-02-27 * Integrated audio config into settings dialog * Playback doesn't stop when opening config dialogs * Refactorized resampling code * Reworked info display and dialog * Added the ability to load SID filter definition * Switched to single non-recursive makefile * Removed pause button * Updated minizip * Updated game-music-emu 0.6.4 2009-11-15 * don't stop playing when opening config dialog * fix a segfault 0.6.3 2009-10-19 * Set current path when opening ASMA dialog * Let ALSA set the buffer size * Improve response time when stopping playback * Improve converters 0.6.2 2009-09-20 * Fixed a bug in resampling code * Fixed 8 bit output with original libsidplay * Set current path when opening SID backend's HVSC dialog 0.6.1 2009-09-15 * Fixed some possible crashes at startup 0.6.0 2009-09-05 * Added the ability to return to the current playlist * Disabled gapless support for tta as ttalib doesn't support multiple instances * Resize audio dialog when changing API * Fixes/improvements to the build system 0.5.10 2009-08-07 * Fixed a crash when there is no config 0.5.9 2009-07-06 * Reworked file handling in mpg123 backend to support unicode names on Windows * Added an unoptimal hack to support latest Antti Lankila's modified sidplay 0.5.8 2009-05-18 * mpg123 decoder is now configurable * bugfixes 0.5.7 2009-05-11 * bugfixes and optimizations 0.5.6 2009-03-19 * Added support to Bauer stereophonic-to-binaural DSP (http://bs2b.sourceforge.net/) * Added mpg123 backend, dynamically loaded at runtime (http://mpg123.org/) * Internal changes and optimizations 0.5.5 2009-03-09 * Added support to Antti Lankila's modified sidplay (http://bel.fi/~alankila/c64-sw/) * The SID playlist filter is now configurable at runtime * Use factory to manage output backends * Changed the SID Engine setting into a string Warning: you need to check your audio and sidplay settings 0.5.4 2008-11-20 * Updated hvl replay to version 1.6 * Skip tags when reading data from MP3s, this should avoid problems when loading or playing some files 0.5.3 2008-09-10 * Updated hvl replay to version 1.5 * Better volume and channel handling in OSS backend * Internal changes and optimizations 0.5.2 2008-06-05 * Moved bookmarks on the left view and enabled drag'n'drop * Ffmpeg supported filetypes are automatically detected at runtime * Internal changes 0.5.1 2008-03-31 * Fixed ALSA volume control for some cards * Display album art (any image in current directory named front, cover or folder). * Added support for Musepack SV8 * Dynamically load mad and ffmpeg libraries * Internal changes and optimizations 0.5.0 2008-02-11 * Fixed and speeded up build system * Use factory to manage input backends * Centralize song info handling * Read tags without Taglib in mad, mpc and ogg backends * Do not use mem-mapped files in mpc and ogg backends 0.4.0.2 2007-12-27 * Really fixed bug in mp3 tag handling 0.4.0.1 2007-12-06 * Fixed bug with UTF16 tags in mad backend 0.4.0 2007-11-19 * Some bugfixes (mostly on mp3 tag handling) * Added Amiga filename support to mod backend (mod.*) * Fixed some warnings 0.3.10 2007-09-14 * Added Hively backend with support for ahx and hvl tunes * Automatic backend selection (may be disabled from the Options menu) 0.3.9 2007-08-27 * Just some bugfixes and minor changes 0.3.8.1 2007-07-13 * Fixed a bug in musepack backend 0.3.8 2007-07-09 * Some changes to playlist and info dialog appereance * Display current and total songs in playlist * Remember window size * New SPC emulator from Shay Green (http://www.slack.net/~ant/) * Bugfixes and optimizations 0.3.7 2007-06-04 * Display current playing song on MSN Messenger * Better looking lists with alternate colors * Bugfixes and optimizations 0.3.6 2007-05-14 * Gapless playback * Use custom tag reading in mad backend too * Changed info dialog * Bugfixes and optimizations 0.3.5 2007-04-23 * Tta backend is disabled by default, enable with --enable-tta-backend * Ogg backend do not use anymore taglib * Bugfixes and optimizations 0.3.4 2007-04-10 * Accept command line argument * Fixed a bug and compilation with recent ffmpeg * Api and soundcard settings are now saved as strings * Bugfixes and optimizations 0.3.3 2007-02-12 * Added WavPack backend * Enabled all file extensions supported by libmodplug * Added two playmodes which plays all subtunes * Bugfixes 0.3.2 2006-12-27 * Added True Audio backend * Don't build external libs when they're not required * Updated Game_Music_Emu to version 0.5.2 and removed sap backend * Implemented volume control in ALSA backend * Minor fixes and changes 0.3.1 2006-12-04 * Added musepack support * Use taglib for tag reading in Mad, Ogg-vorbis and Musepack backends * Some changes in settings * Bugfixes 0.3.0 2006-10-30 * Audio output class rewritten from scratch * Added SAP backend with STIL support 0.2.4 2006-08-15 * Fixed some annoyances introduced in last version * Fixed some warnings 0.2.3 2006-07-15 * Added random sorting option to playlist * Do not reopen STIL and songlength DB if HVSC path is not changed * Added two options to the configure script: --disable-psid-filter - disables non PSID filtering in Sidplay backend --disable-noise-shaping - disables noise shaping in Mad backend * Fixed opening files with spaces in filename in Modplug backend 0.2.2 2006-06-12 * Fixed config dialog: cancel didn't work as expected * Fixed a bug when saving settings * Added Game Music Emulator backend * Fixed a bug with non-PSID file filtering 0.2.1 2006-06-04 * Fixed opening of compressed modules when extension is not lower case * Fixed comments for platform other than Unix/Linux * Ogg and Mad backends can play 8 bit * Some minor changes 0.2.0 2006-05-27 * Now it's possible to create and save custom playlist 0.1.12 2006-05-10 * Fixed an error when configuring with --disable-src * Some minor changes 0.1.11 2006-04-23 * When a song ends and directory has been changed start playing new playlist * Added ffmpeg plugin with support for wma, ra, aac and other formats (need recent ffmpeg form cvs, enable with --enable-ffmpeg-plugin) * Bookmarks are associated with plugins * Added playlist support (pls, m3u) * Sndfile plugin now detect song duration * Formats supported by the sndfile plugin are automatically detected at runtime * Fixed a memory leak * Some minor fixes and changes 0.1.10 2006-04-09 * Fixed a possible error with samplerate conversion * Some minor fixes and changes 0.1.9 2006-03-27 * If both "filename_PSID.sid" and "filename.sid" exists display only first * Various bugfixes 0.1.8 2006-03-12 * STIL support * Now it's possible to disable unwanted plugins at compile time * Various bugfixes 0.1.7 2006-03-06 * Display OGG comments with correct codec (UTF8) * Experimental support for mp3 using libmad * Various bugfixes 0.1.6 2006-03-01 * Doubleclick on a song start playing * Display current and total subtunes * Select between playlist and song mode: the first play all the songs in the playlist, the latter play only selected song * Various bugfixes 0.1.5 2006-02-22 * Experimental support for hardsid * Now it's possible to disable SID filter * Sort type is now saved again * Various bugfixes 0.1.4 2006-02-04 * Fixed some regressions introduced in last release * Always start with ascending sorting * Added a dialog for displaying song info 0.1.3 2006-01-28 * Some minor fixes and changes 0.1.2 2006-01-23 * Some improvements with songlength db usage * Use memory mapped files for OGGs reading * Modules can now play at 48KHz * 8 bit output is disabled because it's broken * Support for WAV, VOC and AU files 0.1.1 2006-01-16 * fixed a couple of bugs 0.1.0 2006-01-12 * first public release