
version 1.1.1:
fixed another bug in silence seeking

version 1.1:
introduced a quiet mode, toggable with '#'
introduced an exact mode, useful for VBR files!
cutmp3 does not wait anymore until playback has finished
rewrite of prevframe() and nextframe(), much better and more elegant now
detected another bug in mpglib.c, needs to be resolved

version 1.0:
finally(?!) fixed the bug in silence seeking which was a too small malloc() in InitMP3() in mpglib.c
another speed improvement in silence seeking
website was updated to celebrate version 1.0 ;-)

version 0.9.6:
fixed some nasty bugs in silence seeking, still not perfect however
improved ID3 tag searching
small changes in the UI

version 0.9.5:
huge speed improvement in silence seeking

version 0.9.4:
made non-interactive cutting exact even for VBR files!
distinction between VBR and CBR in info mode -I

version 0.9.3:
fixed small bug in savewithtag()
improved determination of average bitrate

version 0.9.2:
added seek to end of next ID3 v1 tag

version 0.9.1:
improved error correction

version 0.9:
improved ID3 input a lot via libreadline
added configurable silence detection via mpglib
improved prevframe() and nextframe(), still not perfect

version 0.7:
Framesize() is now calculated correct
added first ID3 tag support

version 0.6:
does not display 60 seconds anymore
w is shortcut for bsa
displays time after/before startpoint
fixed internal seeking mechanism (again)
added MPEG2.5 support
introduced -I for file information
added KDE support

version 0.5:
improved mp3 seeking mechanism a lot, should be nearly errorfree
finally cutmp3 officially supports VBR!

version 0.4.1:
minor bugfix for error messages

version 0.4:
A and B go to startpoint and endpoint.
outputfiles are not overwritten anymore
introduced -a <time> -b <time> for a more handy batching as requested
introduced -o <prefix> for other outputprefix than "result" as requested
uses glibc getopt() for better commandline parsing now

version 0.3:
supports timetable for semiautomatic cutting
officially supports files > 2GB
now compiles using $CFLAGS

version 0.2:
initial public release
accidentally supports files > 2GB ;-)

