Release 0.3

New features:

* 'U' key makes it minimize the window
* 'p' key turns pause mode on and 'P' turns it off
* '-m' flag makes it start up mute
* '-Z' flag makes SDL use its software renderer instead of the hardware one
* Extend minimum/maximum of the frequency range to the theoretical limits
* Preserve most of the settings when going from one track to the next
* Show 3 significant digits of "OCTAVES" so it changes with Ctrl-zoom

Bug fixes:

* Fix the progress bar's position and don't draw outside its left/right edges
* Fix shuffle mode, which used to stop after it picked the last-named file
* Make reading of floating point audio files work
* Shut alsalib up about its overruns
* Fix cross-compilation for Windows

Release 0.2

Functional changes:

* Reduce the tiny font's space from two pixels to one
* The keys to cycle through the window functions changes from w/W to Ctrl-w/W
* Add -U flag to start up minimized so that next-file remains minimized.
* Add -= flag to start up showing the whole piece changes from -= to -e
* When it fails to open an audio file it now plays the next file instead of dying.
* The default pixels per second increases from 50 to 100.
* Various bug fixes and some small speed improvements.
* It checks for zero-length audio files and doesn't try to play them.
* The SDL audio bufferr is now fixed at 1/100th of a second.
* It stays in fullscreen mode or not when playing another track.
* Added the DISP_OFFSET environment variable to be able to move the green line.
* In mute mode it now stops at the end of the audio file.
* [d] and [D] now move the green line
* Environment variable SPETTROFLAGS sets default options.
* The -D/--double N flag makes it  increase softvol so it doubles in N seconds
* libmpg123 recovers from broken MP3 files
* Added libsox support to read audio files

System changes:

* It compiles with CC=c99
* Source files are all renamed to length 8.3
* It catches segmentation faults (usually in libav) and plays the next track.
* ./configure --without-mpg123 now works

Release 0.1

First public release.
