

0.1.5

* mixer settings are now saved (not yet autofade)
* delete from SongDB works again


0.1.4



0.1.3

* window close hides, except main window
* SongDB SelAll button works now
* Preferences have a new option 'Track forward after "Fade NOW" '


0.1.2

* Changed behavior of track forward/reverse buttons
* Player is now muted before crossfader in the audio-chain
  and mute is now "hard" which means that the sample data
  is set to zero



0.1.1

* Fixed bug which caused inability to play wav-files when mp3-mad plugin
  was installed
* Songs in SongDB root were not properly saved. Fixed.



0.1.0

* Some ui changes.


0.0.9

* Added output plugin support
* Added alsa-0.5.x output plugin
* Added alsa-final
* Added OSS
* Added esd (not yet working very well)


0.0.8

* Fixed bug causing segfaults (buffer2 is now allocated every write)
* Fixed another segv-bug
* Fixed makefiles and distribution. Thanks to Andreas Scherf(scherfa@web.de)
  for pointing this one out.
* Fixed permissions of Themes directory. Thanks again to Andreas.
* Fixed bug in ringbuffer.h. Thanks to Ray B. Morris
* Fixed bug in ringbuffer.c, vrb.h pointed to wrong location.
* Creation of default config now in configfile.c (was in main.c)
* ~/.beatforce is now created
* Importing of directory trees after songdb was saved resulted in category
  corruption. fixed.
* mp3 input plugin now fills add_info correctly.
* SongDB: Info dialog now shows some info
* Preferences->Plugins: Configure and About works (if implemented in plugin)


0.0.7

* Song DB is loaded from an XML file at every start and saved at every exit
* Leading and trailing spaces are removed from title,artist,album,comment,year,genre
* Removed bug causing segfaults with some songs at loading
* Removed support for libmpeg3
* Searching is implemented and working (except search by BPM and Filename)
* Database:
  * Import of directory structures is supported now
  * Folder renaming
  * Folder creation/removal
* Support for OSS (yet untested)
* ID3v2 support
* Windows remember their positions 
* Adding of single songs is now supported

0.0.6

* Fixed error causing strange sounds at song change
* Added mp3-mad input plugin which is much more accurate than mp3-libmpeg3
* Changed scheduling priority of the output thread


0.0.4

* BPM counter working but algorithm is BAD !
* autofader works
* 'Fade NOW' works


0.0.3

* initial ALPHA release
* auto fader working with some issues


0.0.1

* Players working, broken SongDB search, manual fader working
* ALSA output

